vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   News/Rule box displayed in 1 specific forum? (https://vborg.vbsupport.ru/showthread.php?t=64179)

nando415 04-21-2004 02:17 AM

News/Rule box displayed in 1 specific forum?
 
I would like to add a box with a few rules but only want it to show up in 1 forum section, anyone know how i can do this? Im sure its simple but I wouldnt know how to make it show up on only 1 specific forum

thanks

nando415 04-29-2004 05:57 PM

up..anyone got an idea?

nando415 05-13-2004 02:33 AM

.......................

Grendel 05-13-2004 06:43 AM

In template forumdisplay:

<if condition="$forum['forumid'] == X"> YOUR CODE HERE </if>
(X as the forumid of the forum where you want that rule to be).

nando415 05-13-2004 11:57 AM

Hmmm, thanks for the reply but for some reason thats not working, i tried adding the code without that condition to see if the problem was the code i added but it shows fine.

Boofo 05-13-2004 12:22 PM

Try this:

HTML Code:

<if condition="$forumid == 'xx'">
code here
</if>


nando415 05-13-2004 07:43 PM

Boofo thanks alot man! Now how would I go about making it appear in more then 1 forum? I want it displayed in about 4 subforums of this one.

thanks for the help

Boofo 05-13-2004 09:47 PM

HTML Code:

<if condition="$forumid == 'xx' OR $forumid == 'xx' OR $forumid == 'xx' OR $forumid == 'xx'">
code here
</if>



All times are GMT. The time now is 08:44 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.00987 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
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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