|
XGC xVIPERx XI
|
 |
« on: August 21, 2009, 23:25:02 » |
|
1) Ability to add additional admins, since vBulletin admins cannot login. - Restrictions: -- Only the original admin created from install can create, modify, and delete additional admin users -- The new admins cannot create, modify, or delete any other admin user. -- The new admins cannot purge or export the messages, only view -- The new admins can add, modify, and delete rooms
2) Need the ability to turn off flash cookie remember me via the admin panel or script
3) The Rooms list panel - The panel needs to be wider, about 2 times the displayed room with, border is fine. - Add horizontal scroll bar for rooms that are wider after the modification above, set to auto display - The ability to turn off the create new room functionality from the admin panel or script - Change Rooms list to Rooms List as this is a header
4) Kick Button - The change last sentence of the message for Selection Error -- Current: Also, you can not kick yourself. Has misspelling and missing period. -- Change to Also, you cannot kick yourself.
5) Overall Setting - Add a section at the top (seperate like the bottom where user uses to input messages) to display as header for the room. This would display the name of the room. For example, the user selects General from the Rooms List, the header would display centered "General Chat Room". That way the users would know exactly what room they are in.
- The welcome message needs to be specific for the room, have this set when you create a room not from the install. That way it would be tailored to the room instead of the over all welcome message that may not apply or doesn't look right.
- When the chatroom loads, it does not cover the complete background image. This needs to fit the complete area as it looks bad when the image is changed.
- The badwords filter needs modified as it only compares the exact word as it is written. For example, if I used the word "chatroom" it is not the same as "CHATROOM" hence the second would display. When it does the comparisions, as the toLowerCase() or toUpperCase() to both sides. That way we only need to put the word in the badwords.txt file once, not every possible combination. Think how many combinations there would be for my example "chatroom"? Also, it needs to only filter the exact word not parts that are inside another word.
- The vBulletin user list must filter the banned users, I am going to post a seperate request as this is an immediate need.
- Need an additional ban user filter as a catch all that would override the vBulletin user list. We may have users that abuse the chat but not warrented an overall site ban. This could be in admin panel or text file. Prefer admin panel if possible.
- When a user uses the logout button, it logs them out of the chat room but it does not clear the remember me flash cookie. This needs to also needs to clear the cookie as well.
- When a room is created with a password, it needs to accept the password before the room is displayed. I am going to post a seperate request as this is an immediate need.
- When a user is kicked from a room, the flash cookie needs to be cleared as well. They are able to login in and it brings them straight back into the room they was kicked.
|