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.
Greater than and less than tags.
nopresnik
New
Hello. I have noticed that when a user on my forums type something inside of <> when it is not HTML it just disappears. It is extremely annoying because we need text inside <> to be visible when posted. Now I know that Vanilla Forums is build around PHP, and I have no idea about that language. So I would like good solid answers, not just reply with a line of code like I've seen in a lot of discussions. Sorry, I don't mean to be rude.
Summary: I would like non html tags to show up in a comment eg. This would become invisible.
0
Comments
You would need to disable the text editor so it ignores html. Or possibly add the html instead of the symbols.
it messes it up here too lol
http://www.dionysia.org/html/entities/symbols.html
sorry about the lines of code it is inevitable...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
The browser sees this as HTML and doesn't display it. You will need a pluging to parse the text and turn the < into < and the > into >
< this is interesting >
If there is a space after the < and before the > it does display.
<.testing>
never mind - duplicated answer.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.