Author |
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 10 January 2020 at 2:17am | IP Logged
|
|
|
hi,
When acivating branding, the LOG apperas not clear
I just configured from webadmin interface and verified config from settings/modules/BrandingWebclient.config.json :
{
"Disabled": [
false,
"bool"
],
"LoginLogo": [
"/var/www/html/data/logo.png",
"string"
],
"TabsbarLogo": [
"",
"string"
]
}
Any help
Thank you.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 10 January 2020 at 2:44am | IP Logged
|
|
|
Quote:
the LOG apperas not clear |
|
|
We're not sure what you mean. Can you please clarify that? Thanks.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 10 January 2020 at 2:57am | IP Logged
|
|
|
The question is about the way the logo is displayed, it is not visible. unfortunately, I am not able to add a screen shot
Is there another location for editing branding parameter?
In other configuration of afterlogic Pro 8.3.5 I I modified something in :settings/modules/StandardRegisterFormWebclient.config.json ; sth that it does not exist any more.
Thank you.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 10 January 2020 at 3:08am | IP Logged
|
|
|
Quote:
The question is about the way the logo is displayed, it is not visible. |
|
|
Are you speaking of login page or main email interface, or both of those? Do you get logo displayed on either of the screens?
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 10 January 2020 at 3:12am | IP Logged
|
|
|
Code:
"/var/www/html/data/logo.png", |
|
|
Actually, I think that's why the image won't show - it needs to be URL, not the filesystem path.
And since data directory isn't usually accessible over the web, you'll probably need to place the image elsewhere.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
wbenkhoud Groupie
Joined: 16 July 2019 Location: Tunisia
Online Status: Offline Posts: 50
|
Posted: 11 January 2020 at 12:29am | IP Logged
|
|
|
Ok, with URL it works!
Thank you.
|
Back to Top |
|
|