vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   arrrg. how can I show "register.gif" to unregistered? (https://vborg.vbsupport.ru/showthread.php?t=143736)

Sam1985 04-01-2007 02:05 AM

arrrg. how can I show "register.gif" to unregistered?
 
I am making a tabbed java menu and want to show a button that says register or my account if registered.

I got the "my account.gif" working using the code

PHP Code:

<if condition="$show['member']">
            
my link and info to their account here.
        </if> 


I could not get it to show register.gif using the code below. (btw the menu is not on a separate page, but it's on the vbulletin header right under logo!)

PHP Code:

<if condition="$show['registerbutton']">
            <
td class="vbmenu_control"><a href="register.php$session[sessionurl_q]rel="nofollow">$vbphrase[register]</a></td>
        </if> 

help me pleeez:)

HMBeaty 04-01-2007 02:15 AM

Well first off, you can start with these 2:
HTML Code:

<if condition="$show['member']">
and
HTML Code:

<if condition="$show['guest']">
From there, it should be self explanatory

Sam1985 04-01-2007 02:22 AM

Quote:

Originally Posted by Redlinemotorsports (Post 1217228)
Well first off, you can start with these 2:
HTML Code:

<if condition="$show['member']">
and
HTML Code:

<if condition="$show['guest']">
From there, it should be self explanatory

Thanks!!! Redline

I was using "registerbutton" instead of "guest":eek: :o

You're the man!:cool:

HMBeaty 04-01-2007 02:23 AM

Quote:

Originally Posted by Sam1985 (Post 1217229)
Thanks!!! Redline

I was using "registerbutton" instead of "guest":eek: :o

You're the man!:cool:

I noticed ;)


All times are GMT. The time now is 10:41 PM.

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.03073 seconds
  • Memory Usage 1,723KB
  • 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
  • (4)bbcode_html_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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