How to change Seafile Tool-Tip

Hello Community,

does anybody know how to change the tool-tip when move the curser on the custom logo on the top left where I placed a custom url? There was nothing in the documentation about this… I dont want it to remain as “Seafile”

Look at SITE_NAME and SITE_TITLE

https://manual.seafile.com/config/seahub_settings_py.html#other-options

No that doesnt change the tool-tip. It changes the tab name but not the tooltip…

Yes.

SITE_TITLE do that. Did you restart seahub after changing that?

Yeah configured SITE_TITLE = ‘Whatever’ in seahub_settings.py and restarted the server.
It didnt change the tooltip at all.

Just tried that for you and it works. What version of seafile are you using?

Man thats annoying haha…Im running Seafile Version 6.0.7 on a Windows Server 2016 Standard.

As found in source code in v6.0.7 is static text. Update your server and it will show SITE_TITLE

Custom tool-tip since v6.0.9

1 Like

unfortunately I think 6.0.7 is the last windows release :frowning:

Yes it is… :frowning:

So I found that HTML File too after a long, long search through my windows explorer and edited it.
And it worked! Thank you so much.

For anyone else hosting Seafile 6.0.7 on Windows Server.

You can change the tool-tip by changing the base.html from C:…\seafile-server-6.0.7\seahub\seahub\templates.
Just search for “Seafile”, change the title and restart the server.

1 Like

Ouch, didn’t know that …

@Simon_Sagstetter you have to wait for next release, I think it wil work.
Or you can edit template by your self.

YOU DOING THIS ON YOUR RESPONSIBLE !!!

Find file seahub/templates/base.html and there edit attribute title in img tag on line 41.

EDIT: I’m too slow :unamused:

2 Likes

lol, your slowness is symbol of accuracy :slight_smile:

1 Like

Its okay, thanks for the advice!

Thread can be closed.

Mark your reply as solution. There’s no topic closing

1 Like