For those that are having problems getting their 123flashchat.php to work via a link on the forum. There is kind of a work around.
Copy and paste this into a new notepad, save as chat.html. Upload to your forums root (yoursite.com/forum/chat.html)
Code:
<!-- FOR 123FLASHCHAT CODE BEGIN -->
<div name="123flashchat_div" id="123flashchat_div" align="center">
<div name="flashchat" id="flashchat">
<EMBED src="http://yoursite.com/client/123flashchat.swf?init_host=89.0.252.86&init_port=51127&init_host_s=89.0.252.86&init_port_s=&init_host_h=89.0.252.86&init_port_h=" allowScriptAccess="always" HEIGHT="360" WIDTH="780" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash" name="topcmm_123flashchat" menu="false" quality="high" />
</div>
</div>
<!-- FOR 123FLASHCHAT CODE END -->
replace this URL below with the URL that is generated when you generate code in 123flashchat admin panel
Code:
http://yoursite.com/client/123flashchat.swf?init_host=89.0.252.86&init_port=51127&init_host_s=89.0.252.86&init_port_s=&init_host_h=89.0.252.86&init_port_h=
Now go to your navbar template.
Look for (or something similar):
Code:
<a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Add above
Code:
<td class="navm"<A
HREF="chat.html"
onClick="return popup(this, 'notes')">Video Chat</A></td>
Remember to edit <td class=
"navm" with the td class that is in the rest of your template. So for example, if your <td class="sum1", make sure you change it to this.
All done. Now the link should work, and when clicked will open up in a new window.
Hope this helps somebody.