Login     Sign up
Suspended memebr can edit
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

when a user create a profile, and did not change avatar and complete about me etc... i send him a message, and after i suspend his account.
is there any way to give suspended user posiblity just to edit their profile ?
what solutions you have with this type of users?

172 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

i ve been thinkin about a solution editing this :

if ($client['disabled'] == 2 && $parr[0] != 'member') {
redirecting('member/logout',t('Sorry, your account has been suspended'));
}

$offset = $num_per_page*($page-1);

if (!$current_app) {
$current_app = $all_apps[$parr[0]];
}

giving suspended user access just to account page.
phps gurus can help maybe ยก

172 months ago