I am using phpbb subsilver 2 (standard template in fresh installation) On “Forum settings” you can specify a domain name which is in title and Header. I don’t want it in my header. How can I get rid of it? I’ve tried changing some templates, but I can’t find which one.
I am using phpbb subsilver 2 (standard template in fresh installation) On Forum settings
Share
In
styles/subsilver2/template/overall_header.htmlon line 8, remove this:And this:
To get it out of the
<title>tag. To get it out of the site header, on line 147 of the same file, remove this:Don’t forget to purge the template cache after you make these changes to ensure the templates are reloaded.