Page 1 of 1

Re: Tab titles/names

Posted: Mon Sep 12, 2016 3:55 pm
by Aspect of Sorrow
Removing

Code: Select all

<h1>{SITENAME}</h1><p>{SITE_DESCRIPTION}</p>
from

Code: Select all

overall_header.html
and updating the style cache will remove the forum title and description from the tabs, leaving the thread title..

Re: Tab titles/names

Posted: Mon Sep 12, 2016 3:56 pm
by Maecius
You're almost as bad as I am, Chambs. :?

Re: Tab titles/names

Posted: Mon Sep 12, 2016 4:08 pm
by Aspect of Sorrow
Greasemonkey browser addon code.

Code: Select all

if (document.title.indexOf("Baldur") != -1 ) document.title = document.title.substr(80);

Re: Tab titles/names

Posted: Fri Nov 25, 2016 8:30 am
by Zanniej
Fixed it forum wide.
Sorry for not responding sooner. Missed this post.