Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
HTML in post NOT in Comments?
Is it possible to have a the ability to post HTML when Starting Discussion, but to disable it for those posting comments?
0
This discussion has been closed.
Comments
Otherwise, you could probably do what you asked for, but it would take some coding. If you can somehow get the Comment ID number and the Discussion object in the string formatter (can you?), you can compare the Comment ID to the Discussion object's First Comment ID field.
If that doesn't work, maybe you could switch rich text formatting off/on in the comments template file.
if ($Context->SelfUrl == 'post.php') { }