The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
shoiw iframe only for members
I've put on my forum an iframe containing a chat at the top of the navbar. I've put this code at the top of the navbar template
Code:
<vb:if condition="is_member_of($bbuserinfo, 6,5,33)"> <DIV ALIGN=CENTER> <IFRAME src="http://xxxxxx/chat/blab.php" width="99%" height="300"> <p>Your browser doesn't support frames.</p> </IFRAME> </vb:if> I'm asking if the code I've used to show the iframe only for specific group is correct. Thanks! --------------- Added [DATE]1267697409[/DATE] at [TIME]1267697409[/TIME] --------------- I've to add a question I would like to put the chat iframe only on the forum home. What template I've to touch? |
#2
|
|||
|
|||
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 6,5,33)"> <DIV ALIGN=CENTER> <IFRAME src="http://xxxxxx/chat/blab.php" width="99%" height="300"> <p>Your browser doesn't support frames.</p> </IFRAME></div> </vb:if> |
#3
|
||||
|
||||
Solved thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|