We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is my first attempt to creat a WIKI page so bare with me.
[h2]Overview[/h2]
This approach relies on the build-in hook system.
[h2]Approach[/h2]
[h6]Step one[/h6] First of all we need to enable hooks. If you have already done so, skip to the next step
You have to edit the config.php file to enable hooks. Set the $config['enable_hooks'] to TRUE like so: [code] $config['enable_hooks'] = TRUE; [/code]