Results 1 to 3 of 3

Thread: Where is chnaged data stored

  1. #1
    ocset is offline Junior Member
    Join Date
    Jan 2010
    Posts
    3

    Default Where is chnaged data stored

    Hi

    This is hopefully a simple question for those well versed in Sugar.

    Q,
    If I change a heading for a dashlet from say 'Sugar News' to "Sugar Stuff', where are the changes stored?

    I have exported the database and can't find it there and have grep'd for the change in the Sugar directory, also no luck. I must be blind

    Does it get encrypted and then stores?

    Thanks for any guidance.
    O

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Where is chnaged data stored

    It gets packed into the user_preferences column in the users table. If you want to mass change anything in that column you need to create a php script that iterates through the users and sets the user preferences using the available functions that Sugar provides. You'll have to do some code digging to figure out the right way to do this. I saw an example long ago by sugardev.net on the forums here that may get you started.

  3. #3
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Where is chnaged data stored

    Uhh, I don't get your point addison.marlin..

    @ocset: The data is not encrypted, but it is encoded (slight difference). Using base64, the personal preferences are stored as serialized variables in the table as eggsurplus stated. If you want to change the name of these dashlets for new users, change their language labels in the Home module.
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Import data where is Account ID stored?
    By ajaysinha in forum Help
    Replies: 2
    Last Post: 2010-01-25, 09:07 PM
  2. Where is dropdown list data stored?
    By KeeblerElfMatt in forum Developer Help
    Replies: 2
    Last Post: 2009-08-19, 09:08 PM
  3. Where is dropdown data stored in r4.2.1
    By pfm.smits in forum Help
    Replies: 0
    Last Post: 2007-01-25, 10:58 AM
  4. User data stored?
    By Tinman4444 in forum Help
    Replies: 4
    Last Post: 2006-05-10, 06:12 PM
  5. Dropdown selection data is stored?
    By damocles in forum General Discussion
    Replies: 2
    Last Post: 2006-03-17, 02:47 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
  •