Quote:
Originally Posted by NolF
In order (I hope I don't miss any) you will need the following hooks at the postbit(_legacy) template.
$template_hook[postbit_controls] This one is for the button ^^
$template_hook[postbit_end] This one puts the box table with who has thanked
$template_hook[postbit_userinfo_right] This one is for the info (number or thanks etc)
|
Thank you very much. What I did is ...
PHP Code:
<!-- / controls -->
Below this code I put ...
PHP Code:
$template_hook[postbit_controls]
Then ...
PHP Code:
</td>
</tr>
</table>
After this code I put ...
PHP Code:
$template_hook[postbit_end]
Then ...
PHP Code:
<span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
After this code I put
PHP Code:
$template_hook[postbit_userinfo_right]
And now this hack is working just fine and looks like the attached image in my forum.
Thanks once again
NolF.