Releases: mybbgroup/Thank-you-like-system
Releases · mybbgroup/Thank-you-like-system
v2.3.0
v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
- [FIX] - update MyBB and GitHub URL links (http:// -> https://)
- [FIX] - lot of typos in language files
- [FIX] - jGowl popup notifications use default MyBB theme CSS
- [FIX] - duplications of posts/threads in thanks/likes search
- [FIX] - extra space in member profile statistics + fix lang variables
- [FIX] - wrong path for ACP lang file
- [FIX] - remove promotion task on uninstall
- [ENHANCEMENT] - add missing lang variables for ACP settings
- [ENHANCEMENT] - rebuild (recount) is located in the MyBB default ACP page
- [ENHANCEMENT] - rename CSS and templates to follow MyBB standards
- [ENHANCEMENT] - clean up code and remove unnecessary files
- [ENHANCEMENT] - links executing JS functions return false and point to javascript.void(0) instead of hashtags
- [NEW FEATURE] - add ability to thank/like own posts + settings to remove own thanks/likes from search list
- [NEW FEATURE] - maximum thanks/likes in a time period - configurable for every usergroup + popup notification with remaining thanks/like and alerts
- [NEW FEATURE] - MyBB usergroup promotion system - new parameter for thanks/likes given
- ... and much more!
Thank you very much @SvePu for your contribution! Great work!
v1.9.11
v1.9.10
- [NEW FEATURE] - Promotion requirement - now you can also set group promotion based on user´s thanks/like count (thx @SvePu for his hard work and the feature implementation and also @Sama34 for his original script and hint!)
- [IMPROVED] - New simplified uninstall method in a case when you want to delete also all data from your DB (thx @SvePu )
v1.9.9
- [NEW FEATURE] - Recounting thanks/like modul - auto redirection (@SvePu)
- [NEW FEATURE] - Settings for enable/disable ajax alerts in the right top corner (@SvePu)
- [IMPROVEMENT] - Facebook thumb up/down icons were replaced by MyBB styled icons (@Eldenroot)
- [FIX] - Security fix in ACP Recounting tab (@SvePu)
- [FIX] - Search - date/time are now correctly shown (@SvePu)
- [FIX] - Search - ordering by date/time now works correctly (@SvePu)
IMPORTANT: Only English lang is now included. For other languages please visit our GitHub :)
v1.9.8
- NEW FEATURE: New option to show/hide thanks/like list under the post only for specific usergroups (thx @SvePu )
- IMPROVEMENT: All plugin templates are now added for every theme separately -> easier modification and a possibility to use different looks of Thankyou/like plugin for every theme (thx @SvePu)
- IMPROVEMENT: Install/uninstall procedure - adding and reverting templates (thx @SvePu)
- FIX: JS is now added/deleted automaticaly from showthread template (thx @SvePu)
- IMPROVEMENT: Minified version of JS is loaded by default. Non-minified version of this file is available for easier customization in the plugin folder. It should save some kB on very page load :) (thx @SvePu)
!!!ATTENTION: For updating from v1.9.7 or older!!!
- Deactivate Thankyou/like plugin.
- Uninstall Thankyou/like plugin.
- Delete old JS code from showthread template.
<script type="text/javascript">
<!--
var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
var tylUser = "{$mybb->user['uid']}";
var tylSend = "{$lang->tyl_send}";
var tylRemove = "{$lang->tyl_remove}";
-->
</script>
- Save this template changes.
- Copy and rewrite old files by the new ones.
- Install and activate Thankyou/like plugin v1.9.8. You wont lost any data from your DB.
If you find any issue, bug or you have any idea how to improve this plugin -> CONTACT us on MyBB forum.
Big thanks for everybody who helps make this plugin better :)