A Real Easy Code... But How?

Havox

New Member
I have installed 'Yet Another Awards System" and it is running perfectly fine but I have a problem placing the medal where I want it to be. It is always being placed at the bottom of my postbit, even if i select in the options Postbit Location: userinfo_right(default) it places it at the bottom. I want to place the medal beside my name. I found the code that the mod actually uses to display the medal its
$template_hook[postbit_userinfo_right]

heres a screenshot

awardstoname.jpg


Thanks for your help.
 
you would go into your postbit legacy template and look for Rep Power or Rep_Power since that is the first thing above the award, then right under that look for any kind of code that looks like it would represent the meddal then select it and right click cut it then look for
Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
and paste it right under that i dont have awards yet so i just did it on my test page with the online status see pic...

and may i ask what are those bars under the avatar im still farlly new to VB but i do no how to code , html, js, php, css.
but i relly like w/e kind of ranking system that is it looks better than the thanked one
 
Back
Top