Quote:
Originally Posted by Fungsten
What does near the end mean?
|
It means 4 lines from the end of the
postbit or
postbit_legacy template.
Here are the last 7 lines of those templates. $template_hook[postbit_user_popup] goes on the fourth to the last line.
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 -->