Quote:
Originally Posted by aethro
Very simple and very easy to install Thanks!
**EDIT**
The one thing i did notice is people are showing up in the who's online page as going too an unknown location ^^
** Edit 2**
I noticed this when I tried to use your code to only show it on index you forgot a " after 'index' so it should look like this
Code:
<if condition="THIS_SCRIPT == 'index'">
<br /><center><iframe src="chatbox_lite.php" width="95%" style="border: 0px"></iframe></center>
</if>
|
The if condition did not work for me, vB3.5b3! But thats ok I just placed the code on the FORUMHOME template. Also I'm try to have this feature available to certain usergroups and can't get it to work for some reason.. anyone know how to do this?
I got;
Code:
<if condition="is_member_of($bbuserinfo, 6,5,7)">
<center><iframe src="chatbox_lite.php" width="95%" style="border: 0px"></iframe></center><br />
</if>