PDA

View Full Version : Stripping HTML in templates - is that possible?


FractalizeR
06-21-2007, 02:47 PM
Hello.

I have the following question.

I use HTML tags to outline specific importand forums (huge letters, red color etc. :) ). But I need HTML tags to be stripped from output in certain templates. How can I do that?

The easiest way I can think of is to patch viewforum.php to sanitize certain values, but this is not good way of doing this. May be I can use some function inside template to output HTML-sanitized value?