Thanks for your answer. I added the code on bbcodes but this time vidoes doesn show both members and guest. Just blank white area. All I want to show a message to guest if they want to see the vidoe they must register. Here is my edited bbcode. Any help will be relly appraciated?
PHP Code:
<vb: if condition="is_member_of($vbulletin->userinfo, 1)"><object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
<param name="movie" value="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<param name="wmode" value="{vb:raw wmode}" />
<!--[if IE 6]>
<embed width="640" height="360" type="application/x-shockwave-flash" src="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<![endif]--></object></vb:if>
Quote:
Originally Posted by yjeanrenaud
yes, that should be possible. try adding
<vb: if condition="is_member_of($vbulletin->userinfo, 1)">
add your code here.
</vb:if>
|