vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   StyleID Conditional script ? (https://vborg.vbsupport.ru/showthread.php?t=242552)

kawe 05-15-2010 12:40 PM

StyleID Conditional script ?
 
do you know about conditional template list ?
i don't see for styleID

example : if styleid=10

anyone can help me ?

cad2go 05-15-2010 01:46 PM

Just put the code you want to run if the style=10 in style 10's templates.

TheLastSuperman 05-15-2010 05:16 PM

Try this:

Quote:

Originally Posted by TheLastSuperman
Try:

Code:

<if condition="$bbuserinfo[styleid]==#">
Content here....
</if>

Replace the # symbol with the desired style ID #

Also to code for any style with alternate code etc use an else statement i.e.

Code:

<if condition="$bbuserinfo[styleid]==#">
Style ID # Content here....
<else />
Show this in any style
</if>



kawe 05-16-2010 01:14 AM

Quote:

Originally Posted by TheLastSuperman (Post 2037467)
Try this:

ok i got one
but how to identification like this :

im posting with styleID 10
so in styleID 1 (postbit_legacy), show something words example :

THIS USER POSTING USING STYLEID 10


All times are GMT. The time now is 07:12 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.00971 seconds
  • Memory Usage 1,714KB
  • 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
  • (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