And your question about what the pref string means, s:8 is the size of the variable name, timezone has 8 characters, so string size is 8, "timezone" is the variable, d stores the value, for timezone it is set to GMT +1...
 
VariableStringSize:  8  Variable: "Timezone" datavalue "1"
Size:  8  Variable "Pagesize" integervalue "40" (40 messages displayed per page)
Size: 11 Variable "prefer_html" binaryvalue "1" (prefer_html set to true)
Size: 10 Variable "prettydate" binaryvalue "1" (use pretty dates set to true)
 
All of these variable can be set to default values in the main.inc.php file, at the bottom, and can be changed by the user in the Preference dialogue.

Roundcube Forum now open
www.roundcubefourm.net
 
--
 
Dan Schaper
On 3/22/06, Ralf Rottmann <[EMAIL PROTECTED]> wrote:
Well, in the user table the language IS set to de_DE and in the prefs field
I find

a:4:{s:8:"timezone";d:1;s:8:"pagesize";i:40;s:11:"prefer_html";b:1;s:10:"pre
ttydate";b:1;}

So it seems as if it is not DB access/storage causing the problem.

Any other idea and does anybody know what the prefs string exactly means?

Regards
R.


-----Original Message-----
From: Martin Marques [mailto:martin@bugs.unl.edu.ar]
Sent: Mittwoch, 22. März 2006 13:35
To: Ralf Rottmann
Cc: users@lists.roundcube.net
Subject: Re: RoundCube does not save Personal Settings


On Wed, 22 Mar 2006 09:14:24 +0100, "Ralf Rottmann" <[EMAIL PROTECTED]>
wrote:
> RoundCube is fantastic. However, when users set personal settings
> (language, default identity, etc.) it does not save them. The next
> time they login it all is back to default. Any hint? Where does
> RoundCube store the prefs?

In the table users, field preferences of your database.

See if there isn't any DB error while trying to change preferences.

--
---------------------------------------------------------
Lic. Martín Marqués         |   SELECT 'mmarques' ||
Centro de Telemática        |       '@' || ' unl.edu.ar';
Universidad Nacional        |   DBA, Programador,
   del Litoral             |   Administrador
---------------------------------------------------------








--
Dan Schaper

Reply via email to