Quote:
Originally Posted by Sophonax
Excuse me for my answer, paul, but.... Huh? o_O;
I'm a vBulletin noob, but not usually that much of a noob. Care to explain what you mean? ^^;
|
If you already have an XML file with a plugin for what you wanna do then you'd do something like this:
BOLD: Indicates your hook location
Code:
<plugin active="1">
<title>Title 1</title>
<hookname>global_start</hookname>
<phpcode><![CDATA[ Code Here ]]></phpcode>
</plugin>