I was adding the messenger to my navbar template
Code:
<td class="vbmenu_control"><a href="javascript:void(0)" onclick="launchbbm()"><font color="FF0000"><B>Chat</B></font></a>
<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("vbmessenger/index.php4?func=m_frameset", "", "width=370, height=450, address=no, toolbar=no, status=yes");
}
</script>
</td>
When I access the forum through Admin CP everything works fine and the Messenger window pops up showing me that I'm logged in but when others login to the forum as common users without accessing the Admin CP, the Messenger says that they're not logged in.
Any idea how to fix this, so that all members could use the messenger?
:smoke: