Hi,
Great chatbox. but 3 urgent issues for me:
1. is there a way to show "who's online in the chat" block on the main page (but not the chat itself).
2. is there a way to show login/logout of chat in the message list?
3. when i click on a username, want to open the profile page in a separate window. right now it opens in the same window, logging out of chat.
>>> edit template vsa_chatbox_bit . find
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw vsacb_msg_box.userid}">
replace with
Code:
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw vsacb_msg_box.userid}" target=_chatprofile>
<<<<
ndahiya