MyBB Community Forums

Full Version: Thanks Count in Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i want to share to you in thnx count in my profile user!

delete this thread if repost!

Remove this thread if wrong section!

im a newbie! thank you!

Start...

go to the ACP >> Template Style >> Templates >> "Your Templetes" >> Member Templates >> member_profile

And go to the Following code!
<strong>{$lang->registration_date}</strong> {$memregdate}<br />
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}<br />

and add this code

<strong>Thanks : </strong>{$memprofile['thxcount']}

if finish would you like this
<strong>{$lang->registration_date}</strong> {$memregdate}<br />
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}<br />
<strong>Thanks : </strong>{$memprofile['thxcount']}

and save!

go again in "Your Templetes" click add Templetes

Template Name : member_profile_thanked_count
for Code
<div><span class="smalltext">
{$post['thanked_count']}
</span></strong><br /></span></div>

Demo : http://www.cybertalk.oo.gd/User-Nitro

Save it

Finish!

Sorry for my bad english....
Just to clarify the tutorial is meant for the following plugin:
http://mods.mybb.com/view/thankyou
hmmmm... i think this show thanks is not same sir!

SS: