Lines Matching refs:chat
11 This chat plugin is AJAX driven so it means that you do not have to reload page to see new
20 It started as a improvement of Discussion plugin and ended in fully AJAX driven chat. I wanted
29 …under own DokuWiki installation, feel free to {{:dokuwiki:plugin:dokuwiki-chat-1.1.2.zip?nocache|d…
30 [[http://pv.no-ip.org/bin/dokuwiki-chat-1.1.2.zip|Mirror 1 here]] (version 1.1.2), or \\
40 Unzip ''chat/'' directory into your DokuWiki plugins folder.
44 For the chat plugin to work correctly, you need to update **SACK** with latest 1.6 version.
51 Chat messages are stored into separate ''chat'' namespace under the page where it is included.
52 … current page stores chat into '':dokuwiki:plugin:chat:chat'' page. ++ Physical file would be ''da…
54 You will have to setup user-rights (ACL) for ''chat'' namespace.
61 To include chat on your page, use:
86 SetEnvIf Request_URI "^/wiki/lib/plugins/chat/ajax\.php$" dontlog
112 if there is a lot of users that have the page with the chat plugin open in browser,
136 * Added ''$conf['chat']['show-progress']'' for enabling info bar
138 …ts handling, now user must have write-rights for chat page to be able to see ''[Send]'' button and…