DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:freechat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:freechat [2014-10-07 09:26] – [Configurations] 62.143.166.100plugin:freechat [2019-03-07 02:42] (current) – [Data folder] deuts
Line 1: Line 1:
-====== freechat plugin ======+====== freechat Plugin ======
  
 ---- plugin ---- ---- plugin ----
 description: Allow to insert and use phpFreeChat on DokuWiki description: Allow to insert and use phpFreeChat on DokuWiki
-author     : Luigi Micco  +author     : Roland Wunderling 
-email      : l.micco@tiscali.it +email      : bzfwunde@gmail.com 
 type       : syntax type       : syntax
-lastupdate : 2011-01-19 +lastupdate : 2015-09-29 
-compatible : 2009-12-25c "Lemming"+compatible : 2014-09-29 "Hrun", 2009-12-25c "Lemming", "Frusterick Manners", "Greebo"
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : chat, discussion tags       : chat, discussion
  
-downloadurl: http://dl.dropbox.com/u/21678616/dwplgs/freechat-19.01.2011.zip +downloadurl: https://github.com/bzfwunde/dokuwiki-freechat/archive/master.zip 
-donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KHHGCTLSQPGEJ+bugtracker https://github.com/bzfwunde/dokuwiki-freechat/issues 
 +sourcerepo:  https://github.com/bzfwunde/dokuwiki-freechat 
 ---- ----
  
 ===== Download and Installation ===== ===== Download and Installation =====
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the URL given above. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. Note: If you do install manually the directory must be named ''freechat''.
  
-To see a demo online, visit **[[http://www.luigimicco.altervista.org/doku.php/chat|here]]**. +  * [[http://berniceya.com/dkinfo/en/downloads/dokuwiki/freechat|Sidebar optimized version - study]]
-  +
-//Note: If you do install manually the directory must be named **freechat**.//+
 ===== Overview ==== ===== Overview ====
  
-The goal of this plugin was to provide a simple, ready to go chat system for your wiki using **[[http://www.phpfreechat.net|phpFreeChat]]** library. It also bundles the necessary libraries so that you should not need to do any configuration to get it up and running as quickly as possible. I haven't thoroughly tested this point on many platforms yet, so any feedback is welcome.+The goal of this plugin was to provide a simple, ready to go chat system for your wiki using **[[http://www.phpfreechat.net|phpFreeChat]]** library. It also bundles the necessary libraries so that you should not need to do any configuration to get it up and running as quickly as possible. However, I haven't thoroughly tested this point on many platforms yet, ...
  
 ===== Syntax and usage ===== ===== Syntax and usage =====
Line 33: Line 33:
   ~~CHAT~~   ~~CHAT~~
  
-and the admin configuration page to set options. For info about params and advanced configuration, see the  **[[http://www.phpfreechat.net|phpFreeChat]]** Official Home Page.+or 
 + 
 +  {{chat>}} 
 + 
 +Both will create a default chat window on the page that can be somewhat configured via the configuration page.  For info about params and advanced configuration, see the  **[[http://www.phpfreechat.net|phpFreeChat]]** Official Home Page. 
 + 
 +In order to have different chat windows in a DokuWiki installation, one can define different chatids: 
 + 
 +  {{chat>chatid=chat1}} 
 + 
 +chats with different chatid's function independently.  However, one can only have one chat per page at the time. 
 + 
 +The set of chat rooms to be opened by default can be controlled with the ''%%rooms=%%'' option: 
 + 
 +  {{chat>rooms=Room1,Room2}} 
 +   
 +opens the chat window with the two specified room tabs, the first one being the active one. 
 +Both options can be used by separating with %%|%%, e.g. 
 + 
 +  {{chat>rooms=Room1,Room2|chatid=chat1}} 
 +   
 +===== Chatting ===== 
 + 
 +It should be obvious that chatting is done by typing your comment in the input box.  However, phpfreechat understands a set of commands that are words starting with a ''%%/%%'' character.  The list of available chat commands can be retrieved by typing 
 + 
 +  /help 
 +   
 +Refer to http://www.phpfreechat.net/commands for documentation about these commands. 
 + 
      
 ===== Version history ===== ===== Version history =====
-  * **''2011-01-19''** (current)+  * **''2015-09-29''** (current) 
 +    * Add support for option ''chatid='' 
 +    * Add support for option ''rooms='' 
 +  * **''2011-01-19''**
     * fix some bugs     * fix some bugs
     * add new params for admin configuration      * add new params for admin configuration 
Line 44: Line 76:
  
 ====== Discussion ====== ====== Discussion ======
-There's always room for improvement. If you're able to add any contributions to make freechat better, please [[l.micco@tiscali.it|let me know]] or discuss your thoughts right here (please use ''<nowiki>===== Level 2 Headlines =====</nowiki>'' to open a new "thread"/issue and ''<nowiki>----</nowiki>'' (five dashes, horizontal rule) to structure it when needed).+There's always room for improvement. If you're able to add any contributions to make freechat better, please [[bzfwunde@gmail.com|let me know]] or discuss your thoughts right here (please use ''<nowiki>===== Level 2 Headlines =====</nowiki>'' to open a new "thread"/issue and ''<nowiki>----</nowiki>'' (five dashes, horizontal rule) to structure it when needed).
  
 ===== Data folder ===== ===== Data folder =====
Line 55: Line 87:
 And how often is this purged?  How can one archive it?  Is it safe, in other words, and possible to retrieve at a later date?  (Brilliant plugin, by the way: so very simple to set up!  Thank you.) And how often is this purged?  How can one archive it?  Is it safe, in other words, and possible to retrieve at a later date?  (Brilliant plugin, by the way: so very simple to set up!  Thank you.)
  
-====== ERROR ======+> Me too, I'm interested to learn on how not to keep it in cache subject to purge. I would like to have a history page where users can browse 'archived' messages. 
 +>  --- [[user>deuts|deuts]] //2019-03-07 02:40// 
 +===== Feedback for Detritus ===== 
 +Works good so far, thanks for the awesome plugin!
  
 +fn@20060311: Here too on Detrius, but an suggest: Please dont load anything from other Sites else the own installed.
  
-phpFreeChat cannot be initialized, please correct these errors:+===== SSL/TLS Mixed Content =====
  
-'frozen_nick' parameter must be boolean+Hi! Thanks for the Plugin. Using it throws mixed content warning, when using TLS on the Website. Commenting out the logo2_80x15.png in themes/default/chat.html.tpl.php helps.
  
-WHY??+>You can upload http://www.phpfreechat.net/pub/logo2_80x15.png to themes/default/images 
 +>And then amend <code> <img src="http://www.phpfreechat.net/pub/logo2_80x15.png"</code> to <code> <img src="<?php echo $c->getFileUrlFromTheme('images/logo2_80x15.png'); ?>"</code>
plugin/freechat.1412666815.txt.gz · Last modified: 2014-10-07 09:26 by 62.143.166.100

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki