MyBB Community Forums

Full Version: Comet Chat: Adding a link to the top to open the chat in a separated window?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, how can I get the comet chat to open in separated window? I would like to add a link on the top menu, where I have the search, member list, help link/icons. Is it possible to make a link that shows the number of people in a certain room?

thanks
<a target="_new" href="URL"></a>
(2010-11-22, 07:22 PM)Prentice Wrote: [ -> ]
<a target="_new" href="URL"></a>

My question is: where in mybb I need to change to add this link...

Oh... What is your website URL?
You have to add this URL in header template.

Go to Admin ControlPanel > Templates > Header templates Set > header and find;

<ul><li>

and the URL just after <ul> tag. Just like;

<li><a href="{$mybb->settings['bburl']}/chat" target=_blank><img src="YOUR_IMAGE_URL_GOES_HERE">Chat</a></li>
well i did that and i got a 404
http://rollercoastermad.com/forum/chat/

and have comentchat installed

i also have ajaxchat installed at chat1 but how do i get it to open in new window ?
I gave the URL as an specimen, you've to alter that to point where is your "chat" directory is located. In case you have "cometchat" directory for chat, then use the following URL;

<li><a href="{$mybb->settings['bburl']}/cometchat" target=_blank><img src="YOUR_IMAGE_URL_GOES_HERE">Chat</a></li>
I gave "echofloripa" the information on how to do this on my site yesterday.