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
Last revisionBoth sides next revision
plugin:freechat [2015-10-08 01:42] – Ok, my fault, found the way. arimaneplugin:freechat [2019-01-14 06:33] shintak
Line 1: Line 1:
-====== freechat plugin ======+====== freechat Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 7: Line 7:
 type       : syntax type       : syntax
 lastupdate : 2015-09-29 lastupdate : 2015-09-29
-compatible : 2014-09-29 "Hrun", 2009-12-25c "Lemming"+compatible : 2014-09-29 "Hrun", 2009-12-25c "Lemming", "Frusterick Manners", "Greebo"
 depends    :  depends    : 
 conflicts  conflicts 
Line 14: Line 14:
  
 downloadurl: https://github.com/bzfwunde/dokuwiki-freechat/archive/master.zip downloadurl: https://github.com/bzfwunde/dokuwiki-freechat/archive/master.zip
 +bugtracker:  https://github.com/bzfwunde/dokuwiki-freechat/issues
 sourcerepo:  https://github.com/bzfwunde/dokuwiki-freechat sourcerepo:  https://github.com/bzfwunde/dokuwiki-freechat
  
Line 20: Line 21:
 ===== 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''.
- +
-//Note: If you do install manually the directory must be named **freechat**.//+
  
 +  * [[http://berniceya.com/dkinfo/en/downloads/dokuwiki/freechat|Sidebar optimized version - study]]
 ===== Overview ==== ===== Overview ====
  
Line 56: Line 56:
 ===== Chatting ===== ===== 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+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+  /help
      
 Refer to http://www.phpfreechat.net/commands for documentation about these commands. Refer to http://www.phpfreechat.net/commands for documentation about these commands.
Line 88: Line 88:
  
 ===== Feedback for Detritus ===== ===== Feedback for Detritus =====
-Works good so far!+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.
  
 +===== SSL/TLS Mixed Content =====
  
 +Hi! Thanks for the Plugin. Using it throws a mixed content warning, when using TLS on the Website. Commenting out the logo2_80x15.png in themes/default/chat.html.tpl.php helps.
  
 +>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.txt · Last modified: 2019-03-07 02:42 by deuts

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