Pierre Lebedel
Forum Replies Created
-
Forum: Plugins
In reply to: [Kodex Posts likes] like display bugNice!
I’m glad that the problem does not come from me!Forum: Plugins
In reply to: [Kodex Posts likes] How are votes logged?In the dashboard, only the last votes are shown, but all votes are retained in the database.
I know how to identify the user who vote is not optimal, but it’s the only solution I found for the plugin kept simple …Forum: Plugins
In reply to: [Kodex Posts likes] How are votes logged?Hi !
The votes are stored in thepostmeta
table, with meta keyskodex_post_likes
andkodex_post_likes
.
The value is an associative array, with the key :- Logged user : MD5 of current user id
- Non-logged user : MD5 of user’s IP address
In a normal usage, an user can’t vote twice, because his action replace his previous action in the array that is stored.
Thanks to use the plugin !
Forum: Plugins
In reply to: [Kodex Posts likes] like display bugHi,
I’m sorry but I can not find an explanation to this problem.
Since I’ve been seeing your page the first time, some counters problems seem to have disappeared.
Are you still encounters problems?Forum: Plugins
In reply to: [Kodex Posts likes] Notice in metaboxHello, thank you for your feedback.
I looked at the relevant lines, and I do not understand where the problem is.
Have you changed the rowskodex_post_likes_count
orkodex_post_dislikes_coun
t in thewp_options
table by chance?Forum: Plugins
In reply to: [Kodex Posts likes] Post list infoYep,
if the user is not logged in, this plugin uses its IP addressForum: Plugins
In reply to: [Kodex Posts likes] Post list infoHi,
Sorry but that seems to be impossible.
Votes are stored by user ID and therefore can not be multiple.Forum: Plugins
In reply to: [Kodex Posts likes] Can I list Individual Likes on PageHi !
Thanks to use this plugin !With some PHP code changes, it should be possible to list the Likes of a user.
However, a performance problem might arise because the Likes are saved on each post, not on each user. We must get all Likes of all posts, browse it and isolate those from the user …It’s possible, but it will take me time, and I don’t know when I’ll find it.
Are you hurry for this feature?Forum: Plugins
In reply to: [Kodex Posts likes] Post list infoHi !
Counters on posts lists include notes of all time.Thanks to use this plugin !
PierreForum: Plugins
In reply to: [Kodex Posts likes] Widgets most liked postsHi !
That’s not possible today without coding a widget yourself in PHP, but it could be a good feature to add in a next release.
It’s complicated for me to do that this week, but if you’re not rushed, maybe next week it could be in a new release !
Stay updated !Forum: Plugins
In reply to: [Kodex Posts likes] Possible to add a third choice than like/dislike?Without significant change in code, that’s not possible to add third button.
The like button involves the negation of the dislike button etc.
Sorry, but I think that’s not for today in this plugin.
Thanks. PierreForum: Reviews
In reply to: [Kodex Posts likes] Really Great PluginHi, in the latest version 2.4.2, I added an admin dashboard metabox that display the most liked posts from last X days.
It’s not as complete as you want, but I hope that helps!Forum: Reviews
In reply to: [Kodex Posts likes] Best Rating Plugin until nowHi!
With the new version 2.4.2, you can now view the most liked posts in the admin dashboard by X last days.
And from the version 2.3, you can also sort the posts by likes and dislikes count using the table head.
Hope that helps!Forum: Plugins
In reply to: [Kodex Posts likes] I have an idea to improveSorry for the long waiting.
For the zero vote problem, you must to re-publish the posts who have been written before the plugin installation.
This will set the counter to “0” instead of “”, and the posts will be displayed.
ThanksForum: Plugins
In reply to: [Kodex Posts likes] Extra parameters in the shortcode?Hi @redworker.
Actually, this plugin conception does not allow single user vote per day, and I think it will never be the case, unfortunatelly.
Thank you to use this plugin anyway