Hey,
So I noticed that when i suspend an account, you can still visit thier profile and they still show up as members to groups and have links to thier profiles. Am I missing something here? I was expecting that when I suspend an account, then www.WEBSITE.com/SUSPENDEDACCOUNT would no longer work?
Any Ideas?
Dolphin 6.14
Orca 2
Thanks,
KernelPaniker
Happiness is a warm gun. |
susp = hide in browse.php...u and the member still know profile exists
ban= stop
admin/users/memebrs/select mem/ban/save
play with change_status.php
in"
case 'SUSPEND': if ( $p_arr['Status'] == 'Active' ) { db_res( "UPDATE `Profiles` SET `Status` = 'Suspended' WHERE `ID` = '{$member['ID']}';" );
chng bld in line:
db_res( "UPDATE `Profiles` SET `Status` = 'Suspended' WHERE `ID` = '{$member['ID']}';" );
options:
Unconfirmed', 'Approval', 'Active', 'Rejected', 'Suspended
have fun! I have video tutorials to help you mrpowless.com |
Thank you for your reply. I find that the "ban" feature is also lacking. I would think that if you ban a user then all thier posts, groups, videos, audio, everything would be removed... Maybe in the next version? Happiness is a warm gun. |
Banning is normally a temporary thing, thus we have number of hours to ban them for. If we removed all of their items from the site, then when the ban was over they would have to reload it all again. Not very nice thing to do for someone who gets a short ban. |
Related question that I asked earlier. When a use has registered, but his account has not been approved, the profile url is still completely visible. Is this by design? - Does that strike anyone else as being unusual?
-
Rob
|
Im with you on that Caltrade....
I think if the user is suspended, banned, not approved... basically not an active member then thier profile, posts, pictures, videos, everything should be visible to non-admins.
Happiness is a warm gun. |
Has anyone figured out a way to ban members, deleting all there messages, posts, profile info, etc...?
6.1.6
Taking Dolphin and Making Profitable Websites Since 2009 :) |