I want to build a website for a project with the following requirements:
- Any user can register
- They can post product by selecting a category, tags and uploading pictures
- Users can comment on the products
- Users can rate a product
- Users can view all products they posted, edit or remove the product
Do you have an idea of a plugin or a set of plugins which I can use to achieve this?
I want to build a website for a project with the following requirements:
- Any user can register
- They can post product by selecting a category, tags and uploading pictures
- Users can comment on the products
- Users can rate a product
- Users can view all products they posted, edit or remove the product
Do you have an idea of a plugin or a set of plugins which I can use to achieve this?
Share Improve this question edited Jan 30, 2013 at 10:13 Lea Cohen 1,6503 gold badges22 silver badges45 bronze badges asked Aug 9, 2012 at 18:21 NoorNoor 4371 gold badge8 silver badges18 bronze badges3 Answers
Reset to default 1These four requirments comes right of the box with wordpress. You don't need any extra plugin for that.
Any user can register - Go to
General settings
page and enableAnyone can register
option by checking checkbox available next to it.They can post product - Assign them a role of author so that they can publish posts, do comments, upload media etc.
Users can comments - By default anyone can comment on posts (products), From 'Discussion Settings' menu you can configure it such a way that only registered users can do comments.
Users can view all products - post author can edit their posts, comment on their post etc.
For Ratings - Take a look at Wordpress Plugin Directory, You'll find plenty of good rating plugins there.
You can start with the followings:
- By default any user can register. Enable it in General-> Settings
- http://wordpress/extend/plugins/wp-user-frontend/
- http://wordpress/extend/plugins/gd-star-rating/
Do you have any coding experiencie with wordpress? Im not sure if with just plugins you can achieve all your requirements
You can easily get it all with these plugins
1.WP User Frontend - This is for user register & Login forms and user profile pages.
2.WP User Frontend - For product uploads.change Post type from Post to product.
3.User can comment of any post or products.
4.WP Product Review Lite - this was easy to make. it has more features for ratings.
5.WooCommerce Booster - After installing , go to settings and choose the "User products" module. this will give you a page with all your uploaded products for editting.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745322108a4622489.html
评论列表(0条)