VBulletin 4.x Installation Instructions
Signup and Site Submission Required to fully install plugin.
- Log into your vBulletin administration panel. Click on the Plugin System section on the left and choose Add New Plugin. Plugins may be disabled. If this is the case, you will need to follow the directions given to enable them. Now on the Add New Plugin screen, select init_startup (under vBulletin;General) for the Hook Location. Give the plugin a title, such as Text Link Ads. Finally, copy the code from below and paste it into the PHP code box. Make the plugin active and save it.
- Once you decide where you would like the links to appear, open up the appropriate template for the current style in the administration panel and insert
{vb:raw tla_ads}
vB_Template::preRegister('page',array('tla_ads' => $tla_ads)); to the bottom of the plugin provided replacing the the word page with the name of the template that the variable will be accessed via. ie: vB_Template::preRegister('pagenav',array('tla_ads' => $tla_ads)); inserted at after the last line in the code below.Package Info
- If you have a install of VBulletin before 4 please see the Vbulletin instructions on installing the code for Vbulletin 3.0.x or Vbulletin 3.5.x
- Some instances of Vbulletin require different Hook Locations to be compatible. If your having problems with the Hook Locations init_startup then try global_start instead.
