Wordpress Plugin - FV Community News

Many blogs out there can only produce a couple articles a week while their visitors ask for loads more. It’s sometimes a good idea to add related articles from other blogs to your sidebar. Adding them manually takes lots of time we don’t have. With this new Community News plugin you allow your visitors to add articles to the sidebar. Complete with moderation panel and a settings page, you can sit back while you have full control about the look and articles that being posted.

Features

Currently, the Community News plugin has the following features:

  • Widget Ready (Different form/results widget)
  • Moderation panel (with email option) - Make sure you approve the right articles
  • Edit Submissions
  • `My Submissions` Page
  • Customizable templates
  • Captcha Spam protection (on/off)
  • Akismet Spam protection (API key required)
  • Build-in RSS 2.0 Feed
  • Image Uploading
  • Settings

How To Install & Use

  1. Download the files
  2. Upload the files to /wp-content/plugins
  3. Activate the plugin (WP-admin > Plugins > FV Community News)
  4. Browse Community News > Settings to select the settings you prefer.
  5. Go to Design > Widgets to add the Community News widgets to your sidebar.

You can also show your Community News plugin on a static page. You can do that by placing the following codes on a page that does support PHP:

Add Form

<?php if (function_exists('fvCommunityNewsForm'))

    fvCommunityNewsForm(); ?>

Latest Submissions

<?php if (function_exists('fvCommunityNewsGetSubmissions'))
    echo fvCommunityNewsGetSubmissions(Number, Template); ?>
  • Number - Insert number of items you would like to show here
  • Template - Structure per item. You can use these tags:
    • %submission_author%
    • %submission_author_email%
    • %submission_title%
    • %submission_url%
    • %submission_description%
    • %submission_date%
    • %submission_image%

By default the Template is: ‘<li><h3><a href="%submission_url%" title="%submission_title%">%submission_title%</a></h3><p>%submission_description%</p><small>%submission_date%</small></li>‘. <ul> </ul> tags are automatically added.

Example

Take a look at the sidebar, you could see the plugin in action right there. Also my friend uses Community News on his blog, so you can see a working example on DivitoDesign.

fvCommunityNewsSettings

The FV Community News settings page.

Bugs & Questions

If you find any bug in the latest version of this plugin, I hope you’d be so kind to tell me about it. This will only improve the plugin, which is better for the users! When you have anything else to say (appreciated!), please comment!

Plugin Info

AUTHOR: Frank Verhoeven
AUTHOR URL: http://www.frank-verhoeven.com/
WORDPRESS VERSION: 2.5+
TESTED UP TO: 2.7
CURRENT VERSION: 1.2.3

Change log

Version 1.1
Version 1.2

Download

DOWNLOAD: FV Community News

Donate

Like this plugin? Please consider making a small donation.

Or help promoting it by adding a link to this page, definitely appreciated :) !

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Blogosphere News
  • BlogMemes
  • Live
  • Technorati
  • YahooMyWeb
  • description

61 Responses to “Wordpress Plugin - FV Community News”

Leave a Reply

Comment Guidelines ↓