Also... if you enable debug mode does anything showup on your member.php page?
Also... the hook that you want it to show up in your page must be in your MEMBERINFO template.
Check for these:
$template_hook[profile_left_first]
$template_hook[profile_left_last]
$template_hook[profile_right_first]
$template_hook[profile_right_mini]
$template_hook[profile_right_album]
$template_hook[profile_right_last]
If the one that you want isn't in your template it isn't going to show up.
|