Skip to content

v1.9.8

Compare
Choose a tag to compare
@Eldenroot Eldenroot released this 10 Oct 12:51
· 229 commits to master since this release
  • 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 :)