| 7 | == Adding More Smileys == |
| 8 | |
| 9 | It is easy to add more smileys, in the `plugins/InsertSmiley/smileys/` folder you will see all the smiley images, add more smiley images in this folder, then you can edit the smileys.js file in that same folder to "hook them up". |
| 10 | |
| 11 | If your server supports PHP, you don't even need to edit the file, just make this Xinha configuration |
| 12 | |
| 13 | {{{ xinha_config.InsertSmiley.smileys = _editor_url + '/plugins/InsertSmiley/smileys/smileys.php'; }}} |
| 14 | |
| 15 | and it will automatically detect the new smileys. |
| 16 | |
| 17 | |
| 18 | == Authors == |