Topic: html tags in the opening message but not in the replys
i am working on this rss bot that posts 1 rss item as a new thread so user can discuss news fetched from a feed.
Some rss come with html formating. Wich is actualy cool.
I was wondering.. how and where in the code does the html check takes place?
i dont want to allow html on the user posts but i want to keep the html from the feed on the opening message.
can i simply inser the feed text with html using an external script and disallow html in that same forum?