I have instaled this in a new installation vBulletin 4.2.0 PL1 and find two problems or bugs.
1? Problem - The install pack dont have icons so i resolved with this help:
https://vborg.vbsupport.ru/showpost....postcount=2339
2? Problem/Bug - The chatbox Moderators can view IPs
If i choose to not show IPs to Mods in options vbulletin to prevent the mods to check IPs, this Add-on dont have any limitation to this and show the users IPs in:
vsa_chatbox_dropdown
vsa_chatbox_archive_bit
To resolve go to style manager and remove this code from:
vsa_chatbox_archive_bit and
vsa_chatbox_archive_bit
Code:
<vb:if condition="$vsacb_msg_arc[userip]">
<li>
<a href="online.php?{vb:raw session.sessionurl}do=resolveip&ipaddress={vb:raw vsacb_msg_arc.userip}">IP: {vb:raw vsacb_msg_arc.userip}</a>
</li>
</vb:if>
I hope in future you add an option to remove the options to checks IPs from users.
Good Addon:up:
Best Regards