Re: [Mailzu-users] Disabling "Email Administrator" function
Brought to you by:
trilexcom
|
From: Brian W. <bw...@gm...> - 2005-10-06 14:06:08
|
On 10/6/05, Paolo Cravero as2594 <pcr...@as...> wrote:
> I see two reasons why someone would want to disable the "Email
> Administrator" link in MailZu:
>
> - the field has been left blank in config.php
> - you don't want to give users to email admins (imagine a 50k userbase
> and just 2 admins!)
>
Ok. Is there a common question that your users ask? Maybe I can add it
to the Help.
> So I did this simple modification to "templates/common.template.php" at
> line 93 of 0.6RC3:
>
> if ((! Auth::isMailAdmin()) && ( $conf['app']['adminEmail'] )) {
>
> Basically I added a AND condition to the part that displays the "Email
> Administrator" link on the left.
Ill make the change and add the comment "If you do not want the 'Email
Administrator' function, you can leave it blank." in the configuration
file.
>
> If MailZu developers think this extra check is useful, I hope they'll
> include it in the next release.
>
In subversion now.
> PS: personal opinion about new features. I think MailZu should be
> released as it is right now 0.6RC3 with bugs fixed (see my past email
> about message display in localized version). Then other features should
> be tackled for future releases. I think getting out of "RC" state
> improves project's image. JM2c
>
I think this will be the last RC. Thanks for your helpful comments.
|