vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Trouble with my <if> statement (https://vborg.vbsupport.ru/showthread.php?t=110695)

anarchystar 03-17-2006 10:52 PM

Trouble with my <if> statement
 
I changed some of the graphics in my vb theme, now the if statement in my header will not work. Specifcally, the register button does not appear for unregistered visitors, they just see the quick links button. Any tips?

HTML Code:

<if condition="$show['registerbutton']">
                  <td width="63" height="25" align="left" valign="top"><a href="register.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/ambience_nav_reg.gif" alt="" width="63" height="25" border="0" /></a></td>
        <else />
                  <td width="63" height="25" align="left" valign="top" id="usercptools"><a href="#usercptools"><img src="$stylevar[imgdir_misc]/q_links.gif" alt="" width="63" height="25" border="0" /></a><script type="text/javascript"> vbmenu_register("usercptools" ,1); </script></td>
        </if>


Code Monkey 03-18-2006 12:10 AM

$show[registerbutton]

You might try dropping the quotes.

anarchystar 03-18-2006 01:48 PM

I tried that and it gave me a nasty parse error

Code Monkey 03-18-2006 02:04 PM

Is $show['registerbutton'] actually being set?

anarchystar 03-18-2006 02:16 PM

where do I check? that is pretty much what I have been trying to find out.
it was working fine before, but I added an extra button. I modified the table so everything would fit, but the register button stopped appearing for non-registered guests. Everyone sees the quicklinks button.

Code Monkey 03-18-2006 02:52 PM

Post the original template bit.


All times are GMT. The time now is 07:10 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.01135 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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