MyBB Community Forums

Full Version: Thanks by Huji lee questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/thanks

1) How can I show what likes were given on a post via postbit and profile?
2) Seems like the likes are messed up: http://puu.sh/dlPV0/97472bcc4a.png
You can see I liked it, but it didn't update in his postbit

(Thanks plugin in languages/english

<?php 
/**
 * Thanks Plugin - english
 */

$l['thx_main'] = "Like";
$l['thx_givenby'] = "Liked by:";
$l['thx_thanked_count'] = "Given {1} like(s) in {2} post(s)";
$l['thx_thank'] = "Likes:";
$l['thx_remove'] = "Unlike";
$l['thx_comma'] = " , ";
$l['thx_dir'] = "ltr";
?>
)


FIXED
3) http://community.mybb.com/thread-163883.html

4) How can I remove Given likes in postbit? FIXED
You have to rewrite some parts ofthe code.

I made my own thanks system and its fully compatible with that version and its writed in many similar ways but have more options and customizations like that you asked for.

I make many changes and you can see it on my site. I am waiting for release the latest revision for 1.8 but you can find for 1.6.x one revision working even with MyAlerts.
(2014-12-09, 12:19 AM)Dark Neo Wrote: [ -> ]You have to rewrite some parts ofthe code.

I made my own thanks system and its fully compatible with that version and its writed in many similar ways but have more options and customizations like that you asked for.

I make many changes and you can see it on my site. I am waiting for release the latest revision for 1.8 but you can find for 1.6.x one revision working even with MyAlerts.

Got an error. Says an error has occured then

type error get elements by tag name or something
deactivate and activate plugin.

DONT UNINSTALL because all thanks will be deleted if you do that.

Only deactivate and activate to update plugin opts and templates thats all.
_
All buttons are on css and customization of entire plugin will be finded on thx_buttons.css stlysheet and Thank templates on every theme.
(2014-12-09, 06:58 AM)Dark Neo Wrote: [ -> ]deactivate and activate plugin.

DONT UNINSTALL because all thanks will be deleted if you do that.

Only deactivate and activate to update plugin opts and templates thats all.
_
All buttons are on css and customization of entire plugin will be finded on thx_buttons.css stlysheet and Thank templates on every theme.

Getting the same error. And in global templates I don't see the thx templates so that might be the reason?
I think it's another reason like some templates would not change at all, all have to be created on enable plugin.

Do you have site details, and account to test it ??