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>
And it works very well. Problem is that if someone logout intead of going to the main forum page he get a login screen from the chat software.
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?