Re: [SM-USERS] Protecting display settings in Squirrelmail

2009-01-05 Thread Xn Nooby
I was able to suppress the options using the method you showed me. It took me a while to find out which file to edit, I copied the config-sample.php to config.php and edited that. I replaced an exdisting line with this one, and it seems to work: $fp_removed_optpage_urls=array('options_order.php',

Re: [SM-USERS] Protecting display settings in Squirrelmail

2009-01-01 Thread Paul Lesniewski
I am trying to figure out how to prevent Squirrelmail users from changing their Display Preferences. If that is not possible, I would like to change them back to default settings. I have experimented with the forced_prefs plugin, but have not been able to understand h

Re: [SM-USERS] Protecting display settings in Squirrelmail

2009-01-01 Thread Tomas Kuliavas
Xn Nooby wrote: > > On Thu, Jan 1, 2009 at 1:35 AM, Tomas Kuliavas > wrote: >> >> >> Xn Nooby wrote: >>> >>> I am trying to figure out how to prevent Squirrelmail users from >>> changing their Display Preferences. If that is not possible, I would >>> like to change them back to default setting

Re: [SM-USERS] Protecting display settings in Squirrelmail

2009-01-01 Thread Xn Nooby
On Thu, Jan 1, 2009 at 1:35 AM, Tomas Kuliavas wrote: > > > Xn Nooby wrote: >> >> I am trying to figure out how to prevent Squirrelmail users from >> changing their Display Preferences. If that is not possible, I would >> like to change them back to default settings. >> >> I have experimented wit

Re: [SM-USERS] Protecting display settings in Squirrelmail

2008-12-31 Thread Tomas Kuliavas
Xn Nooby wrote: > > I am trying to figure out how to prevent Squirrelmail users from > changing their Display Preferences. If that is not possible, I would > like to change them back to default settings. > > I have experimented with the forced_prefs plugin, but have not been > able to understa

[SM-USERS] Protecting display settings in Squirrelmail

2008-12-31 Thread Xn Nooby
I am trying to figure out how to prevent Squirrelmail users from changing their Display Preferences. If that is not possible, I would like to change them back to default settings. I have experimented with the forced_prefs plugin, but have not been able to understand how it is supposed to works.