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 not working in Conversations
fr1day
New
All that appears when I start or respond to a conversation is lots of '< br >' instead of nice formatting. The emoticons plugin doesn't work in conversations also.
Anyone any idea what's going on with it?
Anyone any idea what's going on with it?
0
Comments
just learning the ins and outs of how the site handles things and wasn't sure if here was the place to get support or not. Saw your request to post in github afterwards so posted there as well.
Go to /applications/conversations/views/messages/messages.php
Go to line 36 and change "Gdn_Format::To" to "Gdn_Format::Html".
There may be other places where this change is needed.