Quote:
Originally Posted by yoyoyoyo
it would be really nice to have the install info, since I am using a custom postbit...
|
It uses the $template_hook[postbit_user_popup] template hook available since (I think) version 3.6.6 It goes almost at the bottom of you postbit or postbit_legacy templates. If you don't have it in your template, just add it and the mod should work.
HTML Code:
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->