How to add topic Icons to CMFBoard
Sometimes you want to have other icons for your topics then the standard CMFBoard? ones, or you want to have specific icons for for a certain Forum Folder. (i.e. a Folder Help + Bugs -> bugicon, ideaicon, helpicon.... or a personal ad folder -> Rose, Kiss, Hug, ....)
Well thats EASY
- Go to the ForumFolder? in the ZMI.
- Create a Folder (simple Zope folder) named fcIcons
- Put your Icons into that folder.
- e voila! when you create a new message in that folder it will show only the icons you uploaded into that folder.
In versions later than 2.1.0 you have to change in /portal_skins/cmfboard/forum_message_edit_widgets the line:
<tal:block tal:repeat="icon portal/fcIcons/objectValues">
to:
<tal:block tal:repeat="icon here/fcIcons/objectValues">
