Advertise Page For Your Forum

Here U Go......

What this does: Creates an advertise page as demo showns.


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.
 
Back
Top