The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Conditions in BB code
Hello,
I'm trying to make it so that only logged in users can watch my FLV video's, because they take up quite a bit of bandwidth and I only want members watching them. The following code works in my footer template: Code:
<if condition="$show['member']"> <object type="application/x-shockwave-flash" width="320" height="240" wmode="transparent" data="http://www.jayscountry.ca/flvplayer.swf?file=http://urltothevideohere..."> <param name="movie" value="http://www.jayscountry.ca/flvplayer.swf?file=http://urltothevideohere..."/> <param name="wmode" value="transparent" /> </object> <else /> <img src="images/flv_login.jpg"> </if> http://www.jayscountry.ca/forums/sho...hp?p=34#post34 Any help is appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|