User Defined Smileys
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 2006-08-11 17:20:53
Thanks, we got that. That means all we need to do is customizing the theme. -- ZhangYunfeng 2006-08-12 03:37:11
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)