Quote:
Originally Posted by ragtek
somebody know how to use the hooks?
|
use the plugin
member_complete
Add this code:
Code:
$template_hook[memberinfo_pos3] .= $FNB_HTML;
unset($FNB_HTML);
Change the template hook to whatever one you want to use.
You then remove $FNB_HTML from memberinfo template which you added when you originally installed (unless you have't installed yet).
You can also change the hook name to any other in memberinfo to move the friends list around.