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

Featured Posts & Front Page

edited August 2010 in Vanilla 2.0 - 2.8
I was wondering how difficult it would be to have "featured posts" on the front page. An example are two popular forums like macrumors.com or slickdeals.net. On these sites admins can create posts and select them to be featured on the front page of their site.

How hard would it be to add a plugin to do this?

Comments

  • Options
    Bump? Any ideas on how difficult this would be to implement?
  • Options
    I need this feature as well. Loved having Blogthis on my V1 forum.
  • Options
    You can do this with "Announce" set your discussion as an announcement. Go to your install of Vanilla, and open this file.

    /vanilla/applications/vanilla/locale/en-CA/definitions.php

    add these lines of code

    $Definition['Announce'] = 'Make Sticky'; $Definition['Announcement'] = 'New Post';

    this will keep the discussion on the top of all the others on the front page of your forum while keeping blog lingo, does that help?
  • Options
    I will check that, although I am not sure announcements and front page posts are the same thing. Thanks for thinking of this solution. I will report back with what I find.
Sign In or Register to comment.