Page 1 of 1

chat help

Posted: Fri Jan 02, 2009 9:47 pm
by stall20080
can you tell me how i can stop guests viewing chat and how do i ban a user from using the chat ?????
please can you help, my site is xbox360wizards.com many thanks

Re: chat help

Posted: Fri Jan 02, 2009 10:07 pm
by stall20080
also is there anyway of del chat message then clickign the x

Re: chat help

Posted: Fri Jan 02, 2009 11:29 pm
by LDM
I don't think it's possible to ban a user just from the chat, but to make it visible for reg only, you could try this:

(This is untested, so I hope it works for you)

Open index_body.html for your template
Find:

Code: Select all

<!-- INCLUDE shout_body.html -->
or

Code: Select all

<!-- INCLUDE chat_body.html -->
Add before:

Code: Select all

<!-- IF S_USER_LOGGED_IN -->
Find first line again and add after:

Code: Select all

<!-- ENDIF -->
Save, upload and refresh template cache.