Suspend account - not working?

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.
Quote · 23 Mar 2009

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
Quote · 24 Mar 2009

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.
Quote · 30 Mar 2009

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.

Quote · 30 Mar 2009

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

Quote · 31 Mar 2009

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.
Quote · 9 Apr 2009

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 :)
Quote · 6 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.