Quote:
Originally Posted by funky1
Great mod. THANKS!!!
|
Why thank you
Quote:
Originally Posted by funky1
Can you tell me where I could edit the code in order for the list to be "collapsed" by default?
Thanks,
Brett
|
That is an easy one
In the
Display_Chatters template find:
Code:
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]">
Replace with:
Code:
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]; display:none">
That should make all instances of the who is in the chat box collapsed as default