SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  25 May 2007 19:41   Last Edited By: Dragthor
Hristo,  where is the function to format {up} into <img src="up.gif" /> ?  {email}{/email} into <a href="mailto:x">x</a> ?

Thanks.  I want to format the descriptions in the Rss & Atom feeds.
__________________
Posted:  26 May 2007 09:29
The bbcodes are formatted in /code/functions.php, function name format_bbcodes(). Check this standard snippet of code:
Code:

      if (isset($emoticons))
        $post_message = str_replace($sm_search, $sm_replace, $post_message);

      if (isset($bbcodes))
        $post_message = format_bbcodes($post_message);
      $post_message = fix_tabs_spaces($post_message);

__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com