2015-06-01, 02:31 AM
(This post was last modified: 2015-06-01, 02:58 AM by andrewjs18.)
hmn, uploaded and overwrote the old files, but the plugin version in the acp is still showing 1.9.3...
after updating to 1.9.4, the myalerts are registering, but not showing up...even after deactivating/activating thank you/like plugin. I then checked the showthread template and this is how it looks:
I imagine a few of those should be removed, huh?
(2015-05-28, 09:03 AM)Eldenroot Wrote: Guys, you have to activate and deactivate plugin to register these alerts into myalerts
EDIT: Please also check showthread templates -> and check if you dont have multiple times JS script for thankyoulike added - if yes, delete them ald leave only one
after updating to 1.9.4, the myalerts are registering, but not showing up...even after deactivating/activating thank you/like plugin. I then checked the showthread template and this is how it looks:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js"></script>
<script type="text/javascript">
<!--
var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
var tylUser = "{$mybb->user['uid']}";
-->
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js"></script>
<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>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js"></script>
<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>
I imagine a few of those should be removed, huh?