MyBB Community Forums

Full Version: [1.4.x/1.6.x] Thank You/Like System v1.5 (Updated: 10/26/2011)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
thanks a lot for the plugin
Wonderful plugin.

Is there a way to integrate this with "MyAlerts"?

I want users notified when they receive a thank.
(2013-08-21, 02:56 PM)Bitz Wrote: [ -> ]Wonderful plugin.

Is there a way to integrate this with "MyAlerts"?

I want users notified when they receive a thank.

me too, much required Wink
Simply works great! thanks appreciate the plugin you made for this!
(2010-12-22, 11:50 AM)- G33K - Wrote: [ -> ]
(2010-12-19, 08:38 AM)ecanikajo Wrote: [ -> ]
(2010-11-25, 11:21 AM)- G33K - Wrote: [ -> ]
(2010-11-25, 10:28 AM)ecanikajo Wrote: [ -> ]Is it possible to assume assigned thanks in this plugin and how to do that?
http://community.mybb.com/thread-64179.html

Do you mean transfer the thanks from that plugin to this one? I'm sure it can be done with a simple import or merge. I haven't looked at that plugin but if you are serious about moving over I can check it out.
Please, look it.

Here is a quick script I've written to import the thanks data from this plugin:
http://mods.mybb.com/view/thanks

Please use this to import data from that plugin only. If you're using a different one, let me know and I'll make changes to the script accordingly.

Instructions:

BACKUP! Backup your database first before doing any of the below in case something goes wrong.

1. Install the Thank You/Like System plugin if you haven't already. Deactivate it.

2. Deactivate the other thx plugin too.

3. Upload the merge script to your forum root

4. Access the script by going to your <forumurl>/tylmerge.php
(You need to be in administrator group to be able to run the script.)

5. Follow the instructions to import the data. Go all the way to the end untill the plugin tells you its complete.

6. Recount Thank You / Like by going to the Thank You / Like Recount link under Tools & Maintenance.

7. You can now remove the tylmerge.php file and activate the Thank You Like System plugin. You're all done.

Any problems let me know.


EDIT (8th Feb 2011): Attachment updated with new version of the merge script. Small bug in the old one that showed up on IE (surprise!).


Dear friend, I need a little help to convert my old thx system to your system. I dont know if this plugin is very different to others. The plugin is only a php file with images and some little templates changes. This is the php file. How I can edit tylmerge.php to convert my current thanks to your system?? Thanks.

PD: Attached my current thx plugin
hi to all

I have a problem ...

How thanked posts by closed threads?

this is possible ?
What do I have to edit to add to get this http://community.mybb.com/attachment.php?aid=28843 (I have used someone else image as preview)

Instead of this:

http://www.enderkingdom.com/gallery/albu...1/eric.png

Currently this is my code (CSS BUTTONS) :
<a href="thankyoulike.php?action=add&amp;pid={$post['pid']}&amp;my_post_key={$mybb->post_code}" class="buttons"><img src="{$theme['imglangdir']}/thumbdown.png" style="vertical-align: middle;" />  Like</a>

<a href="thankyoulike.php?action=del&amp;pid={$post['pid']}&amp;my_post_key={$mybb->post_code}" class="buttons"><img src="{$theme['imglangdir']}/thumbup.png" style="vertical-align: middle;" />  Unlike</a>
you have to go to your Admin CP, Server Optimization or something like that.

But here you have to go to redirect urls, and set to No.

Then you use xmlhttp to Yes to use AJAX, if the option does not work either, you have to go to your Control Panel and set to url redirection pages to uncomented, save changes and test again xD.

This is an option of MyBB and not of plugins, xD.
(2013-10-22, 11:02 PM)Dark Neo Wrote: [ -> ]you have to go to your Admin CP, Server Optimization or something like that.

But here you have to go to redirect urls, and set to No.

Then you use xmlhttp to Yes to use AJAX, if the option does not work either, you have to go to your Control Panel and set to url redirection pages to uncomented, save changes and test again xD.

This is an option of MyBB and not of plugins, xD.

Thanks it works.
can anybody help me ?

my question :
(2013-10-19, 07:38 PM)SAEED.M Wrote: [ -> ]hi to all

I have a problem ...

How thanked posts by closed threads?

this is possible ?