Plugin Directory

Changeset 2813757


Ignore:
Timestamp:
11/07/2022 06:07:22 PM (3 years ago)
Author:
codeies
Message:

README.txt Updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codeies-elite-user-ratings/trunk/README.txt

    r2813755 r2813757  
    6464== Frequently Asked Questions ==
    6565
    66 = How to user Elite user ratings =
     66= How to use Elite user ratings =
    6767
    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**
     69First open user->member ratings , Make all nessasary settings after place the shortcode
     70
     71**[codeies_wmr_ratings]**
     72This shortcode prints all ratings & comments of single user!
     73**Attributes**
     74perpage Optional , Required if shortcode is not placed in user profile page
     75pagination Optional , Required if shortcode is not placed in user profile page
     76displayslider,stars Default is slider
     77user_id Optional , Required if shortcode is not placed in user profile page
     78
     79**[codeies_wmr_profile]**
     80This shortcode renders the rating form
     81**Attributes**
     82user_id Optional , Required if shortcode is not placed in user profile page
     83
     84**[codeies_wmr_average_rating]**
     85This shortcode displays overall average rating of current profile
     86**Attributes**
     87user_id Optional , Required if shortcode is not placed in user profile page
     88return 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]**
     91This shortcode generates hyperlink of a current profile rating page
     92**Attributes**
     93text Text to be displayed in hyperlink, Default is "View all ratings"
     94user_id Optional , Required if shortcode is not placed in user profile page
     95
    6996
    7097
Note: See TracChangeset for help on using the changeset viewer.