I am trying to change (restrict) the options on the main menu page in the
standard Imail templates. I have seen many references on the list to how to
do this and also have the knowledgebase article. After following the
knowldedgebase article all the options disappeared! Lastly, It is my
understanding that doing this will remove all the administrator options from
the web page, is this true? If so will list managers still be able to
access their lists?
I am a complete newbie to HTML so maybe someone out there can help with this
problem. Here is what I did.
1. Opened menu.html with notepad and removed the menuoptions tag.
2. copied in the tags from the knowledgebase article (There is a </td> tag
after the menuoptions tag. Should this be deleted? Should it follow each
new line?)
3. saved menu.html
4. stopped and restarted web services (does this need to be done? I
wouldn't think so, but figured it best to cover my bases.)
5. Logged into imail via the web browser.
6. No options!
Here is what I assume is the critical piece of the page:
<tr>
<td valign="top" align="center"><a href="#top"><img src="topbtn.gif"
border="0" alt="Top" width="73" height="23"></a></td>
<td>
<table>
<tr>
<td><a name="menu"><h2 align="center">Options</h2></a>
<a
href="/<!--IMAIL.UserKey-->/chgfwd.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.Use
rID-->&mbx=<!--IMAIL.CurrentMailBox-->">
<a
href="/<!--IMAIL.UserKey-->/chgldap.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.Us
erID-->&mbx=<!--IMAIL.CurrentMailBox-->">
<a
href="/<!--IMAIL.UserKey-->/chgvac.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.Use
rID-->&mbx=<!--IMAIL.CurrentMailBox-->">
<a
href="/<!--IMAIL.UserKey-->/chgrules.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.U
serID-->&mbx=<!--IMAIL.CurrentMailBox-->">
<a
href="/<!--IMAIL.UserKey-->/autoresplink.<!--IMAIL.Number-->.cgi?uid=<!--IMA
IL.UserID-->&mbx=<!--IMAIL.CurrentMailBox-->">
<a
href="/<!--IMAIL.UserKey-->/userpref.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.U
serID-->&mbx=<!--IMAIL.CurrentMailBox-->">
<a
href="/<!--IMAIL.UserKey-->/delvac.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.Use
rID-->&mbx=<!--IMAIL.CurrentMailBox-->">
<a
href="/<!--IMAIL.UserKey-->/viewvac.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.Us
erID-->&mbx=<!--IMAIL.CurrentMailBox-->">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.