PDA

View Full Version : adding a "Join Now" button


hunter22375
02-11-2009, 12:39 PM
I want to add a "Join Now" button on my forum home page. I'm not sure how or where to add this to the code. Can anyone describe where I can do this? I attached a screen shot of where I want to put it. Any help would be appreciated.

ry215
02-11-2009, 01:08 PM
Edit Template navbar, find:

<a href="http://www.primordialperformance.com/store/home.php?bid=36&partner=source"><img src="http://www.primordialperformance.com/store/banner.php?bid=36&partner=source" border="0" /></a>

Replace with:

<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td align="left">
<a href="http://www.primordialperformance.com/store/home.php?bid=36&partner=source"><img src="http://www.primordialperformance.com/store/banner.php?bid=36&partner=source" border="0" /></a>
</td>
<if condition="$show['registerbutton']">
<td align="right"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="link_to_image_of_button" border="0" /></a></td>
</if>
</tr>
</table>
<br />

hunter22375
02-11-2009, 02:20 PM
THANKS! What would I put instead of the register.php if I wanted the button to take them to the paid subscriptions link?