Topic: blocked member
Hi i'm trying to mod member profile page.
so i used this mod with slight modifications:
http://www.vldcrowd.com/member/57/blog/view/203/
I changed
$TEMPLATE->set_message("error", ($LANG['core']['no_access_member_profile']), 0, 0);
redirect(VIR_PATH); to
$TEMPLATE->set_message("error", ($LANG['core']['no_access_member_profile']), 0, 0);Now i would like to get the extension i should use to allow blocked member to see members profile with restrictions such as send message etc.
So is there way to get a code like that
<!-- IF member_blocked -->
You're blocked
<!-- ELSE -- >
Send message,
send gift etc
<!-- ENDIF -->