So let's just make sure I understand this;
This will scan every vbulletin php file for hook calls, and for each one it will ;-
1. If you have no plugins associated with that hook it will just comment it out
2. If you have a plugin that uses it, it will edit the actual file - to copy the code into it.
What happens when I edit/enable/disable plugins ?
Would it not be less dangerous to copy the plugin code to a php file named after the hook, and just edit the hook call to an include() for that file (have a plugins folder the same as the includes folder) ?
|