I found something I missed when converting the code to vB4. This is causing a problem when clicking on the username links. To fix it, you'll need to go into the showroster_userbit template.
Find: {vb:raw userinfo.onlinestatus} <a href="member.php?$session[sessionurl]u=$userinfo[userid]">{vb:raw userinfo.musername}</a>
Change to: {vb:raw userinfo.onlinestatus} <a href="member.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}-{vb:raw userinfo.username}">{vb:raw userinfo.musername}</a>
I'll get the zip file updated and uploaded. Now that I notice, apparently the online status indicator isn't working either. I'll try to get that fixed in the next version.
|