Quote:
Originally Posted by speedracer68
I tried several ways and I'm stumped. LOL!
|
Sorry about that, got the hook name wrong, it should be
$template_hook[postbit_userinfo_right].
OK, this should work, from what you posted above, find:
HTML Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Change to:
HTML Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
If that does not work, then unfortunately you are on your own, as I do not support custom template edits.