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.
Options

Conversation Message Excerpt is just "..."

dan39dan39 New
edited October 2010 in Vanilla 2.0 - 2.8
When users on my forum Create a Conversation, it appears in their inbox with a Message Excerpt that just says, "..." as the Message Title.

If I go to /applications/conversations/views/messages/conversations.php and change line #13 from:

$Message = SliceString(Gdn_Format::Text($Conversation->LastMessage), 100);
to

$Message = Gdn_Format::Text($Conversation->LastMessage);
...it shows the whole message as the excerpt. Is there a reason why SliceString is just showing an ellipses instead of a 100 character excerpt? I assume this is a bug because it's not part of my theme.
Sign In or Register to comment.