This has been requested before https://github.com/NodeBB/NodeBB/issues/6021
So far it's not implemented, so you would need a plugin.
Can i change the logo "nodeBB" and it's link ? I want to redirect to my app when user click to the logo. I found this piece of code but I do not understand the syntax:
<a href="<!-- IF brand:logo:url -->{brand:logo:url}<!-- ELSE -->{relative_path}/<!-- ENDIF brand:logo:url -->"> <img alt="{brand:logo:alt}" class="{brand:logo:display} forum-logo" src="{brand:logo}" /> </a>
I am sorry, I mean the site's title. Can the site's title be linked to another url ?