MyBB Community Forums

Full Version: I don't see chat link Please Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Everything is working as it should. I have installed ajax chat into the forum, it works perfectly, but I don't see a chat link or tab anywhere in the forum. is there an extra step I must perform to make it appear?

Thanks... (this is my first mybb install, and everything went perfectly smooth, so far, I just love mybb. Really nice work) Thank you for it.

http://www.support.jagbuiltdesign.com
Which plugin you've used ?
(2012-06-04, 09:46 AM)Yaldaram Wrote: [ -> ]Which plugin you've used ?

ajax_chat-0.8.5a_MyBB
you can see the forum at the link in my post, and just append the end to /chat to see the chat room. thanks for the quick reply.
ACP > Templates & Style > Templates > *Your Theme* > Header > Header

Your Theme is probably Default.

Find this:
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

In front of it add this:
<li><a href="{$mybb->settings['bburl']}/chat">Chat</a></li>
(2012-06-04, 10:04 AM)Clarkie Wrote: [ -> ]ACP > Templates & Style > Templates > *Your Theme* > Header > Header

Your Theme is probably Default.

Find this:
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

In front of it add this:
<li><a href="{$mybb->settings['bburl']}/chat">Chat</a></li>

Nice! works perfect! Thank you so much.
I found a great code for making this a pop up chat window Anyone needing it, you'll find it here: http://community.mybb.com/printthread.ph...37&page=26