Baustelle:Editor - TinyMCE: Smilies ergänzen
Aus Joomla! Dokumentation
- Die image-Dateien (z.B.: smiley-cool.gif) kommen in das Verzeichnis
\DeinJoomla!\plugins\editors\tinymce\jscripts\tiny_mce\plugins\emotions\img.
- Sodann müssen sie in der
plugins\editors\tinymce\jscripts\tiny_mce\plugins\emotions\emotions.htm ergänzt werden, z.B.:
<td> <a href="javascript:EmotionsDialog.insert('smiley-cool.gif','emotions_dlg.cool');"> <img src="img/smiley-cool.gif" width="18" height="18" border="0" alt="{#emotions_dlg.cool}" title="{#emotions_dlg.cool}" /> </a> </td>