This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Contributions / Tips&Tricks / Features Requests / how to get locale variable in perl
« on: June 20, 2017, 02:05:55 pm »
Hi there,
I'm working on a modification of the samba module, because in my country (Hungary) we use our name switched format like English name (Surname Fristname).
When I create a new user in a dashboard, the system create displayName in a wrong format. I made some modification about "add new user" process and everything is working like a charm, but 1 thing what I can't figure it out is how can I get locale settings in perl?
So what I want is I'd like to get a variable with the already configured dashboard locale setting to compare is the language is Hungarian, and if it is, than make a correct change on the entered names, and create a new user....
Thanks,
G.
I'm working on a modification of the samba module, because in my country (Hungary) we use our name switched format like English name (Surname Fristname).
When I create a new user in a dashboard, the system create displayName in a wrong format. I made some modification about "add new user" process and everything is working like a charm, but 1 thing what I can't figure it out is how can I get locale settings in perl?
So what I want is I'd like to get a variable with the already configured dashboard locale setting to compare is the language is Hungarian, and if it is, than make a correct change on the entered names, and create a new user....
Thanks,
G.
2
Installation and Upgrades / How to extend Webmail (Roundcube) plugins?
« on: December 17, 2010, 03:21:08 pm »
Hi all,
Somebody know how to extend the plugins in webmail module (roundcube)?
I already downloaded some plugins for expl.: message_highlight, and placed into /var/lib/roundcube/plugins folder. Then I changed the config file in /usr/share/ebox/stubs/webmail/main.inc.php.mas in an apropiate line like this: $rcmail_config['plugins'] = array(<% $pluginStr %>; "message_highlight" );
But when I restarted the webmail module in Dashboard, than the browser comes with empty white page when I refressed the window.
I use the last stable release of the zentyal system (core 2.0.9, and webmail 2.0).
Please help, how to manage this problem.
Thanks a lot...
Best regards,
Sepi
Somebody know how to extend the plugins in webmail module (roundcube)?
I already downloaded some plugins for expl.: message_highlight, and placed into /var/lib/roundcube/plugins folder. Then I changed the config file in /usr/share/ebox/stubs/webmail/main.inc.php.mas in an apropiate line like this: $rcmail_config['plugins'] = array(<% $pluginStr %>; "message_highlight" );
But when I restarted the webmail module in Dashboard, than the browser comes with empty white page when I refressed the window.
I use the last stable release of the zentyal system (core 2.0.9, and webmail 2.0).
Please help, how to manage this problem.
Thanks a lot...
Best regards,
Sepi
Pages: [1]