webtechideas
Forum Replies Created
-
Forum: Plugins
In reply to: [WTI Like Post] Already voted bugWith the version you are using, its storing the voting with respect to IP address. So even if you login with a different user, its the same IP so it says “You have already voted”. In the PRO version there is option to store the vote with respect to user id so using that yours problem will be solved. The PRO version is into the last stage of development. I will update you on the release. If you are in urgency, you can purchase that directly from me but its not tested yet. Please drop an email to [email protected].
Forum: Plugins
In reply to: [WTI Like Post] Changing position within post, another div?You can have different class/id to the parent div in main index and single post so that you can have separate css for them.
Forum: Plugins
In reply to: [WTI Like Post] don't work, why?Here is how to check using firebug
– Open your site. Once the site loads, open the firebug using the bug icon on the toolbar or by pressing F12.
– Once firebug section opens up, click on Console tab. If console tab is disabled, then click on the small arrow next to that and click Enable.
– Then click on any thumbs up or down icon. The moment you click, you can see a request being processed something like “POST http://localhost/wordpress32/wp-content/plugins/wti-like-post/wti_like.php” POST means the request was sent using the post method and the next url means where the request was sent. This url (domain name or site url) will vary from site to site.
– If it was a successful request and was processed successfully, then you will see 200 OK next to the above url.
– If it does not get processed successfully, then the above url turns red and corresponding error code will be shown.Note:
– In either case, you can click the small + icon at the beginning of the above url to see what data was posted and what response you received.Please let me know if it helped or not. Thanks
Forum: Plugins
In reply to: [WTI Like Post] Moving the thumbs doesn't move the "clickable area"Can you please share your site url and some screenshots so that I can know whats the problem and what exactly you want? If screenshots can’t be shared here, then please send them to [email protected]
Forum: Plugins
In reply to: [WTI Like Post] Template Tag Options / Markup SuggestionsPerfect suggestions. Currently the PRO version is under development and you will be glad to know that disabling the “auto-display” functionality has already been added.
For markups, there are some elements with same id. I will replace them with unique ids and add classes for them as well.
Thanks
Forum: Plugins
In reply to: [WTI Like Post] Change The Size Of Thumbs Up/DownThere is a css file inside css folder of the plugin. It has like/unlike button specific style code. You need to change that as well. Probably changing the height and width of the image css code will work in your case.
This functionality is available in the upcoming PRO version. You can also do it in the current version as per mentioned on http://ww.wp.xz.cn/support/topic/plugin-wti-like-post-about-the-placement-of-likes-and-dislikes?replies=7 This is not an ideal solution but will work.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Adding to CommentsCurrently I am focusing only on posts. No such planning for comments yet.
Forum: Plugins
In reply to: [WTI Like Post] Detect Internal network IPI have a piece of code which is supposed to work on a network but not yet tested. Can you please drop an email for the same to [email protected]?
Forum: Plugins
In reply to: [WTI Like Post] Some useful tricksYes, that’s helpful if you are loading contents dynamically. I will add this.
Forum: Plugins
In reply to: [WTI Like Post] don't work, why?Its giving “500 Internal Server Error” when I check on firebug. So probably the plugin files are not properly readable or there is some file/folder permission problem on your site.
Forum: Plugins
In reply to: [WTI Like Post] Release of the PRO versionThis is what I understand to add on widgets section from above conversation.
– Option to show excerpt, thumbnail apart from title (which is currently used)
– Option to show most liked posts on the basis of a selected category.
– Option to show signs like +,- as per the like, unlike count2nd option is already added. I won’t mind adding the other options but it will add some more time to the release.
Forum: Plugins
In reply to: [WTI Like Post] Release of the PRO versionThis PRO version is into the final stage of development. I am also preparing a manual for the same. It will cost 40$. Features are:
* Shortcode to place the like/unlike buttons inside post content
* Functionality to store voting counts (like, unlike, total) as post meta which can be used to show posts sorted by voting counts
* Functionality to use texts instead of like/unlike images in case you want to have some encouraging texts which can’t be conveyed using images
* Functionality to show most liked/unliked posts from a selected category on Most Liked Posts widget
* Wide range of time including hours to have more control on the posts shown on the widget
* Widget to show posts liked by logged in user and also shortcode for showing the same on a page
* Functionality to have default message to encourage users to like posts
* Functionality to see like count for each post in admin post list/edit section
* Functionality to see users who liked a post below the like/unlike buttons
* In total 6 styles of buttons for like/unlike functionalityI need to test this properly before the release. So I am looking forward to another 2 weeks. Sorry for the delay but I want to provide a stable version. Thanks in advance for your patience.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Most disliked posts?Since I did not receive any further reply from the user who had initially posted the functionality, I marked that as resolved. Its not possible to put all the code here to demonstrate the required functionality. Again the upcoming pro version will have this feature. It will be available in a week or so.
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Order / Sort posts by Likes?Please check my last message where I have given the solution to sort the posts by like count in terms of a PRO version. That’s the reason I marked this topic as resolved. So please wait for a week or so for the pro version to be released.
Whenever a plugin is developed by a single developer, he has his own views/specs which he follows. So it may not exactly match with everybody’s requirement. When the developer receives suggestions/requirements from users, then he adds those in the later version.
This plugin has its own table wti_like_post to store all the like counts. It creates a new record for a post if the ip where user is voting from has not already been recorded in the table. If its the same ip, then the like count for the same post will be updated. I will be glad if you can further normalize the table and send me the structure. I will really appreciate that.
If this still does not match with your requirement, you are always welcomed to customize it as per your requirement.