MyBB Community Forums

Full Version: [Release] Thanks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
This plugin add a Thanks button to user posts.

[attachment=17212]


Download: http://mods.mybb.com/view/thanks


Features:
- Any User can thank any post!
- Thanks counter ( for both who thanks and who is thanked )
- Auto detect Classic and Horizontal Postbit mode.
- Thanks list can be shown as a separate row.
- Using AJAX technology.
- Customizable style.
- Safe deactivation ( prevent losing important data )


Settings:
- Activate/Deactivate this plugin
- Show count thanks
- Users can remove their thanks
- Show date on mouse over
- Auto detect layout
- Separate table


NOTICE: Using "Uninstall" option would lead to losing almost all the saved Thanks. So it's enough to "Deactivate" the plugin before upgrading it/forum to a new version.


==============================


How to install:
- Extract the zipped file and upload all directories in your forum root.
- Upload images/postbit_rthx.gif and images/postbit_thx.gif to the images directory of your theme(s).
- Go to forum settings and click on "☼ MybbHelp » Thanks" to change the plugin settings.

How to customize it:
Add an CSS code to global.css :

.tnx_style{
    // CSS for thanks table
}

.tnx_classic{
    // CSS for Classic postbit
}

.tnx_newstl{
    // CSS for Horizontal postbit
}

Or edit the templates!
Go to AdminCP » Templates & Style » Global Templates

- thanks_postbit_count (thanks count in postbit)
- thanks_postbit_inline (thanks at the end of a post)
- thanks_postbit_inline_classic (thanks at the end of a post in classic postbit)
- thanks_postbit_outline (thanks after a post - use this when "Separate table" setting is "On" )


==============================


How to fix common problems:

Q: When I click on Thanks button, I get this error as a JavaScript alert: "TypeError: table is null". What should I do?

A: It's probably because your theme couldn't be edited by plugin. So please go to AdminCP -> Templates & Style -> Templates -> [your current theme] -> Post Bit Templates
Then find and edit these templates:

"postbit" and "postbit_classic". Simply you need to add {$post['thxdsp_inline']} after last </tr> and also add {$post['thxdsp_outline']} after last </table>. More explanations!:

In "postbit" template last lines should be something like this:

        </tr>{$post['thxdsp_inline']}
    </tbody>
</table>{$post['thxdsp_outline']}

In "postbit_classic" last lines should be something like this:

</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
Looking at your plugin, I would like to use it on individual forums instead of the whole board, can this be done?
It's not possible to limit it to specified forums.
Very good plugin, it looks much nicer then the other one. But is there an online preview in english?
Thank you.
I don't know. But you can test it in your local server.
where is the download link?
hi
friends I have a problem with the plug-in version 3.8
subi ami and all hosting and also already install it and activate ...

Before the other version had only now to give thanks click on the button is normally added F5 but when I give out no longer be passing people appreciated that I guess is telling me no thanks
Could you reword that?
I think he means that when he thanks someone, there isn't the line below the message which says "thanked by" ( or similar ) and then the user who thanked.
Pages: 1 2 3 4 5 6 7 8 9 10 11