Author |
|
Marlogic Newbie
Joined: 03 November 2018
Online Status: Offline Posts: 12
|
Posted: 03 November 2018 at 8:00am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 November 2018 at 12:57am | IP Logged
|
|
|
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 |
|
|
Marlogic Newbie
Joined: 03 November 2018
Online Status: Offline Posts: 12
|
Posted: 17 November 2018 at 8:25am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 November 2018 at 12:23pm | IP Logged
|
|
|
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 |
|
|
Marlogic Newbie
Joined: 03 November 2018
Online Status: Offline Posts: 12
|
Posted: 17 November 2018 at 2:25pm | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 November 2018 at 12:33am | IP Logged
|
|
|
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 |
|
|
Marlogic Newbie
Joined: 03 November 2018
Online Status: Offline Posts: 12
|
Posted: 19 November 2018 at 12:37am | IP Logged
|
|
|
The image was inserted by selecting and image from filesystem and uploading it.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 November 2018 at 12:47am | IP Logged
|
|
|
OK, can you tell the size of the image, in KBytes?
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Marlogic Newbie
Joined: 03 November 2018
Online Status: Offline Posts: 12
|
Posted: 19 November 2018 at 1:01am | IP Logged
|
|
|
The image is 33 KB
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 November 2018 at 1:38am | IP Logged
|
|
|
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 |
|
|
Marlogic Newbie
Joined: 03 November 2018
Online Status: Offline Posts: 12
|
Posted: 19 November 2018 at 2:07am | IP Logged
|
|
|
I tested now and it's actually showing. I'll watch it.
|
Back to Top |
|
|