OLAT Smileys Plugin for TinyMCE

This plugins provides themeable emoticons. The difference between this and the standard TinyMCE emotions plugin is that the OLAT plugin is CSS-based, so the smileys depend on the activated OLAT theme.

Configuration

To enable this plugin in OLAT, you have to add it to OLAT's rich text configuration file. Open the file
olatcore/src/main/resources/serviceconfig/org/olat/core/gui/components/form/flexible/impl/elements/richText/_spring/olatdefaultconfig.xml
and add the bean org.olat.core.gui.components.form.flexible.impl.elements.richText.plugins.olatsmileys.OlatSmileysPlugin to the list of custom plugins:

	
 				
 			
 				  :
 				  : (Beans for other plugins go here.) 
 				  :
 				
 				
 				  :
 				  :
  				  			
		
	

No additional configuration is needed.

Usage

After successful configuration, you should see a smiley icon in the toolbar. Click the icon to open up a dialog which lets you choose the smiley to insert into the text.

Information for OLAT developers

Credits