Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: webmail lite login screen logo Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
netfantastic
Newbie
Newbie
Avatar

Joined: 13 February 2013
Location: United Kingdom
Online Status: Offline
Posts: 21
Posted: 18 April 2013 at 11:03am | IP Logged Quote netfantastic

I have setup webmail lite as a generic webmail for all my clients using www.getmywebmail.co.uk

how do I add my company logo to the login page ?

thanks again

paul
Back to Top View netfantastic's Profile Search for other posts by netfantastic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 18 April 2013 at 3:53pm | IP Logged Quote Igor

The following Knowledge Base article should be helpful on this:

How to change WebMail logo?

The article was written for older version of WebMail but it should still work for the current one.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
netfantastic
Newbie
Newbie
Avatar

Joined: 13 February 2013
Location: United Kingdom
Online Status: Offline
Posts: 21
Posted: 19 April 2013 at 7:25am | IP Logged Quote netfantastic

thanks for the reply

my login page for webmail lite is at www.getmywebmail.co.uk

as you can see there is no logo to change

all as i want to do is maybe add my comapny logo and some text to the login screen

please can you advise

regards

paul
Back to Top View netfantastic's Profile Search for other posts by netfantastic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 19 April 2013 at 11:21am | IP Logged Quote Igor

Actually I was referring to the case when you need to change header/logo throughout the entire WebMail interface, and you can certainly modify the CSS and supply an image even if it's not there by default for the skin you use.

But if all you need is to supply the logo and texts on login page, there's a simpler approach. Check index.php file found in main WebMail directory, around line 385 it holds HTML code for login page. Aside from few small PHP snippets, it's just HTML so modifying it to meet your requirements should be quite straightforward.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
netfantastic
Newbie
Newbie
Avatar

Joined: 13 February 2013
Location: United Kingdom
Online Status: Offline
Posts: 21
Posted: 26 April 2013 at 4:10am | IP Logged Quote netfantastic

Hi igor

thanks for your help yet again
i downloaded the index.php file and went to line 385
its way too complicated for me
basically, just above the login box i want something like the following line
"NetFantastic Ltd - Complete Internet Solutions www.netfantastic.net"

and the www.netfantastic.net to be a link to my homepgae of the same name

where would i put the code and what code

is it easier or harder to put a small webmail login box on my homepage that passes the details somewhere and logs the client straight in ?

thanks again

paul
Back to Top View netfantastic's Profile Search for other posts by netfantastic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 26 April 2013 at 4:21am | IP Logged Quote Igor

Quote:
where would i put the code and what code


Locate the following two lines in the code:

Code:
<div id="content">
<div class="wm_logo" id="logo" ....


and insert this one in between:

Code:
<div style="text-align: center;">NetFantastic Ltd - Complete Internet Solutions <a href="http://www.netfantastic.net">www.netfantastic.net</a></div>


Quote:
is it easier or harder to put a small webmail login box on my homepage that passes the details somewhere and logs the client straight in ?


That would probably be way harder, compared to quite simple HTML modification shown above.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
netfantastic
Newbie
Newbie
Avatar

Joined: 13 February 2013
Location: United Kingdom
Online Status: Offline
Posts: 21
Posted: 02 May 2013 at 6:41am | IP Logged Quote netfantastic

igor

thanks for that, it works wonderful now
www.getmywebmail.co.uk
can I add more text and style and format it too ?
If I ever upgrade the install though, I would loose the custom side ?

thanks again

paul
Back to Top View netfantastic's Profile Search for other posts by netfantastic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 02 May 2013 at 9:52pm | IP Logged Quote Igor

Quote:
can I add more text and style and format it too ?


Sure, I don't see why not, as long as it's only about HTML.

Quote:
If I ever upgrade the install though, I would loose the custom side ?


Yes. Actually, the upcoming version 7 of the product has totally different interface architecture, and the approach I suggested will not work there anyway.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
netfantastic
Newbie
Newbie
Avatar

Joined: 13 February 2013
Location: United Kingdom
Online Status: Offline
Posts: 21
Posted: 03 May 2013 at 4:10am | IP Logged Quote netfantastic

when is version 7 due out as I might wait
will I be able to custom login page for version 7
thanks again
paul
Back to Top View netfantastic's Profile Search for other posts by netfantastic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 03 May 2013 at 7:45pm | IP Logged Quote Igor

We're working hard to make it available this month, actually. Hope we'll make it in time!

The entire WebMail v7 layout is template-based, so if you know HTML you'll be able to do a significant modification of the interface, not limited to adding a line of text.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
vabtroni
Newbie
Newbie
Avatar

Joined: 12 May 2016
Location: Portugal
Online Status: Offline
Posts: 1
Posted: 12 May 2016 at 6:09am | IP Logged Quote vabtroni

Igor wrote:
Actually I was referring to the case when you need to change header/logo throughout the entire WebMail interface, and you can certainly modify the CSS and supply an image even if it's not there by default for the skin you use.

But if all you need is to supply the logo and texts on login page, there's a simpler approach. Check index.php file found in main WebMail directory, around line 385 it holds HTML code for login page. Aside from few small PHP snippets, it's just HTML so modifying it to meet your requirements should be quite straightforward.

--
Regards,
Igor, AfterLogic Support


Greetings everyone!

This is my first post, my name is Vasco, I'm from Portugal, and I have an issue regarding this topic. I'm sorry to bring back an old topic up, but if needed I'll open a new thread for this.

I am using WebMail Lite (PHP), version 7.6.7

I was trying the approach mentioned above in the quote, but it happens that my index.php only has 110 lines of code.

Also I have failed to find the content in the CSS as mentioned in another solution given above for this issue.

I already replaced the logos on the skin templates folders, and nothing changed. I'll post some pictures below about this.





Please, have in mind the fact that I'm a bit noob on programming.

Any help, please?

Best regards,
Vasco.
Back to Top View vabtroni's Profile Search for other posts by vabtroni
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 12 May 2016 at 7:42am | IP Logged Quote Alex

We now explicitly support branding option (including top-left logo) in WebMail Pro version (there is admin setting for that in Branding section).

In WebMail Lite version, branding is not supported. If you need your company's branding, please consider upgrading to commercial version.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide