coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: dwo on July 04, 2008, 06:13:44 PM

Title: expand bbcode ; quote in comments
Post by: dwo on July 04, 2008, 06:13:44 PM
Hi.

I added a quote function to comments/bbcode. Simply added


         // [q] and [/q] for quote text.
          $text = str_replace("[q]", '<blockquote>&rdquo; ', $text);
          $text = str_replace("[/q]", ' &rdquo;</blockquote>', $text);


to functions.inc.php after function bb_decode($text)

Together with quicktags, very usefull and easy to use.

reagrds, Dietmar