Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite

 AfterLogic Forum : AfterLogic WebMail Lite
Subject Topic: Change Logo on Login Screen Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Marlogic
Newbie
Newbie


Joined: 03 November 2018
Online Status: Offline
Posts: 12
Posted: 03 November 2018 at 8:00am | IP Logged Quote Marlogic

I read in another thread that it's best to get pro to change the logo on the login screen, but we can't afford it right now.

We currently have Webmail Lite 8. Is there a way to change the logo?
Back to Top View Marlogic's Profile Search for other posts by Marlogic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 06 November 2018 at 12:57am | IP Logged Quote Igor

You would need to modify modules/StandardLoginFormWebclient/templates/LoginView.html file, it holds the following code:

Code:
<!-- ko if: sCustomLogoUrl === '' --><span class="icon"></span><!-- /ko -->
<!-- ko if: sCustomLogoUrl !== '' --><img data-bind="attr: {'src': sCustomLogoUrl}"/><!-- /ko -->


and you can replace that with something like:

Code:
<img src="/yourlogo.png" width="125px" />


Upon making modifications in templates, be sure to clear data/cache/ directory content to apply changes.

--
Regards,
Igor, Afterlogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Marlogic
Newbie
Newbie


Joined: 03 November 2018
Online Status: Offline
Posts: 12
Posted: 17 November 2018 at 8:25am | IP Logged Quote Marlogic

Image won't load.



Used both the below:
Code:
<img src="C:/wamp/www/static/styles/images/logo2.png" width="125px" />

Code:
<img src="/logo2.png" width="125px" />


I also notice that since I upgraded to Lite 8, my the image in my signature gets deleted upon sending a message.
Back to Top View Marlogic's Profile Search for other posts by Marlogic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 17 November 2018 at 12:23pm | IP Logged Quote Igor

You're trying to supply a filesystem path while it needs to be URL. Try supplying a complete URL, with http/https, domain name and subdirectory name if there's one used, and see if that helps.

--
Regards,
Igor, Afterlogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Marlogic
Newbie
Newbie


Joined: 03 November 2018
Online Status: Offline
Posts: 12
Posted: 17 November 2018 at 2:25pm | IP Logged Quote Marlogic

It works now!
Thanks a lot!

------------------

I notice that since I upgraded to Webmail Lite 8, the image in my signature isn't being displayed as it should upon sending a message. I saw the image before sending it, but it isn't displayed after sending the message.
Back to Top View Marlogic's Profile Search for other posts by Marlogic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 19 November 2018 at 12:33am | IP Logged Quote Igor

How exactly was that image inserted into a signature - by supplying URL, or by selecting an image from filesystem and uploading, or by simply dragging it into editor area?

--
Regards,
Igor, Afterlogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Marlogic
Newbie
Newbie


Joined: 03 November 2018
Online Status: Offline
Posts: 12
Posted: 19 November 2018 at 12:37am | IP Logged Quote Marlogic

The image was inserted by selecting and image from filesystem and uploading it.
Back to Top View Marlogic's Profile Search for other posts by Marlogic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 19 November 2018 at 12:47am | IP Logged Quote Igor

OK, can you tell the size of the image, in KBytes?

--
Regards,
Igor, Afterlogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Marlogic
Newbie
Newbie


Joined: 03 November 2018
Online Status: Offline
Posts: 12
Posted: 19 November 2018 at 1:01am | IP Logged Quote Marlogic

The image is 33 KB
Back to Top View Marlogic's Profile Search for other posts by Marlogic
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 19 November 2018 at 1:38am | IP Logged Quote Igor

One more question: if you send a message with such a signature to yourself, do you see the image in message in your Sent Items, and in Inbox?

--
Regards,
Igor, Afterlogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Marlogic
Newbie
Newbie


Joined: 03 November 2018
Online Status: Offline
Posts: 12
Posted: 19 November 2018 at 2:07am | IP Logged Quote Marlogic

I tested now and it's actually showing. I'll watch it.
Back to Top View Marlogic's Profile Search for other posts by Marlogic
 

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