Changeset 2813757
- Timestamp:
- 11/07/2022 06:07:22 PM (3 years ago)
- File:
-
- 1 edited
-
codeies-elite-user-ratings/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codeies-elite-user-ratings/trunk/README.txt
r2813755 r2813757 64 64 == Frequently Asked Questions == 65 65 66 = How to use rElite user ratings =66 = How to use Elite user ratings = 67 67 68 Use the provided shortcodes, widgets, and blocks on your website. Please also see the screenshots above which demontrate many of the features, and read the Help page included in the Site Reviews menu once the plugin has been installed and activated. 68 **How to use** 69 First open user->member ratings , Make all nessasary settings after place the shortcode 70 71 **[codeies_wmr_ratings]** 72 This shortcode prints all ratings & comments of single user! 73 **Attributes** 74 perpage Optional , Required if shortcode is not placed in user profile page 75 pagination Optional , Required if shortcode is not placed in user profile page 76 displayslider,stars Default is slider 77 user_id Optional , Required if shortcode is not placed in user profile page 78 79 **[codeies_wmr_profile]** 80 This shortcode renders the rating form 81 **Attributes** 82 user_id Optional , Required if shortcode is not placed in user profile page 83 84 **[codeies_wmr_average_rating]** 85 This shortcode displays overall average rating of current profile 86 **Attributes** 87 user_id Optional , Required if shortcode is not placed in user profile page 88 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 89 90 **[codeies_wmr_ratingpage_link]** 91 This shortcode generates hyperlink of a current profile rating page 92 **Attributes** 93 text Text to be displayed in hyperlink, Default is "View all ratings" 94 user_id Optional , Required if shortcode is not placed in user profile page 95 69 96 70 97
Note: See TracChangeset
for help on using the changeset viewer.