Featured Posts & Front Page
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?
How hard would it be to add a plugin to do this?
0
Comments
/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?