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)
  • Tags for use in posts/pages
  • AJAX Form Handling
  • Multi-Language Support
  • 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
  • Uninstall Page
  • Configurable Responses

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.3

Change log

Version 1.1
Version 1.2
Version 1.3

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 :) !

Tagged: , , .

174 Responses

  1. matt Says:
    October 1st, 2008 at 6:45 pm

    is there a way to manually add some code where you want the widget to appear in your sidebar?

  2. Frank Verhoeven Says:
    October 1st, 2008 at 8:45 pm

    Yes there is. You could use the following functions: fvCommunityNewsForm to get the form, and fvCommunityNewsGetSubmissions to get the submissions.

  3. Jeremy Newton Says:
    October 1st, 2008 at 9:20 pm

    Awesome plugin, I am really looking at bringing this into my blog cause I have been trying to create a better since of community for awhile and I think this would really work. Thanks for writing it up =)

  4. Frank Verhoeven Says:
    October 2nd, 2008 at 10:36 am

    I’m happy you like it :-) .

  5. George Says:
    October 2nd, 2008 at 10:46 pm

    At WP 2.6.2 in moderation, there is community news description, email, IP and date field, I don’t see News URL, the most important field to choose to Allow or Deny news. Thanks.

  6. Frank Verhoeven Says:
    October 3rd, 2008 at 11:46 am

    Well actually there is, it stands next to %submission_title%. You can use the following tags: %submission_author%, %submission_author_email%, %submission_title%, %submission_url%, %submission_description% and %submission_date%. %submission_url% will change into the location of the article, so it doesn’t automatically add the anchor tag.

    Edit: I’m sorry, I misunderstood your comment and you’re absolutely right. I have fixed this little issue and updated the download.
    Thanks for pointing this out!

  7. Computer security Says:
    October 6th, 2008 at 9:46 am

    A great plugin… it can give you lot of content for your website… There should be some improvement to combat the spam submissions

  8. David Says:
    October 6th, 2008 at 2:29 pm

    Hey Frank,

    love the idea behind this plugin awesome bro.

    But I have a question maybe someone can help me with is there a way to add the form to my sidebar without using the widget?

    I would greatly appreciate it man thanks.

    –David

  9. Frank Verhoeven Says:
    October 6th, 2008 at 4:32 pm

    @Computer Security: Thanks, and yes I know, I thought it might be a good idea to implement akismet, still working on that one :)

    @David: Yes there is, see this page at Add Form below Install and further, this PHP code could be placed anywhere you want ;)

  10. Illilkfluok Says:
    October 7th, 2008 at 3:04 pm

    Great blog. I like layout!!!!

  11. fred Says:
    October 8th, 2008 at 12:43 am

    plugin looks interesting, would be awesome if user could post a photo (or multi photos), would make a useful tool for someone like me in real estate. Can that be implemented?

  12. Frank Verhoeven Says:
    October 8th, 2008 at 8:28 am

    I think that’s a really good idea! And I defenitly will take a look at it. :-)

  13. HimtoX Says:
    October 9th, 2008 at 2:34 am

    Thanks a lot Frank for your great plugin.
    I tried to install it manually using the fvCommunityNewsGetSubmissions Function as you mentioned, but it didn`t work at all.
    Have you tried it manually?
    (The widget works fine)

  14. HimtoX Says:
    October 9th, 2008 at 5:20 am

    Add: I checked the widget again and I know this is strange because the widget(which works fine) use the same function.
    But when I tried to use it alone as you discribed above it didn`t work.
    Thanks for support :)

  15. Frank Verhoeven Says:
    October 9th, 2008 at 10:23 am

    Hey HimtoX
    Your right, it doesn’t work because you need to add echo before the function. I forgot to type this down in the example (updated now).
    Note that when you don’t have any submissions yet, the function also doesn’t display anything.

    Thanks for your comment!

  16. HimtoX Says:
    October 9th, 2008 at 2:18 pm

    Thanks again Frank. It works great now with the “echo”.
    There is a missing bracket also in :
    “if (function_exists(‘fvCommunityNewsForm’)”
    I think it should be:
    “if (function_exists(‘fvCommunityNewsForm’))”
    And for the future update I think editing capabilitie will be great plus the suggested thumbnails @fres.
    I think this will be one of the greatest wordpress in the future because it achieves a social concept as Facebook does.

  17. Frank Verhoeven Says:
    October 9th, 2008 at 4:33 pm

    Yes your right about the bracket, thanks!
    The option to edit submissions will come with version 1.2, because I already improved a lot of things for 1.1 and I will release that one tomorrow :-) .

    Oh, and it’s great to hear you like the plugin! :-)

  18. Don Ray Says:
    October 9th, 2008 at 9:01 pm

    Is there a way to require users to be logged in before they can post?

  19. Frank Verhoeven Says:
    October 9th, 2008 at 9:23 pm

    This is implemented in version 1.1, wich will be released tomorrow :-)

  20. E. S. Says:
    October 10th, 2008 at 3:34 pm

    Today is tomorrow. ;)

  21. adam Says:
    October 10th, 2008 at 4:06 pm

    Wow! I’m looking that extension for joomla cms. Convert this plugin please ;-) Great work. This is popular.

  22. Frank Verhoeven Says:
    October 10th, 2008 at 7:26 pm

    @ES
    It also is already released :-) Please visit this post for more information.

    @Adam
    Well who knows, maybe I will do this in the future.

    Thanks for your comments!

  23. Tomas Says:
    October 12th, 2008 at 1:07 pm

    Great plugin, but I’m not sure I like a new version. There are too much .js files and http requests, even gziped, my page loads are twice as long as before.
    I need core functionality not sounds.js at my website. Thanks.

  24. Frank Verhoeven Says:
    October 12th, 2008 at 3:59 pm

    Well, that’s because of the scriptaculous library, but you are right and I was already started to create a solution for this. Maybe I should get rid of the libs and just created the whole javascript myself. However, at least I will get rid of the useless files witch are included now.

  25. Tomas Says:
    October 12th, 2008 at 9:33 pm

    Thank you, I appriciate. One of the best wp plugins ever, and I really mean that.
    Thanks again.

  26. styletime Says:
    October 12th, 2008 at 10:07 pm

    Great plugin I tried the nettuts.com tut on this but couldnt get it working but having similar probs here probably due to my bad CSS ;)

    I have the links and form in the sidebar of http://styl.eti.me but the links aren’t clickable and for some reason the text is all out of line? ;(

  27. Frank Verhoeven Says:
    October 13th, 2008 at 6:49 am

    @Tomas
    Thank you! :-)

    @Styletime
    Witch browser are you using? Because when I checked the page the links actually are clickable for me. The second thing I noticed is that the community news is displayed in a second sidebar (#sidebar2), maybe this isn’t the way it should?

  28. crazyleaf Says:
    October 13th, 2008 at 5:05 pm

    How can I display let’s say the last 100 news in a wordpress page ? From what I know PHP code isn’t recognized in a Wordpress page …

  29. JayTee Says:
    October 14th, 2008 at 2:19 pm

    Wow what a perfect plugin, great job with this!! I just have one question I want to change the title color under the community news widget how can I go about doing this?

  30. Frank Verhoeven Says:
    October 14th, 2008 at 7:37 pm

    @ crazyleaf
    What you could do is make some modifications to your page.php template file. For example you could do something like this:

    <?php if(is_page('681')){
    echo fvCommunityNewsGetSubmissions(100);
    } ?>
    

    681 is the id of the page where you want to display the stuff. (Could be found in the wp-admin)
    Thanks Stefan ;-) .

    But I decided to add some tags to this plugin which could be used in posts/pages to display this kinda things. So you could also wait for the next update.

    @JayTee
    Thank you!
    Properly your best shot is to see your source code, and check witch class/id this title has. Modify this one and your done.

  31. JayTee Says:
    October 14th, 2008 at 10:48 pm

    Forgive me, but what exact file should I look in?

  32. Frank Verhoeven Says:
    October 14th, 2008 at 11:14 pm

    No problem, just view the source of your web page, right mouse > view source and locate the community news :-)

  33. Tomas Says:
    October 16th, 2008 at 9:14 pm

    Can you get rid of the useless files witch are included now in some 1.11 version without any other changes.

    Plugin is great but to heavy, even gzipped, there to many additional http requests and we know we all use many other plugins also.

    I just can’t use this plugin like this, my page is twice heavy as it was before.

    Thanks.

  34. Aquil Says:
    October 18th, 2008 at 3:48 pm

    chk my website i have put community section but prob is that when is submit templates setting, all the field are displaying individually, plz resolve my prob

    http://www.freeziq.com/2008/09/27/diy-map-create-free-clickable-maps-in-flash.html

  35. Aquil Says:
    October 18th, 2008 at 3:49 pm

    i have put these script in Templates section

    %submission_author%, %submission_author_email%, %submission_title%, %submission_url%, %submission_description%, %submission_date%

  36. Frank Verhoeven Says:
    October 18th, 2008 at 4:44 pm

    @Thomas
    Will do that :-) .
    Edit: Done, should be available on wordpress.org within a few minutes. Please let me know if it’s enough optimized.

    @Aquil
    You should also add the html. So if want the link to the post, you should do something like this:

    <a href="%submission_url%" rel="">%submission_title%</a>
    
  37. Thomas Says:
    October 21st, 2008 at 9:01 pm

    Thank You! for optimizing, I also gziped files, perfect.
    Looking forward for the new releases :) , with the ‘edit title and description’ ability, …
    As a side note a suggestion: not sure if that is hard to do, but in case it’s not you should probably make this plugin also work with jQuery and MooTools, so that users can pick the right solution in case they already use some of this scripts via other plugins … make sense?

  38. Frank Verhoeven Says:
    October 21st, 2008 at 9:49 pm

    Good it worked for you (and properly for everyone).

    About the other lib’s, properly the best thing would be to create a piece of javascript witch doesn’t require a library at all. But because different browsers require different functions to work, I think we almost can’t work without these great libraries. I will think about it.

    One other thing, I don’t now if you are aware of this, but the gziped files wont work for visitors using Safari. You could find more info and a solution :-) here.

  39. Christopher Says:
    October 23rd, 2008 at 12:12 am

    This is wonderful! You have no idea how much this is going to help our community! I was wondering how I would go about making the URL field not required since some small organizations, like a church group lets say, might not have a website.

    Thanks!

  40. Frank Verhoeven Says:
    October 23rd, 2008 at 11:39 am

    Hi Christopher,

    If you want to do this now you have to modify the code, but I decided to make the URL field optional in the next release. Witch (I hope) will be released somewhere in the next two weeks.

  41. Tomas Says:
    October 23rd, 2008 at 9:29 pm

    Thanks Frank, I know that gziped files wont work for visitors using Safari.
    Here is the solution I implemented (.htaccess file):

    RewriteEngine On
    RewriteBase /
    #Check to see if browser can accept gzip files.
    ReWriteCond %{HTTP:accept-encoding} gzip
    RewriteCond %{HTTP_USER_AGENT} !Safari
    #make sure there’s no trailing .gz on the url
    ReWriteCond %{REQUEST_FILENAME} !^.+\.gz$
    #check to see if a .gz version of the file exists.
    RewriteCond %{REQUEST_FILENAME}.gz -f
    #All conditions met so add .gz to URL filename (invisibly)
    RewriteRule ^(.+) $1.gz [QSA,L]

    Basically, if browser can’t accept gzip files, ‘regular’ files are served. All I needed is open source 7-Zip to gzip ‘regular’ files.

  42. Frank Verhoeven Says:
    October 27th, 2008 at 1:15 am

    Nice solution ;-)

  43. FV Community News FR, Rendez votre blog vivant ! | le blogueur masqué Says:
    October 29th, 2008 at 4:28 am

    [...] FV Community News est un plugin conçu par Frank Verhoeven. Il est toujours difficile de parler de tout et de ne pas louper d’articles intéressants, avec ce plug-in cela n’arrivera plus. Le plug-in permet de laisser vos visiteurs proposer leurs liens vers un article intéressants. Bien entendu le formulaire est équipé d’une Captcha pour éviter le spam, de plus comme pour les commentaires, les propositions passent d’abord par un espace modération et libre à vous de valider ou pas le lien, il est possible d’autoriser automatiquement les contributeurs ayant déjà proposé des liens validés. [...]

  44. baron Says:
    October 31st, 2008 at 5:50 pm

    hi. Thanks for plugin

    perfect.

    Regards

  45. quick question Says:
    October 31st, 2008 at 8:18 pm

    i’m new to this whole WP thing but doesn’t it make sense to create shorttags for insertion of the “add form” and “latest submissions” rather than having people mod a page.php file ?

    that way people can create a page in WP, then put something like [FV PLUGIN] or something and they’re good to go?

    pardon me if this is a stupid question…

  46. Frank Verhoeven Says:
    October 31st, 2008 at 8:54 pm

    Well, I actualy planned to create this for version 1.2, but pushed it up to the next version. Anyway thanks for the tip!

  47. neuville Says:
    November 2nd, 2008 at 12:34 am

    hello, nice plugin, just a note: I’m getting an error whrn logging in with a user profile:

    Warning: Invalid argument supplied for foreach() in /path/wp-content/plugins/fv-community-news/fvCommunityNews.php on line 1017

    users are not able to edit / view their submissions

    using WP 2.6.2

    ciao!

  48. Frank Verhoeven Says:
    November 2nd, 2008 at 1:34 am

    Hi Neuville,

    I have fixed the problem you mentioned and submitted version 1.2.1 to wp.org. After a minute or so it should be available for download.

    Thanks for reporting that issue!

  49. Best Design Resources of October 2008 | CrazyLeaf Design Blog Says:
    November 2nd, 2008 at 6:22 pm

    [...] Wordpress Plugin – FV Community News [...]

  50. 30 plugins Wordpress de grande qualidade lançados em Outubro de 2008 | Wordpress Love - Themes, Plugins e tudo para Wordpress, em Português Says:
    November 7th, 2008 at 9:26 pm

    [...] FV Community News – Este plugin permite aos seus utilizadores que adicionem artigos na sidebar ou noutro local do seu blog. Este plugin oferece ainda uma página de gestão e uma de configuração, sendo que poderá controlar tudo aquilo que é submetido. [...]

  51. Zazo Says:
    November 12th, 2008 at 5:06 pm

    After update to 1.2.1 , when I tried to post news … after clicking on ‘Post’ there was ‘… loading’ message but no news were posted, the script hanged at loading…

    Thanks

  52. Frank Verhoeven Says:
    November 13th, 2008 at 6:18 pm

    Yes I saw, I made a little mistake with the path to the images. A fix is on it’s way :-)

  53. Create a RSS Feed with WordPress - Frank Verhoeven Says:
    November 14th, 2008 at 8:48 am

    [...] Community News [...]

  54. ty_hill Says:
    November 15th, 2008 at 11:57 am

    I really love to try it out. This is something new

  55. palok Says:
    November 15th, 2008 at 9:36 pm

    Thanks for this – great idea.

  56. Howto: Create A Community Link Feed for your WP Says:
    November 21st, 2008 at 10:50 pm
  57. Justin Says:
    November 22nd, 2008 at 1:07 am

    Hello, excellent plugin here, is there any way to add a community news section to a wordpress page?

  58. Brandon Pry Says:
    November 24th, 2008 at 1:48 am

    I have not run a full test of this plugin yet (as my site is not running to the public) but it appears like a great one. I would love to see a way for users to submit posts without links (like a commentary or guest post). Other nice to haves: let a user submit images (like on a graphic or photo site). Recognize registered users and display their name with the feed.

  59. Frank Verhoeven Says:
    November 24th, 2008 at 12:58 pm

    @Justin
    Yes there is, check out the older comments for the solution. Also I will add tags to this plugin in the next version :-)

    @Brandon
    Links are not required anymore as of version 1.2. Also images could already be uploaded (enable this through the admin panel – submissions-settings).

    What do you actually mean with your last point? I think I don’t get that.

  60. Zazo Says:
    December 2nd, 2008 at 10:47 am

    Did anyone manage to get versions 1.2+ to work, the last version that worked is 1.1.1.
    There are several problems, loading image problem- hanged at loading, when I post news I receive email but news section is empty, when you click to browse image for uploading, upload one image and then lets say you choose not to post image, there is no way you can delete image field.

    Thanks.

  61. Frank Verhoeven Says:
    December 3rd, 2008 at 10:32 am

    Hi Zazo,

    I just added a new version (1.2.3) witch should fix a lot small bugs like the one you mentioned. If still some errors are there, don’t be afraid to tell me ;-)

  62. araba kiralama Says:
    December 6th, 2008 at 2:58 pm

    thank you

  63. Zazo Says:
    December 7th, 2008 at 6:14 pm

    First at all, Thanks for the great plugin.

    Everything is the same with 1.2.3, the same problems as for all 1.2.x versions …
    I tried with disabled/enabled image uploading, disabled/enabled RSS Feed, script simply hangs at … loading, image folder permission is 777 …. any ideas, perhaps some problems with Akismet or some other plugin.
    I tried on two blogs and it just won’t work …
    Let me know if you need some more info from me.

    Thanks again

  64. limbonk Says:
    December 11th, 2008 at 10:40 pm

    Good post.

  65. Paul Hockley Says:
    December 13th, 2008 at 4:03 pm

    Hello, I am experiencing problems with the RSS feed in the latest version. Feedburner cannot find the feed. Do you have any ideas of what could be wrong?

  66. Frank Verhoeven Says:
    December 14th, 2008 at 9:34 am

    @Zazo
    I have send you an email.

    @Paul
    Can you see the RSS feed using a browser? Or does it never show up? I have also noticed that when you are using the feedburner plugin, you can’t reach the feed anymore.

  67. Paul Dogley Says:
    December 30th, 2008 at 1:59 pm

    Hey, it’s all good now. Don’t know why it wasn’t working at first :-)

  68. 4webmasters » Top 1000 WordPress Plugin Authors Says:
    December 31st, 2008 at 3:10 am

    [...] FV Community News [...]

  69. Gary Novosel Says:
    December 31st, 2008 at 3:33 am

    If you look at the only link I’ve posted and mouse over the URL, I’ve entered a competitive web site in the URL field and in the admin screen it allows me to view the correct site. On the production blog it puts in the base url for my web site instead of the url entered in the submission screen.

  70. Gary Novosel Says:
    December 31st, 2008 at 3:52 am
  71. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors Says:
    December 31st, 2008 at 9:25 am

    [...] FV Community News [...]

  72. mydesignbytes Says:
    December 31st, 2008 at 11:19 am

    I think it’s a great plugin, I just wish it wasn’t called on every single page. Should just load .js and .css on the pages you input the code. Not that there big files, but it’s just one more thing to weigh down a site, especially if you have thirty plus plugins [ not me, I hate plugins :P ]

    Great idea to build repeat traffic and it’s free SEO <- Search engines will love this; and you don’t even have to lift a finger.

  73. Roy Says:
    January 1st, 2009 at 3:52 pm

    I have 2 questions about the plugin:

    1) I paste the code

    in a static page and form doesn’t appears but appears same code (I use Exec-PHP).

    2) The width of the column of my blog is 150. How do I reduce the form’s width ?

    In any case your plugin is fantastic. Good job
    thanks for your attention

  74. Frank Verhoeven Says:
    January 4th, 2009 at 4:01 am

    @Gary
    The reason that it doesn’t add the tag automaticly, is to keep the most customizablility as possible. Now it is possible to add classes, nofollow and other atributes to the tag.

    @MyDesignBytes
    I get your point, but what if an user has used the widgets, then the files should be included on every page, so I think this the way it is now is the best one.

    @Roy
    1 – If you use the new tags, you don’t need Exec-PHP ;-)
    2 – You can add some rules of CSS code to your style.css file, overriding the CSS in the plugin’s CSS file.

    Thank you all for your comments!

  75. WordPress Plugin: FV Community News Says:
    January 17th, 2009 at 8:26 pm

    [...] FV Community News. With this new Community News plugin you allow your visitors to add articles to the sidebar. [...]

  76. Steve Young Says:
    January 19th, 2009 at 6:44 pm

    wp 2.7 fv ver 1.3.1
    I am a bit confused. We configured and added both widgets.

    What is the Post URL box for? (most our readers would not know what URL is)

    The Community News Box, the title and text truncate with… That is fine, but no way to display the entire submission.

    We tried an edit and added “more” that did not help.

    Sorry if it is a simple question.

  77. jose maria Says:
    January 24th, 2009 at 7:13 pm

    hi, and tnxs for plugin…one question only (sorry, my english´s very bad)…how to put template into “php” fvCommunityNewsGetSubmissions(Number, Template);
    Can give example please?

  78. lexx Says:
    January 24th, 2009 at 9:26 pm

    I would really like to know if the communities news can be regular posts to a predefined category.

  79. tj mapes » Blog Archive » What I’m Reading (weekly) Says:
    January 25th, 2009 at 1:34 pm

    [...] Wordpress Plugin – FV Community News – Frank Verhoeven [...]

  80. Silvio Says:
    January 28th, 2009 at 12:19 pm

    Great plugin, very very userful!
    I need to display a widget with latest submissions but without a title (I make a customized one with flash). For achieve this I think to use a normal text widget (the provided widget don’t allow to remove a title), and enter code for display latest submissions. But don’t know wich code… ;-)
    Thanks for your help, and also other suggestions are welcome.

  81. Techie Zone Says:
    January 29th, 2009 at 6:27 am

    Hey thanks a lot for the great plugin. This is exactly what I was looking fro madly for last 2 days. However I need help with one of my concern. Here it goes:

    I do not want to show the form in sidebar. I just want to put a link as submit a news and when some one click on it, it should open a pop up with the form. For example go to the following link:

    http://www.noupe.com/

    There in the mid column clicking on the add news opens up an ajax form with hyperlink like http://www.noupe.com/designnews.php/?TB_iframe=true&height=400&width=510……So how can I implement that mechanism with this plugin.

    If possible please mail me the steps as you do not have option to notify myself of the comments posted in this topic in ur comment form.

    Thanks again.

  82. Frank Verhoeven Says:
    January 30th, 2009 at 10:18 am

    @Steve Young
    I will add the option to complete customize your form in the next version.

    @Jose Maria
    See the post above:

    <li>
      <h3><a href="%submission_url%" title="%submission_title%" rel="">%submission_title%</a></h3>
      <p>%submission_description%</p>
      <small>%submission_date%</small>
    </li>
    

    @Lex
    Submissions can be added as posts in the next version

    @Silvio
    You can use this code:

    <?php if (function_exists('fvCommunityNewsGetSubmissions'))
        echo fvCommunityNewsGetSubmissions(Number, Template); ?>
    

    And create a custom template without the title. ;-)

    @Technie Zone
    This is actually easier then you think I guess :-)

    What you could do is create a absolute positioned div, which is invisible.
    Put the PHP tag for the form in this div.
    Then with a simple piece of javascript you make the box visible when someone clicks on the link.

    If you’re familiar with jQuery, it is even simpler. You could use the jQuery Dialog. (Dialog Demo

    Thank you all for your comments :-)

  83. Michael Says:
    February 8th, 2009 at 2:38 pm

    Thank you very much for this nice plugin! I implemented it into a static page of mine that supports php with the code you mentioned
    Now I have the problem that I somehow can´t make the inpute fields longer, I tried to do that in your fvCommunityNewsForm.php but when I upload the changed php file, nothing is changed on my website.
    I would be very happy, if you could advide me, what I am doing wrong or how to change the length of the input fields.
    Thank you very much!

  84. Sterf Says:
    February 9th, 2009 at 1:17 pm

    Is there a way to have the news divided into several pages? Like after 10 posts a new page.

  85. 15 Incredibly Useful Wordpress Plugins to Boost your Blog Says:
    February 11th, 2009 at 7:36 pm

    [...] Community News plugin [...]

  86. OmeFred Says:
    February 14th, 2009 at 10:41 am

    Neem aan dat je Nederlands bent gezien je naam… Ik wil je ten eerste complimenteren met deze plugin, ik vind dit een must-have voor iedere blog. Ik had een klein vraagje voor je; Ik wil graag dat de links openen in een nieuwe pagina, waar moet ik dit veranderen? Dank u

  87. Nick Says:
    February 15th, 2009 at 12:45 pm

    would love to have this with images automatically resized to a specific size, so that users can submit any size photo.. and yes, I agree, having the option to provide this as a post is very essential for blogs that want users to also comment on the story itself..

  88. Richard Says:
    February 15th, 2009 at 6:37 pm

    Great plugin. some thoughts
    1- Allow submissions to be commented, like posts
    2- Can we have a dedicated category for submissions?
    3- Gravatar enabled for the subitter.

    Many thanks … keep it coming please!!

  89. links for 2009-02-17 | This Inspires Me Says:
    February 17th, 2009 at 11:17 am

    [...] Wordpress Plugin – FV Community News – Frank Verhoeven (tags: blogging wordpress plugins) [...]

  90. Nick Says:
    February 18th, 2009 at 1:28 pm

    I would love for this to have the option of multiple forms and multiple outputs.. the reason being is that I will have 5 different sections in my blog, and I want 5 different submission forms that will produce five different outputs..

    As of now, this is not possible yet..

  91. Gilbert Says:
    February 18th, 2009 at 11:23 pm

    How to i insert the form into a post or a page ?

    And the same with the results ?

  92. Brandon Baunach Says:
    February 21st, 2009 at 8:29 am

    i’ve added a couple of test submissions, and still i get this; “There are no submissions added yet, be the first.” The submissions are approved, and there does not appear to be any restrictions that would prevent these posts from showing up. Any ideas?

  93. Anders-Meyer Eldøy Says:
    February 21st, 2009 at 11:52 pm

    Could you create a forum or something for this plugin? Using the comments on this blog post as the reference isnt very user friendly. Especially since you can only view 10 comments at a time..

  94. Tommie Hansen Says:
    February 22nd, 2009 at 5:23 pm

    You rule. It’s nice that people actually develop useful plugins instead of the plethora of … well … quite unusual stuff. GOOD JOB! :)

  95. Thomas Says:
    February 23rd, 2009 at 3:07 pm

    Hi,

    this plugin looks great, but i would like to post myself the mini news and having on the side bar the form to submit a news only for me, or specific users (or group of users). Is it possible to do that?

    Thanks!

  96. Jeffrey Veffer Says:
    February 23rd, 2009 at 7:51 pm

    This is almost exactly what I’ve been looking for! I would also love to see submissions as posts!!

  97. Hosting gratis, editor vectorial online, FV community plugin… | Formación en Saregune Says:
    February 24th, 2009 at 12:02 pm

    [...] http://www.frank-verhoeven.com/wordpress-plugin-fv-community-news/ FV Community news, una buena alternativa a tumblr… [...]

  98. Mikeumus Says:
    February 26th, 2009 at 8:07 am

    Thank you. Thank you. Thank you.

    GO FRANK!

    8D

    ~Mikeumus

  99. Nick Says:
    February 26th, 2009 at 1:57 pm

    would love to have at least 9 available widgets for this.. 9 widgets for output and one form that has a dropdown to choose which output..

    For example.. what if you wanted submissions, as in our blog, in the politics category and others in business… we would like to have a separate output so that we can put these outputs in separate parts of our blog

  100. hagvist Says:
    February 27th, 2009 at 2:38 am

    Your plugin looks great.

    I followed all of your steps to place the form and recent submissions on a php enable page.

    ie:

    The form works fine. However the “recent submissions” will only display “There are no submissions added yet, be the first.”

    I can’t figure out what to do.

    Thanks

  101. boidus Says:
    February 27th, 2009 at 8:04 pm

    Just brilliant…
    Thanks for the plugin. just testing it now. let you know how it drives…

  102. FV Community News WordPress Plugin | MUIOMUIO.NET Says:
    March 2nd, 2009 at 11:13 am

    [...] Download / Página Oficial [...]

  103. Stew Says:
    March 3rd, 2009 at 10:09 pm

    Hello i wan’t use widget, can i put it in the sidebar??
    BYe
    Thanks

  104. Stew Says:
    March 3rd, 2009 at 10:50 pm

    Hello nice plugin, but i wan’t use the widget per my site, please can i put it in the sidebar by code?
    Bye Thanks

  105. 15 Incredibly Useful Wordpress Plugins to Boost your Blog « the gypsy Says:
    March 4th, 2009 at 7:28 am

    [...] Community News plugin [...]

  106. Camino Says:
    March 5th, 2009 at 11:35 pm

    Very nice plugin, i’ll try it :D

  107. brainsolid Says:
    March 10th, 2009 at 5:58 pm

    Cool plugin, but you forget 1 thing: make archive. Maybe, like in Wp-Wall plugin, maybe on separate page, maybe somehow another way… But it will be cool, if users can look at all submitted news.

  108. CreativeApplications.Net » New Look CAN [News] Says:
    March 10th, 2009 at 9:13 pm

    [...] FV Community News Let visiters of your site post their articles on your site. [...]

  109. Valerie Says:
    March 11th, 2009 at 10:35 pm

    Is there a way to run 2 instances of this on the same WP installation? We are setting up a site and we want to have one instance of FV Community News to run as intended, and a second one to use as a sort of “suggestion box” where users can suggest an article they would like us to write. all the contact plugins use email – we’d rather have the submissions right there on WP, as FV does. Let me know. Thanks!

  110. Gary Reichel Says:
    March 13th, 2009 at 9:57 pm

    I like the idea of having a community news section. I tied the plugin, but when I approved an article, it will not post to the blog. I also did not receive an email notification. Any suggestions?
    I know it takes a lot of time to build a plugin, so thank for your efforts.

  111. Thunder-man Says:
    March 21st, 2009 at 10:41 pm

    Hi, great Tool.
    It is possible to use the TinyMCE Editor?

  112. Ultimate Social Plugin for Wordpress: FV Community News » Blogussion Says:
    March 28th, 2009 at 4:17 am

    [...] FV Community News allows your visitors to help you create more content for your site! A simple, yet ingenious plug-in to really incorporate your reader’s opinion and boost your site’s value, content and even SERPs. [...]

  113. Frank Verhoeven Says:
    March 30th, 2009 at 6:51 pm

    Hey all,

    It’s been a while since I last posted something. I’ve had a very busy period, wich made me not able to do anything on the plugin. However, at this moment I can tell you that the progress on the next update is going very well.

    I also set up a forum, where you can put all your questions and suggestions for this plugin. Just click on forum at the top of this page.

    From this moment, please dont post any questions here, but put them at on the forum. Ofcourse you can still say something you want to share here ;-)

    Thanks for all your comments!!

  114. Amir Says:
    April 2nd, 2009 at 1:43 pm

    Very nice plugin Frank !

    There’s a small bug when you output the description. You use the comment_text filter. This filter adds some opening & closings to the “existing” paragraphs. Results : xhtml mess.

  115. Martin Says:
    April 3rd, 2009 at 5:15 pm

    Hi,

    Thanks for creating and sharing this plugin, it’s exactly what I’ve been looking for but I am still having the issue,

    it says There are no submissions added yet, be the first. even though news has been submitted, I’ve read through all the comments but I’m still confused what the fix is..

    Many Thanks

    Martin

  116. Piotr Says:
    April 17th, 2009 at 2:55 pm

    Hi,

    How to run this plugin on Firefox? Chrome and IE are compatible. Only in Firefox this plugin dont work.

    I cant add new post. When I click ’submit news’ there’s only loading gif for 1 second and nothing else.

  117. 6 Ways To Add More User-Interactivity To Your Blog « DivitoDesign Says:
    April 27th, 2009 at 10:46 pm

    [...] Verhoeven has just released the Community News plugin that allows your visitors to add their news to the sidebar or [...]

  118. itay Says:
    May 1st, 2009 at 6:14 pm

    hi i really like this plug in,so first off all thank u so much for develop it!!!
    the only trouble is that i don’t know how to create a oo/mo language files form POT, can u please send me to my email a an english po/mo file so i will be able to translate it to my langauage.

    thank u so much
    urs itay

  119. PelFusion Says:
    May 3rd, 2009 at 12:51 pm

    it could be more enhanced…there are very less options to configure it

  120. igoy Says:
    May 13th, 2009 at 10:59 pm

    thanks for the plugin, good job!

  121. 10 Next-Gen Plugins to Pump-up your WordPress Site Says:
    May 19th, 2009 at 7:12 pm

    [...] Community News – Its a nice plugin if you want to infuse some sense of community for your readers, visitors to take part in sharing, submitting their own content. Also If your blog update is not so frequent then adopting this plugin can atleast bring you some ‘new content’ for your blog. The plugin comes with with moderation panel, a settings page and its own RSS. [...]

  122. Wordpress Plugin FV Community News Frank Verhoeven | Wood TV Stand Says:
    May 31st, 2009 at 10:54 pm

    [...] Wordpress Plugin FV Community News Frank Verhoeven Posted by root 23 minutes ago (http://www.frank-verhoeven.com) Ultimate social plugin for wordpress fv community news blogussion march 28th 2009 edit i 39 m sorry i misunderstood your comment and you 39 re absolutely right frank verhoeven is proudly powered by wordpress Discuss  |  Bury |  News | Wordpress Plugin FV Community News Frank Verhoeven [...]

  123. tomg Says:
    June 2nd, 2009 at 9:25 am

    Hey Frank,

    Great plugin. When will be the new version of solution about You wrote 30 January?

  124. Mark Says:
    June 7th, 2009 at 7:08 am

    Hi, I really like this plugin and have had no problem using the widgets in the sidebar, but I would like to put the add form and the latest submissions in the body of my page. I have put the “add form” php codes onto the page, and it seems to work. The problem that I am having is that the php code suggested at the top of this post yields the following message on my site:
    “There are no submissions added yet, be the first.” even after I have added a submission and approved it. I have tried a number of approaches, but what I have done at the moment is put the following code on my page:

    Next, I went to the plugin settings and added the following template tags:
    %submission_author%, %submission_author_email%, %submission_title%, %submission_url%, %submission_description%, %submission_date%, %submission_image%
    After taking these steps, as mentioned, I can see the “add form” but for submissions I only see “There are no submissions added yet, be the first.” I am not a coder and am stuck. Any help would be appreciated.
    Mark

  125. Wordpress Plugin FV Community News Frank Verhoeven | Weak Bladder Says:
    June 8th, 2009 at 2:19 am

    [...] Wordpress Plugin FV Community News Frank Verhoeven Posted by root 4 hours ago (http://www.frank-verhoeven.com) Ultimate social plugin for wordpress fv community news blogussion march 28th 2009 edit i 39 m sorry i misunderstood your comment and you 39 re absolutely right frank verhoeven is proudly powered by wordpress Discuss  |  Bury |  News | Wordpress Plugin FV Community News Frank Verhoeven [...]

  126. umit Says:
    June 17th, 2009 at 10:19 pm

    Thnx for the plugin. I have installed it but i have some problems with turkish characters. How can i deal with this problem? Thnx

  127. 45+ Essential WordPress Plugins for Pro Blogging | devhideout.com Says:
    June 18th, 2009 at 5:37 pm

    [...] this brand brand brand brand brand brand brand brand new Community News plugin we concede your visitors to supplement articles to a sidebar. Complete with mediation row as [...]

  128. Design-Tut+ » 45+ Essential WordPress Plugins for Pro Blogging Says:
    June 18th, 2009 at 5:55 pm

    [...] this new Community News plugin you allow your visitors to add articles to the sidebar. Complete with moderation panel and a [...]

  129. salim Says:
    June 30th, 2009 at 8:00 am

    turkey oto ve emlak pazarı satılık kiralık herşey

  130. 45+ Essential WordPress Plugins for Pro Blogging | Design Tut+ Says:
    July 3rd, 2009 at 5:29 am

    [...] this new Community News plugin you allow your visitors to add articles to the sidebar. Complete with moderation panel and a [...]

  131. Shane Says:
    July 3rd, 2009 at 7:09 pm

    Great Plug-in, nice job.

    Suggestions:

    1. Eliminate the !important declarations from the CSS, as well as most – if not all – of the styling. Some parts of it are redundant.

    2. Make the jQuery optional.

  132. Seraph Says:
    July 4th, 2009 at 10:06 am

    Hello! I have a problem with the news submission plugin. I have the plugin in my sidebar. It shows 15 submissions and it’s ok. But on the page, on the submission page I want to show them all. For the moment are 15 and i don’t know how to make to show all submissions on the page and only 15 in the sidebar. Can you help me?

  133. links for 2009-07-07 — Chroniques du web Says:
    July 7th, 2009 at 11:06 am

    [...] Wordpress Plugin – FV Community News – Frank Verhoeven (tags: wordpress plugin community news wordpress-plugins atester) [...]

  134. Create a Community News Section in Wordpress Says:
    July 13th, 2009 at 1:50 pm

    [...] Community News section for you. The best plugin for that is the one made by Frank Verhoeven – FV Community News. This is a perfect solution for those of you that don’t want to deal to much with the PHP [...]

  135. boylogik Says:
    July 16th, 2009 at 11:24 pm

    These comments are a pain to go through. Firstly, let me just say THANK YOU and give you kudos for the great plugin. I actually need this exact plugin, BUT it definitely NEEDS a few updates (assuming many folks are beginners when it comes to css and php):

    1) option to have the news submissions to be actual posts (posts which show up in the admin–>posts similar to TDOMF that can be edited by the admin/editor of the site); the default option can be as-is simply with limited edit capabilities (admin–>submissions)

    2) option to determine what category the news gets labeled as. For example, I would like to create a category called “user submitted news” and all submissions can default to that category. Though, if you gave the option for these submissions to show up in the admin–>Posts section, then the admin/editor can easily edit and assign any category they want to the submission. Another reason why that option would be ideal.

    3) an instructions manual (i would be happy to help you write this if you get in touch with me). For example, how do I make the php-enabled page? how do i change the a href link of the title go to the page on my site where the entire submission exists, and not the url provided by the user? etc etc.

    4) All the commenters here need to use the FORUM so all suggestions/hacks/code/plugin-related issues/etc can be in one place. I think the author already suggested this.

    I am posting here this first and last time. All future suggestions and issues will go to the forum.

    Of course, COMMENTS are fine here.

  136. Roger Says:
    July 19th, 2009 at 1:27 pm

    Hi Frank,

    This is exactly what I am after however, initially could post news until manually tranferred plugin and activated but now can post and approve but cannot see the results in the sidebar – can you please help such a great idea!

  137. Q-design Says:
    July 30th, 2009 at 12:19 pm

    Hi,
    first of all I beg yur pardon for my bad English…

    I’ve installed your plugin but it seems there are some conflicts with other plugins in Wordpress.

    If you look at this image
    http://img60.imageshack.us/img60/9809/letoff.jpg
    you can see that everything works well. The slider works, the tabbed interface in sidebar works etc.

    But when I active your plugin this is the result:
    http://img266.imageshack.us/img266/3020/leton.jpg
    The slider disappeared and the tabbed interface doesn’t work at all.

    Maybe because your plugin loads another copy of jQuery? Maybe for another and strange reason?

    Do you think it can be fixed or not?
    Regards,
    René

  138. Q-design Says:
    July 30th, 2009 at 5:02 pm

    Hi,
    it’s me again :-)

    I resolved the problem, deleting in fvCommunityNews.php the line that loads jQuery.

    Now it works fine.

    Thank you for the plugin. If you need the Italian translation, let me know…

  139. chris Says:
    August 3rd, 2009 at 1:56 pm

    the form works, i also can aprove the news, but no news are displayed?

  140. Jason Says:
    August 8th, 2009 at 2:58 am

    Great plugin, however there is no submit button on the edit submissions page and I can’t seem to get the rss feed to work for the life of me after I changed the url. It kinda puts a damper on listing all submissions with simple pie.

    Any ideas?

  141. Elena Says:
    August 10th, 2009 at 2:36 pm

    A very nice plugin – can you ad photo-upload?

  142. Kriselle Says:
    August 11th, 2009 at 7:52 pm

    This is a terrific plugin! Thank you for this.

    One question – how do I get the “My Submissions” page to show up? I selected it to display in the settings area, but I have no idea how to lead users to the page.

  143. Katie Pitt Says:
    August 21st, 2009 at 2:26 am

    Thanks for this plugin it’s great. For some reason not displaying in Opera on my site. Works find in all the other browsers.

  144. gualkizViag Says:
    August 31st, 2009 at 10:50 pm

    Do you want men strong erection? Visit our site to learn how!!!
    Statin and nicotinic acid combinations, such as the recently approved niacin/lovastatin (Advicor), may also raise beneficial HDL levels in people who are at risk for CAD because of low HDL.9, 10 The combination medicine Vytorin lowers cholesterol in two ways: with a statin, which blocks the production of cholesterol in the liver, and with ezetimibe, which reduces the amount of cholesterol absorbed by the intestines. Although they are trained to be respectful of our time, they are also judged by their bosses on how many practices they visit, and how this expensive market effort is working (based on the number of prescriptions that are filled in your local area). Wait 20 to 30 minute before applying. Sildenafil is a PDE-5 inhibitor. Getting regular blood tests. But because it absorbs fat as it passes through the body’s digestive system it is able to remove fat from the body and this is why fat carb blockers are often termed as weight loss pills. There are three methods for reducing the pressure while keeping the volume of water. You should take the lowest dose of estrogen needed to relieve menopause symptoms and/or to prevent osteoporosis. Patients often are tempted to stop medication too soon. Surprised to find out that your “harmless” vitamin supplement can set off adverse reactions to medications? They can and plenty of research exists to prove that supplements can set off dangerous reactions when taken with OTC drugs. For best results, keep using the medication as directed. It does block the bone-resorbing effect of parathormone and also stimulates the release of calcitonin and vitamin D. Dr. Richmond sites Dr. Robert Harrington from the Duke Clinical Research Institute, who says that ENHANCE was not meant to be an “outcomes” study, meaning that the measurement of markers such as plaque size have never been proven to be equal to the risk of disease development or progression. In other words, there are other factors involved in the development of cardiovascular disease that are not measured by plaque size alone. One such example is the still-developing evidence that the one of the reasons that statins are effective is their anti-inflammatory properties. Dr. Harrington is involved in one of three large clinical outcomes studies of Vytorin currently underway, and he notes that until these results are known, we have to rest on our current knowledge that lower LDL equals lower disease rates. Serotonin is key to our feelings of happiness and very important for our emotions because it helps defend against both anxiety and depression. Most regimens cost from about $50 to several hundred dollars each month. And while a bit of cheese is fine, a whole lot is not. Wei (pronounced “way”) is a board-certified rheumatologist and Clinical Director of the nationally respected Arthritis and Osteoporosis Center of Maryland. The imaging guys all say these imaging studies are predictive of clinical events, but they would say that, wouldn’t they. Increased white blood cells may reflect the heightened immune response that other studies have shown. A variety of immunosuppressants and other medications and biological chemicals (derived from or identical to substances produced by the body) have been tried as therapy for MS. While this is important information, you should request that the carotid-intimal medial thickness be made as well. It is unique in its efficiency to inhibit the reuptake of dopamine, serotonin and norepinephrine. They are adroitly designed to provide the wrist muscles and their movement comfortable. Now we only have to hope that what they come out with next isn’t even worse.

  145. Wordpress Arena Says:
    September 1st, 2009 at 10:59 pm

    good one but can be enhanced by improving the configration

  146. Ravi Ahuja Says:
    September 15th, 2009 at 11:25 am

    I have put code in my sidebar file “” but it is not showing news description.
    What is wrong?

  147. Ravi Ahuja Says:
    September 15th, 2009 at 11:26 am

    code is – if (function_exists(‘fvCommunityNewsGetSubmissions’))
    echo fvCommunityNewsGetSubmissions(10);

  148. Таня Р. Says:
    September 19th, 2009 at 5:48 am

    Прочитала статью и вспомнилось несколько крылатых фраз ” Время – наилучший учитель жизни.” Вот уж точно, ведь еще и полгода назад я и понятия не имела о многих “словечках” из этой статья, а сейчас уже подросла немного как блоггерша, можно и нос поднять кверху. И вообще порой время тянется так медленно, что кажется, что оно остановилось. В такие моменты я залезаю в интернет и времени просто не хватает+ да и у вас блог, должно быть отнимает уйму времени.

  149. René Querin Says:
    September 29th, 2009 at 2:40 pm

    Hi, I’ve installed your plugin in my website, but I have a great problem with validator.

    The output code isn’t valid!

    I made some modification, but your plugin add a before the closing and I don’t know where it happens!

    The link to my User Link Feed is here:
    http://www.lesenfantsterribles.org/user-link-feed/

    Thanks for any help.
    René

  150. Wordpress Plugin Round Up #2 | Inspirational Pictures: Christian Digital Art, Wallpaper, eCards Says:
    September 30th, 2009 at 3:00 pm

    [...] FV Community News [...]

  151. Стародед Says:
    October 1st, 2009 at 10:10 pm

    Весёлые посты у вас выходят, но они выходят очень не часто ;)

  152. iustin Says:
    October 2nd, 2009 at 7:47 am

    i want to tank for this plugin.I have a little problem,i have submited new article but it doesn’t appear in my site..can someone solve this problem ..i don’;t figure it out . 10x

  153. Kos Says:
    October 4th, 2009 at 1:54 pm

    How to use it in cyrillic?

  154. Sergio Ordonez Says:
    October 19th, 2009 at 4:44 pm

    Great, plugin, congrats :)

    Just a question, there is a way to add just a “Submit” button in the sidebar (below the submitted news) and the submit form in a new page?

    Thanks.
    Sergio

  155. al Says:
    October 21st, 2009 at 7:24 pm

    I believe I have installed everything properly.

    but in my wordpress sidebar the word “Template” comes up – instead othe actual template materials…

    I have tried manually addind the template commands in the php string (#, template commands), but that does not work.

    The forums link would not work so I posted here.

    appreciate some help

    thanks

  156. Amie Nguyen Says:
    October 26th, 2009 at 8:44 pm

    I installed & activated the plugin. When I added the form code to the submit news page, it did not create a form…the code posted.

    Also, how do I get the submit news form on the side bar? (like you have here on your site).

    Thank you very much for the plugin…I hope you are able to help me to get it functioning properly.

  157. Jacob Share Says:
    November 3rd, 2009 at 9:37 am

    I’m testing this plugin in my **password-protected**, WPMU 2.8.5.2 test environment.

    I can submit links no problem and see them on the Submissions page, also no problem. However, when using fvCommunityNewsGetSubsmissions (I’m not using the widget), each submission’s url has my test env’s domain name appended to it in a peculiar way.

    For example, suppose I had submitted this article. The submission’s link should be:

    http://www.frank-verhoeven.com/wordpress-plugin-fv-community-news/

    And in the Submissions page, that’s what it is. But when displayed in my test blog’s sidebar, the url changes to become (on mouseover):

    http://mytestdomain/\”http://www.frank-verhoeven.com/wordpress-plugin-fv-community-news/\”

    And of course, clicking the url results in a 404 as the extra characters get encoded.

    Any ideas how to get rid of this? It completely renders the plugin unusable :(

  158. Top 1000 WordPress Plugin Authors « Metode de promovare Says:
    November 6th, 2009 at 8:08 pm

    [...] FV Community News [...]

  159. Smitev Says:
    November 6th, 2009 at 10:22 pm

    First of all, thx for your hard work, it’s really saved my blog!
    Does someone know if there is some way to include the posted submissions in the search results?
    Please help
    thanks

  160. Jacob Share Says:
    November 7th, 2009 at 6:55 pm

    You can forget my last comment. I found the bug in my call to the get news function.

  161. Saurabh Says:
    November 12th, 2009 at 4:29 pm

    I am facing problems with the RSS feed with Feedburner, has anyone experienced this earlier?

  162. Bart Says:
    November 12th, 2009 at 7:29 pm

    hello Frank,

    Is there a way to archive old submitted news items? I want them to be found back sometimes.

    I created a special page for my commnity news http://speakerheadz.com/speakerheadlines

    But I don’t want this page to contain hundreds of news items so people will have to scroll all the way down.

    Thank you.

  163. 30 Awesome plugins must have for new wordpress blog | AnimHuT - Creative Blog Says:
    November 13th, 2009 at 9:02 am

    [...] on your site. Like this plugin? Please consider making a small donation. | By Frank Verhoeven | Visit plugin site 10. Get Login Adds ‘Log In’, ‘Log Out’, ‘Register’ and [...]

  164. Brandon Bolin Says:
    November 15th, 2009 at 5:48 am

    When editing a submission there’s no “save” button?

  165. ShaunPasko Says:
    November 19th, 2009 at 4:42 pm

    What’s up everyone, my name is Shaun. I’m new to the forum and just wanted to say hey. I hope I posted this in the right section!

  166. Cannotremember Says:
    November 20th, 2009 at 2:50 am

    First, let me say I’m a total idiot…I can not figure out how to save a submission I had to do some minor editing to.

  167. Battlefield 3 Says:
    November 22nd, 2009 at 7:26 am

    Thanks will give this a try for my article website. will donate if his works out Thanks again

  168. Use WordPress to Create Amazing Sites - Wordpress Arena Says:
    November 29th, 2009 at 9:24 pm

    [...] 11.2. Wordpress Plugin – FV Community News [...]

  169. Yazum Says:
    December 16th, 2009 at 8:17 am

    Thanks for providing this plug in.

  170. CaptainFreddy Says:
    December 28th, 2009 at 1:43 pm

    Hi everyone,

    My name is Freddy and I’ve wasted nearly a month of my life on this place ;-) I found it after being recommended by a few friends who have been hanging out here for quite some time.

    I am a writer, graphics artist, photographer and just about anything else that comes up around the office. Aside from the above interests i’m really into scifi as I know that is so much more out there to be discovered, and a feeling that the universe is just teaming with life.

    Well, I hope that I get to know more people here, share some experience and start learning. Have a greay day!

  171. Gioacchino Says:
    December 29th, 2009 at 7:29 pm

    Hi,
    How do I set other language?
    I have already translated a large part in Italian, but not display the translation

  172. Gioacchino Says:
    December 30th, 2009 at 5:24 pm

    Hi,
    in WP administration it’s impossible to save change in submission management.
    WP ver. 2.8

  173. wparena Says:
    January 5th, 2010 at 6:03 pm

    its really good plugin and using it to submit news on my blog. It would be great if you help me about pagination. i.e. showing all News on a single page and want to display only 10 News a at time and paging should be there for other published News..
    would it possible?

  174. Frank Verhoeven - New Website Design Says:
    January 10th, 2010 at 1:17 am

    [...] Today I uploaded the new design for this site. Now that’s done, I will pick up the work on my Community News Plugin [...]

Leave a Reply