forked from kcpt-steven-kohlmeyer/rating-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
206 lines (168 loc) · 7.94 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
=== Rating System ===
Contributors: AlexAlexandru
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVGFFVJSFVZ7S
Tags: like, dislike, voting, rating, upvote, downvote, ajax, interactive, widget, comments, post, posts, page, widgets, jquery, custom post type, dashbord, bbpress
Requires at least: 4.1
Tested up to: 4.5.3
Stable tag: 2.7.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The simple way to add like and dislike buttons for your posts, pages, comments and custom post type.
== Description ==
* Support for custom post type(WooCommerce etc). ✔
* Support for bbPress. ✔
* Support for Epoch. ✔
* Support for buddyPress. ✔
* Integration with MyCred. ✔
* Support for posts, pages, comments. ✔
* No backlink. ✔
* No ads. ✔
* No external connections to another server. ✔
* Anonymous voting tracked by IP address & cookie. ✔
* Option to disable the dislike button. ✔
* Free Widget to show your most liked posts. ✔
* Shortcode [rating-system-posts](You must have turned on like or dislike for posts and pages and if you want you can disable display buttons on). ✔
* Shortcode [rating-system-posts-disable-dislike](Displays only the like button, the above also applies here). ✔
* Check the screenshots tab we have a lot of cool features.
* If you finds bugs or need support go to the support tab.
* If you like this plugin consider making a [donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVGFFVJSFVZ7S) or Rate us ★★★★★
* [Github](https://github.com/AlexAlexandru/rating-system)
> ###**How to use**
> Use [rating-system-posts counter="yes"] to show like & dislike for a page, post,bbPress,buddyPress etc (DO NOT USE FOR COMMENTS).
> Use [rating-system-posts-disable-dislike counter="yes"] to show only the like button for a page, post,bbPress,buddyPress etc (DO NOT USE FOR COMMENTS).
> Use [rating-system-comments] to show like & dislike for comments (USE ONLY FOR STANDARD WORDPRESS COMMENTS).
> Use [rating-system-comments-disable-dislike] to show only the like button for commens (USE ONLY FOR STANDARD WORDPRESS COMMENTS).
> Use [rating-system-top-posts] to display all posts ordered by their likes.
> ###Shortcode parameters for [rating-system-top-posts]:
> number = the number of posts to be dislayed (type a number here)(default 5)
> display_counter = display the number of likes after the title (type yes or no)(default yes)
> display_content = display the content for each post (type yes or no)(default no)
> link_to_post = make the title of the post a link to original post (type yes or no)(default yes)
> category_slugs = only display posts from certain categories (type categories slugs here)(default empty)
> ###Example:
> Display top 5 posts: [rating-system-top-posts number="5"]
> Display top 5 posts without link to original post: [rating-system-top-posts number="5" link_to_post="no"]
> Display top 5 posts from category with slug cats: [rating-system-top-posts number="5" category_slugs="cats"]
> Display top 10 posts from multiple categories: [rating-system-top-posts number="10" category_slugs="cats,dogs,planes"]
> Display top 10 posts from multiple categories with content and no counter: [rating-system-top-posts display_counter="no" display_content="yes" number="10" category_slugs="cats,dogs,planes"]
> ###**Translation**
> Avaible in Arabic.Translation provided by [dev-ide.net](https://www.dev-ide.net/wordpress/plugins/plugin-rating-system-for-wordpress.html)
== Installation ==
1. After you download the plugin go to Plugins -> Add New -> Upload Plugin
2. Choose the zip and upload
== Screenshots ==
1. Settings for posts-pages
2. Settings for comments
3. Most liked posts widget
4. Comment buttons
5. Custom columns in 'All posts' with likes and dislikes for each post
6. Documentation
7. Edit box for likes & dislike
8. Shortcodes
9. Likes and dislike buttons and the widget on the wordpress site
10. Translation
11. bbPress support
12. WooCommerce support
== Frequently Asked Questions ==
> **Question: Does this plugin support bbPress?**
>
> **Answer:** Yes.You will have to turn on bbPress support from the plugin option panel and on Display buttons on: check Custom post type single.(check the screenshots tab to see our plugin in action).
>
> **Question: Can I add like or dislike to WooCommerce products?**
>
> **Answer:** Yes.You will have to check Custom post type single or index from the plugin option panel(Display buttons on:).
>
> **Question: Can I disable the dislike button?**
>
> **Answer:** Yes.
>
> **For WordPress post, pages, bbPress and buddyPress use [rating-system-posts] or [rating-system-posts-disable-dislike].**
>
== Changelog ==
= 2.7.6.1 =
* Fixed fatal error on some case sensitive hosts.
* Fixed mirror bugs.
= 2.7.6 =
* Fixed ip and cookie tracking.
* Fixed custom text when voting.
* Removed ReduxFramework.
* Removed some options.
= 2.7.5 =
* Fixed comments rating errors.
= 2.7.4 =
* Added support for cookie tracking.
* Added documentation in plugin.
* Added message to let the user know that he has to be logged in to vote.
* Added box for easy editing individual likes & dislikes.
* Added counter args to shortcodes for posts & pages.
* Fixed fatal error on activating the plugin.
* Fixed javascript files didn't load in rare cases.
* Fixed comments not being sorted by the number of likes.(Thanks to Steven Kohlmeyer)
* Replaced the text in columns with icons.
* Removed the statistics dashbord widget.
= 2.7.3 =
* Fixed Custom text being displayed when cancelling vote.
* Fixed [rating-system-posts] shortcode only showing the like button.
* Fixed [rating-system-comments] shortcode only showing the like button.
* Added [rating-system-posts-disable-dislike] to show only the like button.
* Added [rating-system-comments-disable-dislike] to show only the like button for comments.
* Added [rating-system-top-posts].
* Added Arabic translation provided by [dev-ide.net](https://www.dev-ide.net/wordpress/plugins/plugin-rating-system-for-wordpress.html)
= 2.7.2 =
* Fixed fatal error on PHP 5.2.4.
* Added shortcode for comments.
* Improved myCred integration.
= 2.7.1 =
* Fixed fatal error on PHP 5.3.
= 2.7 =
* Added MyCred integration.
* Improved bbPress support.
= 2.6 =
* Added buddyPress activity support.
* Improved Epoch support.
= 2.5 =
* Added auto delete post at a given number of dislikes.
* Added Epoch Support.(Settings for comments -> Enable Epoch Support).
* Fix error when voting.
= 2.4 =
* Added a way to disable the like button from function.
= 2.3 =
* Fix fatal error.
= 2.2 =
* Added the shortcode [rating-system](You must have turned on like or dislike for posts and pages).
= 2.1 =
* Fix unable to save settings.Huge thanks to [aekae](https://wordpress.org/support/profile/aekae)
= 2.0 =
* Fix english typos.
* Improved mobile experience.
* Minor performance improvement.
= 1.9 =
* Fix undefined variable.
* Fix options from posts affected by options from comments.
* Fix buttons not showing.Huge thanks to [gkarapalidis ](https://profiles.wordpress.org/gkarapalidis) for letting me test on his website.
* Minor performance improvement.
= 1.8 =
* Fix translation not working.
* Updated the .pot file.
* Changed error handling from fatal error to warning.
* Removed .temp file.
= 1.7 =
* Fix rendering on password protected posts.
* Added option to exclude sticky posts from most liked widget.
= 1.6 =
* Fix widgets not working after 1.5 update.
= 1.5 =
* Fix options panel not working.Huge thanks to [AzzePis](https://wordpress.org/support/profile/azzepis) for letting me test on his/her website.
= 1.4 =
* Fix upload
= 1.3 =
* Fix posts being added to widget area with 0 likes
* Fix posts being added to widget area above the limit of the widget display
* Fix option panel not working
= 1.2 =
* Added plugin icon
* Fix wrong text being displayed when Redux Framework is being required
= 1.1 =
* Wordpress 4.1 compatibility
= 1.0 =
* First release.