download the latest version... i updated to include Karma Bank handlers for direct integration.
You need the latest version of Karma Bank also... and it needs to be fixed, there is a typo in the addmeta function
Thank you both for finding this. Fixed in .5 version. There were a couple places where I missed the localization. x00, thanks for recommending the ternary operation, that is a lot cleaner. had to tweak it a bit, but it works brilliantly. i love clean code, and i should get more used to the ternary.
Sheila said:
This is a sweeeet plugin! I am totally happy with the way it is even now, but since I got few feature ideas, desided to share them:
Ability to sort discussions on discussion view based on 'Conversation with Most likes'
On user profile header that shows started topics count etc. would also show 'Users liked comments'
And as already mentioned, that 'Thank's for liking the post' popup message would be awesome, as well as Likes showing in the activity feed
Thanks. I havent had luck with the notifier thus far. But i really just havent had a lot of time to put into it recently. I like the sorting idea and putting the likes on the comments in your profile. When i get some time ill look into that.
Of course if there are any other devs that would like to take a crack at the upgrades im fine with that too. We can keep it in the same addon, just send me the changes and i will credit you for the code.
I'm switching from aolee's zLikeComment plugin to this one. Unfortunately, all the "likes" under zLikeComment will be lost once I disable it. Any idea if it's possible to migrate the "likes" data from zLikeComment to the new plugin's table?
Comments
Ha. Ok ill try setting something up this weekend. Im a weekend code warrior so i cant do a lot of code and test during the week.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
you did see the disable problem for the other plugin right.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Disable problem?
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
shortpanel I can't find the discussion right now. You need to change
your plugin to reflect this
// Define the plugin:
$PluginInfo['ShortPanel'] = array(
yours is in lowercase, consequently you cannot disable it in dashboard.
once you change it you can.
edit:
no wonder i couldn't find it - the title was so descriptive ... not!
http://vanillaforums.org/discussion/comment/158023#Comment_158023
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Oh, i missed that. I probably never even tried to disable it in any of my environments (once it worked i was happy
I'll correct the case and upload the new version as soon as i get onto a real computer. On mobile tablet tonight.
I'll include a workaround for disabling - wich is to just modify the condig.php directly.
Thanks for the heads up on that. My QA department will get a stern talking to.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I found the message
http://vanillaforums.org/discussion/comment/158023#Comment_158023
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thank you
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
How to integrate with karma bank?
download the latest version... i updated to include Karma Bank handlers for direct integration.
You need the latest version of Karma Bank also... and it needs to be fixed, there is a typo in the addmeta function
http://vanillaforums.org/discussion/19816/improved-api-and-features-0-9-6-1b#Item_4
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
@alanemkay see above.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Thanks for this excellent plugin!
It may be a good idea to implement it to the "activity" too
If it aint Debbie tested, it aint gonna work pmsl
There was an error rendering this rich post.
better get her on it
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Thanks, I'll look into it as soon as i have a few minutes.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
a little bug with internationalization
line 256
line 81
may be you forget it ~
grep is your friend.
I'll submit> x00 said:
@sarowlwp @ x00
Thank you both for finding this. Fixed in .5 version. There were a couple places where I missed the localization. x00, thanks for recommending the ternary operation, that is a lot cleaner. had to tweak it a bit, but it works brilliantly. i love clean code, and i should get more used to the ternary.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
This is a sweeeet plugin! I am totally happy with the way it is even now, but since I got few feature ideas, desided to share them:
And as already mentioned, that 'Thank's for liking the post' popup message would be awesome, as well as Likes showing in the activity feed
Thanks. I havent had luck with the notifier thus far. But i really just havent had a lot of time to put into it recently. I like the sorting idea and putting the likes on the comments in your profile. When i get some time ill look into that.
Of course if there are any other devs that would like to take a crack at the upgrades im fine with that too. We can keep it in the same addon, just send me the changes and i will credit you for the code.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I'm switching from aolee's zLikeComment plugin to this one. Unfortunately, all the "likes" under zLikeComment will be lost once I disable it. Any idea if it's possible to migrate the "likes" data from zLikeComment to the new plugin's table?