Index: openacs-4/packages/forums/tcl/messages-format-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/messages-format-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/forums/tcl/messages-format-procs.tcl 22 Sep 2003 20:37:06 -0000 1.2 +++ openacs-4/packages/forums/tcl/messages-format-procs.tcl 22 Sep 2003 20:46:04 -0000 1.3 @@ -17,6 +17,9 @@ the img tag that gets constructed here. } { set emoticons_map [list] + + # if you change this list, consider changing + # www/doc/emoticons.adp as well foreach { emoticon image } { ":-)" "smile" ";-)" "wink" Index: openacs-4/packages/forums/www/doc/emoticons.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/doc/emoticons.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/forums/www/doc/emoticons.adp 22 Sep 2003 20:46:04 -0000 1.1 @@ -0,0 +1,41 @@ + + +Currently the following emoticons (smileys) are available: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
:-)
;-)
:-D
8-)
:-(
;-(
:-O
:-/
+ +The listed smileys (e.g. ;-) ) will be automatically replaced with an +image if the package parameter DisplayEmoticonsAsImagesP is set to 1 +(1 by default).