Add a banner to your forum...**Attract More Members!**

King34

New Member
With this, if a member is not registered to your forum, they will see a banner asking them to register. Once registered, they will not see the banner.

Demo : Six2 Forums - Powered by vBulletin Notice the banner at the top.

Add this code wherever you want the banner:

Code:
<if condition="$show['registerbutton']">
			<td class="navm"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="[b]your image link here[/b]"></a></td>
		</if>

Please use thanks button if this was helpful
 

vBMan

New Member
Would you mind posting the .PSD for the image you are using? I'd like to modify it for suitability on my own forum. :)
 
Top