2018-07-14, 08:08 PM
(This post was last modified: 2018-07-14, 08:08 PM by andrewjs18.)
getting this error. using php 7.2. known issue?
using mybb 1.8.17
using mybb 1.8.17
[For 1.8] Thank You/Like System v3.4.1 + MyAlerts and Tapatalk support
|
2018-07-14, 08:08 PM
(This post was last modified: 2018-07-14, 08:08 PM by andrewjs18.)
getting this error. using php 7.2. known issue?
using mybb 1.8.17
2018-07-14, 11:10 PM
(2018-07-14, 08:08 PM)andrewjs18 Wrote: getting this error. using php 7.2. known issue? Yep, that's a known issue (though not noted anywhere), fixed in commit 833e5de5b6f01eb0e6be8084b55b0dadc10e04e6.
2018-07-14, 11:41 PM
(2018-07-14, 11:10 PM)Laird Wrote:(2018-07-14, 08:08 PM)andrewjs18 Wrote: getting this error. using php 7.2. known issue? thanks
2018-07-15, 01:26 PM
We will release a new version soon, stay tuned
![]()
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
New version 3.0.0 was released! We recommend to everyone to update, it contains a lot of fixes and new features... moreover version 3.0.0 is fully compatible with PHP 7.2.0. Here is a changelog:
Quote:- [FIX] - thanks/likes are now merged correctly when merging users via the ACP - @lairdshaw Thank you @lairdshaw (Laird) for your contribution and time! And welcome to our team! DOWNLOAD: https://community.mybb.com/mods.php?action=view&pid=360 !!! Please READ the changelog and instructions on how to update carefully !!!
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
2018-07-20, 11:26 AM
(2018-07-19, 05:46 PM)Eldenroot Wrote: Thank you @lairdshaw (Laird) for your contribution and time! And welcome to our team! Thanks for inviting and welcoming me in, Eldenroot. The team has put a lot of good work into this very useful plugin already and I'm glad to be a part of the team and help maintain the plugin.
2018-07-21, 07:02 PM
Is there a query or feature to wipe/remove all likes from a User? Like setting his likes to 0.
At the moment, there's no single query or user-interface feature to do this. There is, though, a function that does what you want: thankyoulike_delete_user() in inc/plugins/thankyoulike.php. Ordinarily, it is called when a user is deleted, but you could arrange for it to be called for an existing user to remove that user's likes if you're handy with code.
Edit: you would be best off recounting thanks/likes via the ACP afterwards though because the function assumes that the user is being deleted, so it doesn't adjust his/her thanks/likes counts in the user table.
2018-07-22, 03:21 PM
@Laird - yes, this is not possible unfortunately. All thanks/likes are deleted only when you delete user account. Is there any reason why do you need to delete thanks/likes for specific user?
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
2018-07-22, 04:15 PM
(2018-07-22, 03:21 PM)Eldenroot Wrote: @Laird - yes, this is not possible unfortunately. All thanks/likes are deleted only when you delete user account. Is there any reason why do you need to delete thanks/likes for specific user? Yes, because I have members abusing the like system with creating multi accounts and liking their own post to reach a new usergroup or to bypass limitation. Perm banning them is not the solution here, I'd rather just delete all of their likes as a punishment. But it seems like that feature doesn't exist. Is there a way I could request this custom feature done for me exclusively for a fixed price? |
« Next Oldest | Next Newest »
|