10Jun/110
Vanilla2: Enable HTML in Inbox Conversations
For an unknown reason, Vanilla2 does not allow HTML in Inbox conversations. As far as I can tell, this issue has existed since the release of Vanilla2 last year. This bug has remained at least until the latest revision of Vanilla - 2.0.17.10. This solution can be easily fixed by modifying one line:
/applications/conversations/views/messages/messages.php:
On or around Line 36, change Gdn_Format::To to Gdn_Format::Html.
After the change, HTML will render properly in Inbox Conversations.

ScifiToday