vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   condition (https://vborg.vbsupport.ru/showthread.php?t=103230)

King Kovifor 12-18-2005 06:48 PM

condition
 
What's the Condition for a vB Setting?

<if condition="$options['ShowX'] == yes">Show this</if> Will there be a conditional that works on the lines of that?

noppid 12-18-2005 07:45 PM

Yes/No settings are boolean. 1 for yes and 0 for no.

So you can simplify your condition...

PHP Code:

<if condition="$vboptions['ShowX']">Show this if yes</if> 

The reverse...
PHP Code:

<if condition="!$vboptions['ShowX']">Show this if no</if> 


King Kovifor 12-18-2005 08:00 PM

nopid! Your are the greatest! So if I put it as boolean, and for default I could put 1 or 0?

King Kovifor 12-31-2005 04:05 PM

Those conditions did nothing... Anything that someone knows will work?

Zachery 12-31-2005 04:11 PM

Quote:

Originally Posted by King Kovifor
Those conditions did nothing... Anything that someone knows will work?

What is the vBulletin Option you are trying to use and what are its settings?

filburt1 12-31-2005 05:37 PM

PHP Code:

<if condition="$vbulletin->options['key']">...</if> 


King Kovifor 01-04-2006 12:20 AM

OK, now how do I get that to be for no?

Reaktor7 01-04-2006 12:24 AM

PHP Code:

<if condition="!$vbulletin->options['key']">...</if> 


King Kovifor 01-16-2006 07:26 PM

filburt and reaktor7 you rock


All times are GMT. The time now is 12:07 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.01205 seconds
  • Memory Usage 1,736KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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