[3.7x] Advertise Page for vBulletin

boothole

New Member
What this does:
Creates an advertise page on your forum.

Time to install: 2 mins

Installation:
1. upload advertise.php to you forum root.
2. upload ad.gif to "images/misc" folder
3. import: product-advertise.xml
4. edit nabvar template

########### FIND ############
Code:
		<if condition="$show['member']">
			<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
		</if>

########## ADD ABOVE ########
Code:
			<td class="vbmenu_control"><a href="advertise.php">Advertise</a></td>

5. Go to "Vbulletin Options" ---> "Advertise Page by DnTalks.com" edit what you needed to, and save.

That's it!
DEMO on our site
Download: The ZIP file includes everything you'll need!
 
Top