To get your answer you just had to download the theme and look in the files:
/**
* 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>';
}
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