| Current Path : /home/wuectly/www/03cbe/ |
| Current File : /home/wuectly/www/03cbe/emotions.tar |
emotions.xml 0000604 00000002533 15245700716 0007131 0 ustar 00 <?xml version="1.0" ?>
<extension version="3.4" type="plugin" group="jce" method="upgrade">
<name>WF_EMOTIONS_TITLE</name>
<version>2.9.99.2</version>
<creationDate>22-04-2026</creationDate>
<author>Moxiecode / Ryan Demmer</author>
<authorEmail>info@joomlacontenteditor.net</authorEmail>
<authorUrl>https://www.joomlacontenteditor.net/</authorUrl>
<copyright>Copyright (C) 2006 - 2026 Ryan Demmer. All rights reserved</copyright>
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
<description>WF_EMOTIONS_DESC</description>
<icon>emotions</icon>
<files>
<file>plugin.js</file>
<file>emotions.php</file>
<folder>classes</folder>
<folder>css</folder>
<folder>img</folder>
<folder>js</folder>
<folder>tmpl</folder>
</files>
<fields name="emotions">
<fieldset name="config">
<field name="url" type="text" placeholder="components/com_jce/editor/tiny_mce/plugins/emotions/img" default="" size="100" label="WF_EMOTIONS_PARAM_URL" description="WF_EMOTIONS_PARAM_URL_DESC" />
<field name="smilies" type="text" placeholder="eg: smiley-confused.gif,smiley-cool.gif" default="" size="100" label="WF_EMOTIONS_PARAM_SMILIES" description="WF_EMOTIONS_PARAM_SMILIES_DESC" />
</fieldset>
</fields>
<languages>
<language tag="en-GB">en-GB.WF_emotions.ini</language>
</languages>
<help></help>
</extension>
config.php 0000604 00000001012 15245700716 0006517 0 ustar 00 <?php
/**
* @package JCE
* @subpackage Editor
*
* @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
\defined('_JEXEC') or die;
class WFEmotionsPluginConfig
{
public static function getConfig(&$settings)
{
$wf = WFApplication::getInstance();
$settings['emotions_smilies'] = $wf->getParam('emotions.smilies');
$settings['emotions_url'] = $wf->getParam('emotions.url');
}
}
index.html 0000604 00000000054 15245700716 0006543 0 ustar 00 <html><body bgcolor="#FFFFFF"></body></html>