chat help

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
stall20080
Forum Member
Forum Member
Posts: 14
Joined: Wed Dec 31, 2008 11:53 pm

chat help

Post 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
stall20080
Forum Member
Forum Member
Posts: 14
Joined: Wed Dec 31, 2008 11:53 pm

Re: chat help

Post by stall20080 »

also is there anyway of del chat message then clickign the x
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: chat help

Post 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.
Post Reply