You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the admin settings you can upload on the page "theming" a own logo. This logo is shown on the login page of NextCloud 11.
This uploaded logo should be used, when the system is mailing a share notification to a user by email.
The share email can be customized in admin setting -> mail templates -> template "Sharing email - public link shares (HTML)" <td colspan="2" bgcolor="<?php p($theme->getMailHeaderColor());?>"> <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.png'))); ?>" alt="<?php p($theme->getName()); ?>"/> </td>
I think the image path sould be something else...
Can someone fix this, that the default template for "Sharing email - public link shares (HTML)" uses the logo from the admin settings --> theming --> logo?
Greetings
Eugen
The text was updated successfully, but these errors were encountered:
With the new theming this works now automatically - see nextcloud/server#8350 (comment) if you want to theme with 12+ because this app is not supported there anymore.
Hi there,
in the admin settings you can upload on the page "theming" a own logo. This logo is shown on the login page of NextCloud 11.
This uploaded logo should be used, when the system is mailing a share notification to a user by email.
The share email can be customized in admin setting -> mail templates -> template "Sharing email - public link shares (HTML)"
<td colspan="2" bgcolor="<?php p($theme->getMailHeaderColor());?>"> <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.png'))); ?>" alt="<?php p($theme->getName()); ?>"/> </td>
I think the image path sould be something else...
Can someone fix this, that the default template for "Sharing email - public link shares (HTML)" uses the logo from the admin settings --> theming --> logo?
Greetings
Eugen
The text was updated successfully, but these errors were encountered: