Forums & Blog

A SmarterTools-sponsored community.
Welcome to Forums & Blog Sign in | Join | Help
in Search

How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

Last post 07-16-2008 7:25 AM by RomUk. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 02-06-2008 9:23 AM

    How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

    Sorry if that is FAQ, but I'm interested in changing the title on the top of all the skins once you are logged in to just say "SmarterMail".  How can this be done?

    I thought it was in en.xml but it appears not.

    Thanks 

    Filed under:
  • 02-06-2008 10:05 AM In reply to

    Re: How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

    That string is actually formed from several different keys (depending on product type), and then the version is added on. So you won't be able to change it through en.xml.


    You can do it by editing the skins. In UserPage.master and AdminPage.Master, find this tag: <SMWC:SmarterMailVersion ID="SMV" runat="server" /> and change it to <SMWC:SmarterMailVersion ID="SMV" runat="server" visible="false" />. Then simply type SmarterMail after it.

     

     

    James Lance
    SmarterTools
  • 02-06-2008 10:50 AM In reply to

    Re: How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

     Perfect thanks! 

  • 03-22-2008 7:41 PM In reply to

    • MIinc
    • Top 100 Contributor
    • Joined on 11-13-2007
    • Posts 86

    Re: How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

    ST-JLance:

    That string is actually formed from several different keys (depending on product type), and then the version is added on. So you won't be able to change it through en.xml.


    You can do it by editing the skins. In UserPage.master and AdminPage.Master, find this tag: <SMWC:SmarterMailVersion ID="SMV" runat="server" /> and change it to <SMWC:SmarterMailVersion ID="SMV" runat="server" visible="false" />. Then simply type SmarterMail after it.

     

     

     
    How would I alter this to display the current domain name the user is logged into. I would think you would use something simlar to what was explained in the display custom logo thread. Could you give me the string to insert into each of my skins, please. Thanks.
     
    I would also like to change this on the login page as well, so that it lists "Please Login to "Example.com" WebMail"....
     
    Could you please give me the edit to this as well, I searched for it, however it just kept leading me to the insert logo thread, I dont want logo's, I just want to diplay domain name in text format. Would be nice if this would change for the top of the browser where is " Smartermail Login - SmarterMail - Avant Browser" as well, im sure this is another edit as well.
     
    If someone could let me know these changes I want to make, or direct me to the thread's I would greatly appreciate it, I will also be adding these edits to the skins I have for downloads in the skin section of these forum.
     
    Thanks Steve.
     
     
  • 03-24-2008 9:32 AM In reply to

    Re: How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

    You can get the current domain name by using <SMWC:DomainTitle ID="DomainTitle" runat="server" />

    You can use it on the login page, too.

    James Lance
    SmarterTools
  • 03-26-2008 4:53 AM In reply to

    • MIinc
    • Top 100 Contributor
    • Joined on 11-13-2007
    • Posts 86

    Re: How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

    Thank You Much, worked fine, though I had just change the text in the en.xml for the login page as I could not figure out exactaly how to put the string above into the login page. So for now I edited the en.xml to just say Please Login to WebMail..  Though I have requests from clients to have it say along the lines of "Please Login to "Example Domain".. Where exaple domain is the current domain.

    What exactly should I replace in the login.master file to make this work? As it is not the same as the use and admin .master files.

    Thanks once again for the help.

  • 03-27-2008 10:13 AM In reply to

    Re: How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

    To put it in the login page, open the LoginPage.Master file and place it after

    <STWC:GlobalizedLabel ResourceIDPage="PleaseLogIn" ID="Glbl6" runat="server" />

    James Lance
    SmarterTools
  • 07-16-2008 7:25 AM In reply to

    • RomUk
    • Top 500 Contributor
    • Joined on 06-17-2008
    • Posts 23

    Re: How to change "SmarterMail Enterprise 4.3" title at the top of webmail?

    Hi,

    Ive got smartermail 5 setup with sevearl domains. Ive edited my login.master in myskin directory file as below yet it still says on the web Portal "log into SmarterMail"

    How can i get it to say "Log into Exampledomain"


    <td class="LoginHeader">
                                                <div class="LoginHeaderText">                                             
                            <STWC:GlobalizedLabel ResourceIDPage="PleaseLogIn" ID="Glbl6" runat="server" />
                            <SMWC:DomainTitle ID="DomainTitle" runat="server" />
                                                </div>

    Thanks

Page 1 of 1 (8 items)