[Mailzu-users] Disabling "Email Administrator" function
Brought to you by:
trilexcom
|
From: Paolo C. a. <pcr...@as...> - 2005-10-06 08:58:22
|
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!)
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.
If MailZu developers think this extra check is useful, I hope they'll
include it in the next release.
Paolo
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
|