MyBB Community Forums

Full Version: Thank You/Like System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have wanted to integrate G33K's TY/Like system into my forum, but the javascript always seems to hang. After showing the loading box, the like/unlike is counted, but the loading box does not ever disappear.

I am really not sure what it is causing this. Maybe a JS conflict, but I don't have any other plugins that have conflicts, and I think I would have noticed in other plugins by now...

Anyone have ideas on how I can get the plugin working?

Thanks!
(2013-01-25, 07:21 AM)Josh H. Wrote: [ -> ]So I have wanted to integrate G33K's TY/Like system into my forum, but the javascript always seems to hang. After showing the loading box, the like/unlike is counted, but the loading box does not ever disappear.

I am really not sure what it is causing this. Maybe a JS conflict, but I don't have any other plugins that have conflicts, and I think I would have noticed in other plugins by now...

Anyone have ideas on how I can get the plugin working?

Thanks!

add below code in postbit_classic template at bottom before </table>
means
at bottom
Code:
<tr style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
    {$post['thankyoulike_data']}
</tr>
</table>