Log in

View Full Version : Information on certain forums


Alas-Digitales
02-14-2004, 10:51 PM
I would like to know if it is possible to show information extra on "forumsdisplay" to only certain forums.

Just like (<if condition="$bbuserinfo[usergroupid]==X">example</if>) information can be shown through to certain usergroups, I would like to know it it is possible to show it to certain forums.

Thanks in advance.

Andreas
02-14-2004, 11:15 PM
This is mainly a template-question qualified for www.vbulletintemplates.com but i'll answer it anyway ;)


<if condition="$forumid==x">
Your content here
</if>


Where x should be the actual forum id.