How change variables before rendering in phpfox?

260 Views Asked by At

Hi I want to edit some variables before Phpfox rendering them into output without changing main files to keep theme updateable. For example I want to edit the value of location or birthday before they are rendered. What should I do exactly?

1

There are 1 best solutions below

1
On

The best way to make edits without disrupting any core files is with the use of plugin hooks. You could create your own module specifically for creating plugin files.

Here is a starter guide: http://phpfox.org/kb/article/144/creating-your-first-add-on/plugins/