Results 1 to 2 of 2

Thread: remove suspend account

  1. #1
    stevie's Avatar
    Join Date
    May 2005
    Posts
    253

    Default remove suspend account

    remove suspend how do i do this i dont like it that members join send a few messages dont get a reply then suspended there account

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Maybe this in profile_edit.php will do it... not sure - but a quick look took me here....

    Code:
    <?
        if ( $MEMBER )
        switch ( $p_arr[Status] )
        {
            case 'Active':echo ' <a href="change_status.php">'._t("_Suspend account").'</a><br>';break;
            case 'Suspended':echo ' <a href="change_status.php">'._t("_Activate account").'</a><br>';break;
        }
    ?>
        </td></tr>
    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ** How to remove photo from Account page (member.php)
    By hiddenswingers in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 05-06-2009, 06:56 PM
  2. How to remove the "Suspend Account" Link
    By Troy in forum Dolphin General Discussion v6.00 and above
    Replies: 7
    Last Post: 01-06-2008, 08:51 AM
  3. Replies: 2
    Last Post: 04-29-2007, 11:27 AM
  4. Replies: 2
    Last Post: 04-27-2007, 06:30 AM
  5. Automatically suspend old profiles ?
    By Kleetus in forum General Issues, Comments, Questions
    Replies: 4
    Last Post: 04-17-2007, 05:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •