Hide or Remove Ajax Chatbox

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
Anggun
Forum Member
Forum Member
Posts: 15
Joined: Wed Jul 23, 2008 9:11 am

Hide or Remove Ajax Chatbox

Post by Anggun »

How do I remove the Ajax Chatbox or at least hide it? I don't see the need for it when there is also an Ajax Shoutbox.
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Hide or Remove Ajax Chatbox

Post by LDM »

Yep, easy little edit.

That was put on there to originally use as a separate chatroom, but have seen some folk, actually use that version in place of the shoutbox instead.

To remove the ajax chat, depending on what template you are using, open overall_header.html and do this:

Prosilver (or prosilver based style):

Code: Select all

<li class="icon-members"><a href="{U_CHAT}" title="{L_CHAT_EXPLAIN}">{L_CHAT}</a></li>
Subsilver (or subsilver based style):

Code: Select all

<a href="{U_CHAT}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="Forum Chat" /> {L_CHAT}</a>&nbsp; &nbsp;
Remove the above line
Anggun
Forum Member
Forum Member
Posts: 15
Joined: Wed Jul 23, 2008 9:11 am

Re: Hide or Remove Ajax Chatbox

Post by Anggun »

Thank you!! :D :D Thats easy enough.
andyp99
Forum Member
Forum Member
Posts: 27
Joined: Mon Aug 11, 2008 10:01 pm

Re: Hide or Remove Ajax Chatbox

Post by andyp99 »

from what i've read above there must be a chatbox and shoutbox on the forum.i can get chat by clicking the chat on the header but shoutbox doesnt appear when i click it at the bottom.I am using v1.0.4 on prosilver.It just shows a solid blue bar with shoutbox on it but does nothing.
Post Reply