PDA

View Full Version : how to display something in a single forum?


milkmycow
05-26-2004, 07:37 PM
someone on my forum mentioned that our VIP lounge (a forum strictly for paying members) should have cool music playing, and other features the other forums dont have.

so basically, im thinking just an iframe box under the navbar, with a streaminign mp3 player, and maybe some other stuff but only in thta forum

how would i do that? is there a conditionals code for that?

007
05-26-2004, 10:38 PM
don't know the actual code but something like this should work:

<if conditional forumid="X">Insert VIP features here</ if>

The first part of that is wrong. I don't know the terminology off the top of my head. Compare it to another conditional and try the forumid idea though.

milkmycow
05-28-2004, 06:44 AM
no luck. cant come up w a way that works.