'''User Defined Smileys''' ## Tell your story here. ## What is the problem you are trying to solve? ## Is this features useful to most users or just to specific users? There'ar many smileys embeded in MoinMoin. But our users still want to add more smileys and modify some markers. Until now, the smileys definition located in `MoinMoin/config.py`, seems cann't be configured in wikiconfig.py. It's not flexible enough. We wish it can be moved into `MoinMoin/multiconfig.py`, so that we can override the definition. ---- See the moin 1.6 development source on http://hg.thinkmo.de/moin/1.6 - the smiley stuff moved to the theme, the only thing left in config.py is a list of smiley markups. -- ThomasWaldmann <> Thanks, we got that. That means all we need to do is customizing the theme. -- ZhangYunfeng <> ---- According to one of the other pages about Smileys, you NEED to modify this file by hand to recognize any new smileys, moinfckconfig.js, --J Elliott To add smileys, as of Moin 1.8.2, you need to edit 4 files: * `MoinMoin/theme/__init__.py` (icons) * `MoinMoin/theme/modernized.py` (icons) * `MoinMoin/config/__init__.py` (smileys) * `wiki/htdocs/applets/moinfckconfig.js` (`FCKConfig.SmileyImages`) That makes updates really painful. ---- CategoryFeatureRequest