Frequently Asked Questions

Mar 29, 2024 - 01:58am

 [F] Frequently Asked Questions  / Operational Questions  / Chat  /

How can anonymous users be moderated in chat rooms?

Rate This FAQ
Rating: ***** (based on 1 votes)

Created On: 15 Mar 1999 2:42 pm
Last Edited: 22 Oct 1999 12:27 pm

Question Printer Friendly

It isn't immediately obvious how the sysop can configure a chat macro so that can have an anonymous nickname and yet still be moderated.

Answer

1) Copy the chatRoom macro from standard.tpl to webx.tpl

2) Modify the parameters so the following are always set:

<param name=initialSetName value=1>
<param name=anonymous value=1>

( this is usually surrounded by an %%if pathIsAnonymous%%
so you can just remove this test)

3) Create a chat room, setting the macro for this room to the one just
created in the webx.tpl.

4) Modify the access rights to the room so everyone is "moderated" access.

5) Enter the room. Users will first be asked for their name (with their
username already entered into the text box - but they can just over-write
it with an anonymous name).