Move Smileys images into a common directory

Smileys images are located in .../wiki/(themes)/img/ directories for each theme. But the configuration is only available via config.py for all wikies of the farm. We cannot specify the image size for each theme. (Although we can change the colors, ...)

Therefore it is wasteful. How about to move to common directories, if we are not willing to allow configure smileys for each theme.

Just move all smileys icons into a directory (wiki/smileys/) and put configuration in config.py as:

  smileys = ....
  smileys_url = url_prefix + "/smileys/"

Or move smilies configuration into the MoinMoin.theme, so any theme can override them.


CategoryFeatureRejected

MoinMoin: FeatureRequests/MoveSmileysFiles (last edited 2007-10-29 19:05:58 by localhost)