vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help with <if condition="$show......... statements (https://vborg.vbsupport.ru/showthread.php?t=71858)

vb_guru 11-17-2004 08:55 AM

Help with <if condition="$show......... statements
 
How are the <if condition="$show......... statements in a template related to the the php code in the .php pages. For example I want to display some html in a template only if a certain condition is met. I think that I need to use some type of <if condition="$show statement but not sure how to get this to work. Any help woould be appreciated. Does Vbulletin explain this in a manual somewhere. Thanks in advance.

HiDeo 11-17-2004 10:21 AM

You have to add in your .php:

PHP Code:

if (condition)
{
    
$show['X'] = true;
}
else
{
    
$show['X'] = false;



Colin F 11-17-2004 11:32 AM

You might be able to use this as well:
https://vborg.vbsupport.ru/showthrea...hlight=%24show

Zachery 11-17-2004 11:42 AM

Quote:

Originally Posted by vb_guru
How are the <if condition="$show......... statements in a template related to the the php code in the .php pages. For example I want to display some html in a template only if a certain condition is met. I think that I need to use some type of <if condition="$show statement but not sure how to get this to work. Any help woould be appreciated. Does Vbulletin explain this in a manual somewhere. Thanks in advance.

might just want to use the varibles instead of trying to always use the predefined $show varibles, as some are defined globaly and others are defined per page.


All times are GMT. The time now is 03:29 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.00951 seconds
  • Memory Usage 1,719KB
  • 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_php_printable
  • (1)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