Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
HTML in Topic name/subject?
Is there any way to get Vanilla 1 (with the HTMLFormatter extension) to support HTML in the Topic name/subject?
0
Comments
Would it be something as simple as taking a copy of the default theme and then deleting a call to strip out the HTML and adding a call vaguely like:
$the_topic_name = CallTheCommentBodyFilter( $the_topic_name );
or would it be a bit more complicated?
I tried looking through the default theme code but I couldn't see anywhere obvious that looked as if it was filtering HTML from the Topic name - so is maybe this normally handled by code outside of the theme, so the theme would need to be re-worked a fair bit to handle the filtering itself (so it _would_ be more complicated!)?
Thanks.