I think you can change the default in the backend by
editing the language preference at 'Users and
security' > 'Manage preferences'.
For existing users you will certainly need to make an
update to the value-field of the user_preference-table
through an sql request: "UPDATE user_preference SET
value='de-iso-8859-1' WHERE preference_id=5". Check
the correct value of the preference_id in the
preference-table first (in my table it was '5').
Cheers,
Lyric
--- cloi <cris...@gmail.com> schrieb:
__________________________________________________________
Gesendet von Yahoo! Mail.
Mehr Möglichkeiten, in Kontakt zu bleiben. http://de.overview.mail.yahoo.com
> For existing users you will certainly need to make an
> update to the value-field of the user_preference-table
> through an sql request: "UPDATE user_preference SET
> value='de-iso-8859-1' WHERE preference_id=5". Check
> the correct value of the preference_id in the
> preference-table first (in my table it was '5').
Thanks for the instructions Lyric, you guys probably noticed you can
change default theme in the master prefs then synch it to all users?
Would be great to have this functionality for all prefs as it's
frequently needed. Any volunteers? :-)
cheers
--
Demian Turner, maintainer
Seagull PHP Framework, http://seagullproject.org/
We just launched Kindo, give it a go at http://kindo.com/
On Tuesday 29 April 2008 19:00:45 Demian Turner wrote:
> you guys probably noticed you can
> change default theme in the master prefs then synch it to all users?
Yeah :)
> Would be great to have this functionality for all prefs as it's
> frequently needed. Any volunteers? :-)
I can try.
The logic would be same as "delete" button have. So, just new button to the
bottom or to the "Actions: ", once button clicked the checked options will be
updated globally.
is that fine or any ideas? :)
Thanks.
> I can try.
cool, just use code that 'set theme globally' uses
>
> The logic would be same as "delete" button have. So, just new button
> to the
> bottom or to the "Actions: ", once button clicked the checked
> options will be
> updated globally.
>
> is that fine or any ideas? :)
yes, that's best way to do it in interface. pls submit results as a
patch :-)
Done.
Patch has been submitted here:
http://trac.seagullproject.org/ticket/1620
Thanks.