Options
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') { }