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.
Did you even try it? The above edit will only remove it from the postbit and not the profiles.
No, I admit I did not. Sorry for the assumption but there is still my lack of php experience. I don't wanna screw up.
(2011-07-07, 07:11 AM)IceGuru Wrote: [ -> ]No, I admit I did not. Sorry for the assumption but there is still my lack of php experience. I don't wanna screw up.
Well, there isn't much to mess up, each of the lines I posted look something like this:

$tyl_thankslikes = $tyl_thankslikes_given."<br />".$tyl_thankslikes_rcvd;

To remove the like given part you would just delete the given variable so that the line looks like this:

$tyl_thankslikes = $tyl_thankslikes_rcvd;

Just make sure you make a backup copy of the file in case you mess up and use a program like notepad++ to make the edit, it is less problematic than just the regular notepad/wordpad.
Any chance you release a version of it that has this already?
(2011-07-10, 03:16 AM)IceGuru Wrote: [ -> ]Any chance you release a version of it that has this already?

Not anytime soon. Maybe when I have more time to dedicate to the plugins. Can't say when that will be.
Hello,

Is there blank buttons for <Thank You/Like System>, so, people can modified to their own language?

Best Regards
(2011-07-12, 02:33 AM)Barlos Wrote: [ -> ]Hello,

Is there blank buttons for <Thank You/Like System>, so, people can modified to their own language?

Best Regards

I posted the psd for the buttons in a post here:
http://community.mybb.com/thread-59652-p...#pid429459

You can use that to change the text/colors to your needs.
How would I go about changing the following:

"Thanks Received: 1 in 1 posts"
to
"Thanks Received: 1"

http://admincentral.org/User-karoshio Mine doesn't seem to show the thanks/likes on member profiles. Any idea why? Or am I just missing something?
^ That would also be a nice option for admins in the next version.

Great plugin though.
(2011-07-13, 07:37 AM)karoshio Wrote: [ -> ]How would I go about changing the following:

"Thanks Received: 1 in 1 posts"
to
"Thanks Received: 1"

http://admincentral.org/User-karoshio Mine doesn't seem to show the thanks/likes on member profiles. Any idea why? Or am I just missing something?

You can change that in the language file.

For your second issue, check that the member template has the necessary edits. The first post has a link to the post that shows all the necessary template edits.