Skip to content

Releases: mybbgroup/Thank-you-like-system

v2.3.0

16 Jul 14:28
6807e00
Compare
Choose a tag to compare
  • [NEW FEATURE] - add an ability (with rich settings in ACP) to display the most thanked/liked post in a member profile page for every user - @SvePu

Thank you @SvePu!

v2.2.0

03 Jun 08:10
3c5c264
Compare
Choose a tag to compare
  • [NEW FEATURE] - add an ability to add reputation points (MyBB reputation system) - @SvePu
  • [FIX] - fix some language typos in ACP

Thank you @SvePu for your contribution!

v2.1.0

05 Jul 14:05
Compare
Choose a tag to compare
  • [FIX] - replace function mydate to date - compatible with changes implemented in MyBB v1.8.11 and above

Thank you @SvePu !

v2.0.2

25 Apr 13:59
Compare
Choose a tag to compare
  • [NEW FEATURE] - add an ability to highlight any post which get XXX thanks/likes (custom CSS class is supported; custom settings added)
  • [FIX] - language typos and corrections

Thank you @SvePu !

v2.0.1

08 Feb 16:45
Compare
Choose a tag to compare
  • [FIX] - missing language string in Tapatalk app (user's statistics page)
  • [FIX] - not working peeker in ACP plugin settings
  • [ENHANCEMENT] - add language variables for postbit buttons - title tag

Thank you @SvePu !

v2.0.0

31 Jan 10:51
Compare
Choose a tag to compare
  • [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

21 Feb 11:49
Compare
Choose a tag to compare
  • [FIX] - lang typos
  • [FIX] - Search query on posts typo (thx @WhiteNeo )

New language files are available!

v1.9.10

06 Dec 18:00
Compare
Choose a tag to compare
  • [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

14 Nov 20:20
Compare
Choose a tag to compare
  • [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

10 Oct 12:51
Compare
Choose a tag to compare
  • 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!!!

  1. Deactivate Thankyou/like plugin.
  2. Uninstall Thankyou/like plugin.
  3. 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>
  1. Save this template changes.
  2. Copy and rewrite old files by the new ones.
  3. 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 :)