Removing the suspend option from member dashboard

Hello everyone,

I know this is a question that has been raised in the past, but reading through past posts, there doesn't seem to be an answer to my particular need.

On the members dashboard page, about 6 items down on the left is "Profiles Status" at the moment, this reads as such.

Profile Status: Active (Explanation,Suspend)

This gives members the ability to leave the site by giving an explanation, or to suspend their account.

What I'm Looking for is:

I need the word "Explanation" changed to "Cancel Membership", because I'm not sure most members would find it user friendly when trying to leave the site.

Also: I want to remove the suspend option totally. This is a way for members to self suspend their account, but they have no control over the reactivation process. The only one I want able to suspend an account is the admin using the admin dashboard.

Please let me know if you can help with this issue. If it involves code changes I may need help.

Thanks for your help in advance,

Mel - Ohhellmel

Quote · 7 Jun 2013

Edit or delete the contents of language key -> _ATT_ACTIVE

http://ModMyCMS.com --> Dolphin Hacks &Mods
Quote · 7 Jun 2013

This is simple solution for you.

open the page

  • unregister.php

and change page to this. (changing mysite.com of course)

<?php
/** * Copyright (c) BoonEx Pty Limited - http://www.boonex.com/ * CC-BY License - http://creativecommons.org/licenses/by/3.0/ */
require_once( 'inc/header.inc.php' );require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
header( 'Location: http://mysite.com/contact.php' ) ;
?>

save and close, that is a redirect to the contact us page, therefore allowing the to request to be removed.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013
 
 
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.