Author |
|
Jintranet Newbie
Joined: 19 January 2020 Location: Canada
Online Status: Offline Posts: 5
|
Posted: 25 January 2020 at 3:00pm | IP Logged
|
|
|
Can anyone tell me which file the "powered by" footer on the login page is located to edit it? Been looking literally for hours.
|
Back to Top |
|
|
Jintranet Newbie
Joined: 19 January 2020 Location: Canada
Online Status: Offline Posts: 5
|
Posted: 26 January 2020 at 11:36am | IP Logged
|
|
|
Also, i need to know which file to edit to change the font on the login page for the hyperlink that you can click on to change the language selection. I updated the background custom and the link is too dark to be seen. please :)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 January 2020 at 12:30am | IP Logged
|
|
|
Quote:
Can anyone tell me which file the "powered by" footer on the login page is located to edit it? Been looking literally for hours. |
|
|
Depending on whether you use standard or mail login form (see this documentation page for details), that would be StandardLoginFormWebclient.config.json or MailLoginFormWebclient.config.json configuration file under data/settings/modules directory, the HTML code is defined in BottomInfoHtmlText setting there.
Quote:
which file to edit to change the font on the login page for the hyperlink that you can click on to change the language selection |
|
|
The file would be styles.css in the skin you use. For Default, that's static/styles/themes/Default/styles.css. And if you mean the arrow next to the flag in top-right corner, that would be:
Code:
.LoginLayout .languages .custom_selector .control .icon:before {
font-size: 18px;
} |
|
|
Hope this helps.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Jintranet Newbie
Joined: 19 January 2020 Location: Canada
Online Status: Offline Posts: 5
|
Posted: 27 January 2020 at 9:26am | IP Logged
|
|
|
Hi Igor, both of these files contain the following and appear to be blank and do not have the "powered by etc etc"
"BottomInfoHtmlText": [
"",
"string"
is the idea that i put something inside of the blank "" section and it automatically replaces the default text?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 January 2020 at 12:30am | IP Logged
|
|
|
Please make sure you're actually checking the configuration files under data/ directory. In there, BottomInfoHtmlText should be non-empty - I'd suspect you're checking the configuration in the module itself, not under data dir.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Jintranet Newbie
Joined: 19 January 2020 Location: Canada
Online Status: Offline Posts: 5
|
Posted: 28 January 2020 at 12:01pm | IP Logged
|
|
|
Exactly what I needed, thank you :)
So far, it looks pretty good. My only complaint is that when i compose a new email and hit "send" it hangs on average for 8 to 12 seconds while sending, rather than closing and working in the background.
Any way around that or to speed it up whatever it is doing?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 January 2020 at 12:12am | IP Logged
|
|
|
To check what exactly is causing the delay, you need to enable logging in admin area, set log Verbosity to Debug, reproduce the problem and check the logs. Most likely, the delay would be caused by slow response from the SMTP server used, and if that's the case, little can be done on WebMail side in this regard.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|