vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   adding a "Join Now" button (https://vborg.vbsupport.ru/showthread.php?t=205013)

hunter22375 02-11-2009 12:39 PM

adding a "Join Now" button
 
1 Attachment(s)
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:

Code:

<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:

Code:

<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?


All times are GMT. The time now is 03:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02345 seconds
  • Memory Usage 1,709KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete