XF 2.2 See html code in posts

Ricsca

Well-known member
Licensed customer
XF displays its bbcode but is there a way to display html texts as well?
Thank you
 
Hint: when you get the source code there will be a lot of stuff at the top you don't need. To see actual start of the html content search for <h1
 
Not sure if this is what @Ricsca wanted to know but:
It is not possible to use straight HTML in posts - allowing that would be a security issue.
But there might be Add-ons that do allow HTML under certain conditions (privileged users, specific areas, etc.).
 
Not sure if this is what @Ricsca wanted to know
Maybe. There used to be an addon, I think it was called Parse html or something like that.

Edit:


If I need html in a post I create a custom bbcode.
 
Back
Top Bottom