Blaminator
10-10-2004, 01:08 PM
http://www.vbulletin.org/forum/showthread.php?t=64297&page=1&pp=15
Installed it but got no support so far, anyway, it asks for this :
In your vbAdvanced index page (adv_index.php) or any other page:
//FIND or SIMILAR TOP OF FILE LOCATION
globalize($_REQUEST, array('page' => STR));
//BELOW THAT ADD
$sponsors = create_ad();
So i add
$sponsors = create_ad();
at the end of cmps_index.php
then create a module using this :
<a href="forums/sponsor.php?sponsor=$sponsors[id]">$sponsors[sponsor]</a>
in the template
but didnt work
help
thanks
Installed it but got no support so far, anyway, it asks for this :
In your vbAdvanced index page (adv_index.php) or any other page:
//FIND or SIMILAR TOP OF FILE LOCATION
globalize($_REQUEST, array('page' => STR));
//BELOW THAT ADD
$sponsors = create_ad();
So i add
$sponsors = create_ad();
at the end of cmps_index.php
then create a module using this :
<a href="forums/sponsor.php?sponsor=$sponsors[id]">$sponsors[sponsor]</a>
in the template
but didnt work
help
thanks