Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

First topics excerpt

How to make first 1 - 3 new topics to have excerpts?
Tagged:

Best Answer

  • peregrineperegrine MVP
    Answer ✓

    I don't know if this is what you want. but if you download the

    http://vanillaforums.org/addon/discussionexcerpt2-plugin

    and replace the lines around line 43 from

     public function DiscussionsController_AfterDiscussionTitle_Handler(&$Sender) {
    
    to
    
    
     public function DiscussionsController_AfterDiscussionTitle_Handler($Sender) {  
    
           static $discussionNumber=0;
           $discussionNumber++;
    
           if ($discussionNumber > 3) return;
    

    in the default.php - it will present excepts only for the first 3 topics.

    BTW. you never responded if you solved the welcome! translation.

Answers

Sign In or Register to comment.