Is it possible to change the title of the homepage?
Unsolved
NodeBB Development
-
Is it possible to configure the title and change from
Home
to other text such asBest Forum
for the homepage?eg. to get the result
Best Forum | NodeBB
.p.s: I understand that the Title Layout can be changed and I think the layout is perfect. It is just the title of the homepage that I wish to change.
-
I have just found that its possible by changing the language file, eg. global.json, pages.json. Other than language files, can it be configured using the admin gui?
-
You could try this in the custom JS:
if (ajaxify.data.url === '/') { document.title = 'Welcome | NodeBB'; }
Copyright © 2024 NodeBB | Contributors