Quote:
Originally Posted by hlaingmu
After installing this hack, the info of "thanks" & "Thanked" still missing in postbit legacy///
pls. help me how to show that info in postbit...
I want to put the info like in attached file...
But those are missing in my postbit
|
admincp -> styles and templates -> 'postbit' or 'postbit_legacy (depending on what you have selected for users to see)
-------------------------------------------------------------------------
you need to find "$template_hook[postbit_userinfo_right_after_posts]"
Look at the other post info and see what it is being wrapped with in your style.
Example of how a custom style uses .css to wrap it.
HTML Code:
<div class="postbit_field"><span class="postbit_text">
$template_hook[postbit_userinfo_right_after_posts]
</div></span>