Skip to content

common-repository/codeies-elite-user-ratings

Repository files navigation

=== Codeies - Elite user Ratings ===
Contributors: codeies
Donate link: https://codeies.com
Tags: rating, users, buddypress
Requires at least: 6.0.3
Tested up to: 6.0.3
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Elite User ratings allows your visitors to submit user reviews with a 1-5 star rating on your website

== Description ==

Elite User ratings allows your visitors to submit user reviews with a 1-5 star rating on your website, similar to the way you would on TripAdvisor or Yelp. The plugin provides blocks, shortcodes, and widgets, along with full documentation.

You can pin your best reviews so that they are always shown first, require approval before new review submissions are published, require visitors to be logged-in in order to write a review, send custom notifications on a new submission, and a lot more!

**Difficulty in installation ? Don't worry hire me i'll Set it up for you in your website**

[Installation Service $50 ](https://wa.me/923352753689?text=Hello%20i%20want%20to%20hire%20you%20for%20WordPress%20Elite%20User%20ratings%20plugin%20%2C%20 "Hire me for $50 Only")

**How to use**
**[codeies_wmr_ratings]**
This shortcode prints all ratings & comments of single user!
**Attributes**
perpage Optional , Required if shortcode is not placed in user profile page
pagination Optional , Required if shortcode is not placed in user profile page
displayslider,stars Default is slider
user_id Optional , Required if shortcode is not placed in user profile page

**[codeies_wmr_profile]**
This shortcode renders the rating form
**Attributes**
user_id Optional , Required if shortcode is not placed in user profile page

**[codeies_wmr_average_rating]**
This shortcode displays overall average rating of current profile
**Attributes**
user_id Optional , Required if shortcode is not placed in user profile page
return What you want to get from shortcode , Default is "box" Which will return the average rating box with number of reviewers . Pass "average" to get overall average, "stars" to get Average rating in stars and "total_ratings" to get number of reviews

**[codeies_wmr_ratingpage_link]**
This shortcode generates hyperlink of a current profile rating page
**Attributes**
text Text to be displayed in hyperlink, Default is "View all ratings"
user_id Optional , Required if shortcode is not placed in user profile page

== Installation ==

This section describes how to install the plugin and get it working.

e.g.

1. Upload the plugin files to the `/wp-content/plugins/elite-user-ratings` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin
1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)




== Frequently Asked Questions ==

= How to use Elite user ratings =

**How to use**
First open user->member ratings , Make all nessasary settings after place the shortcode

**[codeies_wmr_ratings]**
This shortcode prints all ratings & comments of single user!
**Attributes**
perpage Optional , Required if shortcode is not placed in user profile page
pagination Optional , Required if shortcode is not placed in user profile page
displayslider,stars Default is slider
user_id Optional , Required if shortcode is not placed in user profile page

**[codeies_wmr_profile]**
This shortcode renders the rating form
**Attributes**
user_id Optional , Required if shortcode is not placed in user profile page

**[codeies_wmr_average_rating]**
This shortcode displays overall average rating of current profile
**Attributes**
user_id Optional , Required if shortcode is not placed in user profile page
return What you want to get from shortcode , Default is "box" Which will return the average rating box with number of reviewers . Pass "average" to get overall average, "stars" to get Average rating in stars and "total_ratings" to get number of reviews

**[codeies_wmr_ratingpage_link]**
This shortcode generates hyperlink of a current profile rating page
**Attributes**
text Text to be displayed in hyperlink, Default is "View all ratings"
user_id Optional , Required if shortcode is not placed in user profile page



== Screenshots ==

1. Star Reviews
2. Slide Reviews
3. Average Review
4. New Reviews


== Changelog ==

= 1.0 =
* Initial Upload