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.
Bonk!
Released February 7 but always Bonk...
0
Comments
There was an error rendering this rich post.
There was an error rendering this rich post.
these is text after name topic
/** * Add a discussion excerpt in each discussion list item. */ public function Base_AfterDiscussionTitle_Handler($Sender) { $Discussion = GetValue('Discussion', $Sender->EventArguments); if (is_object($Discussion)) echo '<div class="Excerpt">'.SliceString(Gdn_Format::Text($Discussion->Body, FALSE), 100).'</div>'; }
Fresh install of 'vanilla-core-2.0.17.9'. Uploaded 'timely' theme and applied it.
'Bonk' on homepage.
Anyone have an answer?
http://vanillaforums.org/addon/540-discussionexcerpt2