Quote:
Originally Posted by ViViD
Hi ,
What is that smilies in front of usernames in the Francis screenshots ? 
and ... How can I have more than two channels like screenshots ?
|
For the smilies this is just the smilies corresponding to the usergroup, this is not chatbox dependant.
Quote:
Originally Posted by baghdad4ever
how can i make that exactly
plz reply
|
While I am looking at how you could do that, I see there is a bug in the ban cron...
What you have to do to manually ban a user is the following :
- Go in phpmyadmin
- Insert the following entry in the mgc_chatbox_ban table
- userid = userid of the user you want to ban
- bandate = 1188970265 (this was an earlier timestamp of today)
- liftdate = 1767157200 (a timestamp far away in 2025)
- whoid = 1 (id of the user that made the ban so supposing you are the first admin)
- Then go in the user table, find the user you are currently trying to ban and edit its fields. Set the mgc_chatbox_estbannit field to 1.
- That's all folk !