Hi Cyberman
Sorry that I have not replied sooner to your posting, "real" work got in the way of my "hobby" work
I have not tried any direct modification of the forum templates, I am not a web developer and I get scared when changing code without exact instructions!
But as far as I can tell, by putting the smiley modifier in as you suggest, is the same as {content|smileys} in my main page template - which I have already got to work to replace text with smileys in forum postings.
What I really want to be able to do next, is use these functions within the forum:-
function GetSomeSmileys($wantedsmileys=array( ':)', ':(', ':D', ';)' ), $theme="default");Returns an array containing the smileys specified in the array $wantedsmileys, using in the specified theme. They are returned as an associative array in the same form as GetSmileyList() (see above).
function GetPopupExampleLink($linkcontent, $theme="default");
Return the html-code for a clickable link containing $linkcontent, which opens a samall popupwindow containing all smileys from $theme. If no $linkcontent is given a link containing "Show Smileys" is displayed.
As I said above I am a not a web-developer and I suspect that these questions are not really CMSMS questions, and therefore I know that I should not really be asking these questions here, but if anyone is feeling very kind and could explain how I call these functions from within the forum pages, I would be very grateful
Thanks
DG