Results 1 to 3 of 3

Thread: Status of users blank

  1. #1
    portplus is offline Junior Member
    Join Date
    Aug 2006
    Posts
    1

    Default Status of users blank

    We are having an issue where new users we are adding are showing up with a blank status and we are not able to change it. wany suggestions ?


    Version 4.5.0f (Build 1202)

    thanks

    JEremy

  2. #2
    paikmoses's Avatar
    paikmoses is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    541

    Default Re: Status of users blank

    Quote Originally Posted by portplus
    We are having an issue where new users we are adding are showing up with a blank status and we are not able to change it. wany suggestions ?


    Version 4.5.0f (Build 1202)

    thanks

    JEremy
    JEremy,

    Did you tried to edit the user information from the Admin panel? You can change the status from Admin>User Management>User to be edited>Edit

    Try it once.

    HTH.

    Regards,

  3. #3
    ogharib is offline Junior Member
    Join Date
    Dec 2006
    Posts
    3

    Default Re: Status of users blank

    Actually, I had a problem when I create a new user. The status for the newly-created user is not saved.

    To fix this problem, I modified 'modules/Users/Save.php' as follows:
    - Search for the line: $focus->save();
    - Add the following new line before the above line : $focus->status = $_POST['status'];

    This stores the 'status' in the database, and your problem would be solved.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. AJAX not working on Sugar v4.0.1!
    By gosugar in forum Help
    Replies: 11
    Last Post: 2006-07-31, 06:02 PM
  2. Blank pages when dealing with users
    By apenon in forum Help
    Replies: 0
    Last Post: 2006-06-03, 10:47 PM
  3. Replies: 25
    Last Post: 2006-03-08, 12:21 AM
  4. Replies: 0
    Last Post: 2005-09-24, 10:27 PM

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
  •