I am building a new page with wordpress. I need an addon that allows users to add new articles to the page, which is published when the admin has approved it. Some who know of anything like that?
You actually dont need an addon to do that. Wordpress comes pre-installed with a function that allows you to do it. 1. Go to your wp-admin page and select "Settings" 2. On that page you'll see a drop down menu titled "New User Default Role". 3. Click the drop down and select "Author". 4. Scroll to the bottom of the page and click "Save Changes" Done! Now all new users are automatically given the ability to post content, and all content is automatically sent to the admin/admins for approval before posting. I believe this is exactly what you're looking for.