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
Community Manager for Vanilla Forums
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Community Manager for Vanilla Forums
- Spam
- Abuse
0 · Insightful Awesome LOL ·these is text after name topic
- Spam
- Abuse
0 · Insightful Awesome LOL ·/*** 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>';
}
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Fresh install of 'vanilla-core-2.0.17.9'. Uploaded 'timely' theme and applied it.
'Bonk' on homepage.
- Spam
- Abuse
1 · Insightful Awesome LOL ·Anyone have an answer?
- Spam
- Abuse
0 · Insightful Awesome LOL ·http://vanillaforums.org/addon/540-discussionexcerpt2
- Spam
- Abuse
0 · Insightful Awesome LOL ·