"Plugin" Mantis Simple CHATROOM

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
franksanabria
Posts: 10
Joined: 01 Jun 2015, 20:39
Location: Bogota
Contact:

"Plugin" Mantis Simple CHATROOM

Post by franksanabria »

1: Sorry for my english :P
2: This is a new "Plugin" for Mantis, called "CHAT", is in plain text and based in https://css-tricks.com/jquery-php-chat/
3: Don't need DB
4: Use UserID from MantisBT
5: Open in a Popup Window.
6: Show historial Chat
7: IMPORTANT: DON'T SHARE CONFIDENCIAL INFORMATION

Intro: This ChatRoom it's create for a Helpdesk Campaign in a CallCenter for all authenticated users. Only use 1 chatroom. If need more chatrooms, use Chatv2
https://css-tricks.com/chat2/

What I need, i need create a Mantis Plugin, for easy installation.

How Install:

1. Download and unzip into plugins folder.
2.Create a new custom menu field
2.1: Open config_inc.php
2.2: Insert: $g_main_menu_custom_options = array( array( "Chat", DEVELOPER, 'plugins/Chat/index.html ));
3: Create CronJob for empty chat.txt file every day. For example: * 1 * * * root echo "" > /var/www/plugins/Chat/chat.txt > /dev/null 2>&1
4: Enjoy

Q: Why I don't use phpfreechat?
A: Only I need a simple room chat.

Q: Security?
A: :'(
Attachments
Chat.tar
(20 KiB) Downloaded 538 times
Post Reply