XF 1.5 Changing title bar

Bionic Rooster

Well-known member
How would I go about changing the title in the title bar? I've changed it in Basic Board Information but that hasn't changed anything
Screenshot_1.webp
 
Not in this case I don't think, there is nothing I can find in phrases that has to do with the board title. If I change the board title it should change in forum page but it doesn't, it stays the same in the div class titlebar
 
Changing it using the Basic Board Information options is the correct way and should have changed it.

Have you tried looking at the forum on the default style?
 
If updating the Board Title doesn't change it then that would suggest one of three things: an outdated template, an edited template, or a template modification which is overriding it.

The very first line in the forum_list template shows where it is pulled from:
Code:
<xen:h1>{$xenOptions.boardTitle}</xen:h1>
 
Top Bottom