MyBB Community Forums

Full Version: Counted thank in user details?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 6665103.png]

Please help I want to add the thanks count in the below of the user details. please help.

I want something like this.
[Image: 6665112.png]
sir yaldaram its says i should add this code

$post['tyl_unumtyls']: Number of thanks given
$post['tyl_unumrtyls']: This is fully formatted string (xx in yy posts)
$post['tyl_unumrcvtyls']: Number of thanks received
$post['tyl_unumptyls']: Number of posts in which the thanks were received

But can you teach me where to add that? in the instruction it say add it in postbit. I tried it 5times but its not apearing. please help me
Yaldaram already suggested to use Thank you Like Plugin - http://mods.mybb.com/view/thank-you-like-system .
No more additional code to be added.
nadlerz please click the link you post and read at the bottom part above the screen shots so that you can understand what i am talking about.
We are the same pinoy.

Quote:$post['tyl_unumtyls']: Number of thanks given
$post['tyl_unumrtyls']: This is fully formatted string (xx in yy posts)
$post['tyl_unumrcvtyls']: Number of thanks received
$post['tyl_unumptyls']: Number of posts in which the thanks were received

This is located at the language file.
This is unnecessary.


Try it first, and post your question if you encounter some problems.
This is from the link you gave to me. in the bottom part.

Quote:Notes:
- Permissions for if a user can Thank/Like a post is dependant on whether they can post in that thread or not. Guests, however can never thank/like a post regardless of guest post option.
- Obviously, the post opener will not be able to Thank/Like the post.
- Deleting a thread/post will remove all its related Thank Yous/Likes and reduce the count for the users who have Thanked/Liked that thread/post.
- Merging posts will merge the Thank Yous/Likes too removing duplicates and updating counts.
- Deleting a user will remove all the user's Thank Yous/Likes from all the posts.
- If you move a thread to a forum that has been set to exclude Thank Yous/likes it will not show any Thank Yous/likes and will not allow adding/removing any Thank Yous/Likes while in that forum. The Thank Yous/Likes will however be preserved so that they will be visible again if the thread is moved out of the excluded forum.
- To customize the postbit block, you can use the following variables:
$post['tyl_unumtyls']: Number of thanks given
$post['tyl_unumrtyls']: This is fully formatted string (xx in yy posts)
$post['tyl_unumrcvtyls']: Number of thanks received
$post['tyl_unumptyls']: Number of posts in which the thanks were received



I want to know how to apply this
Quote:- To customize the postbit block, you can use the following variables:
$post['tyl_unumtyls']: Number of thanks given
$post['tyl_unumrtyls']: This is fully formatted string (xx in yy posts)
$post['tyl_unumrcvtyls']: Number of thanks received
$post['tyl_unumptyls']: Number of posts in which the thanks were received
Edit the language file with those codes, to your own liking.
its the variables you can use for the postbit details e.g instead of

thanks recieved x in x posts you can change it to say thanks received X


fma965 can you show me how to that? please?

acp>templates>sample>sample

Replace this
sample

to

 another sample


please help me by this guide that is all i know. thank you sir