vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Template Variable for Specific Forums (https://vborg.vbsupport.ru/showthread.php?t=218093)

mokonzi 07-07-2009 07:08 PM

Template Variable for Specific Forums
 
Is there a variable I can throw into a template that will allow me to create a condition for when something should be included?

If so, how would it work with multiple forums?

PS, is there a list of variables anywhere?

HMBeaty 07-07-2009 07:17 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=179930&highlight=variables" target="_blank">https://vborg.vbsupport.ru/showt...ight=variables</a>

mokonzi 07-08-2009 04:19 AM

The list is really useful... bookmarking that.

I'm still trying to find out the one for specific forums though... any ideas?

Lynne 07-08-2009 01:30 PM

Quote:

Originally Posted by mokonzi (Post 1844966)
The list is really useful... bookmarking that.

I'm still trying to find out the one for specific forums though... any ideas?

Forums are identified by their forumid. So, if you want to do something just for one forum, you would write a condition based on the forumid. Something like (you didn't say the template):
HTML Code:

<if condition="$forumid == 5">
stuff just for forumid 5
</if>


mokonzi 07-08-2009 01:55 PM

That's just what I needed. I'm wanting to add ads for a specific forum only in the forumdisplay. Will give this a shot and see if I can get it working.

Thanks everyone. :)


All times are GMT. The time now is 01:45 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.02082 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
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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