Conversation
Add option for custom HTML logo/title in the main Web UI view. Can potentially be different per user. #fix https://github.com/FreshRSS/FreshRSS/pull/3830/files#r850472247
|
@marienfressinaud Could that work for your own needs as well? |
|
Is it a "hidden" feature that cannot configured via the config menu? |
For now yes, but could be exposed in the HTML UI if there is a demand |
|
I am not a big fan that it is tied to the user's settings and not to the system's settings. I would say, that in very rare cases the user has the access to the config files, mostly the user is admin. |
|
@math-GH My thought was to define it in |
Yes, it should. Could you add "FreshRSS" to the
I agree: if I want to change the logo, I don't want to change it for each user one by one. |
With new `./data/config.custom.php` to provide custom values before install
|
Ok, new approach with |
|
(comment deleted. It did it wrong. Forgot to pull. Sorry. My fault) |
|
It works fine for me (did not test it with a fresh new instance). 2 side notes:
|
|
Regarding styling, the CSS extension can be used to style a class, or the logo_html can point to a CSS file: 'logo_html' => '<link rel="stylesheet" href="../themes/xCustom/logo.css" /><img class="logo" src="https://example.net/logo.png" alt="Logo" />', |
|
@math-GH Some documentation added |
Add option for custom HTML logo/title in the main Web UI view.
Can potentially be different per user.
#fix https://github.com/FreshRSS/FreshRSS/pull/3830/files#r850472247