Printable Version | Subscribe | Add to Favourites
New Topic New Reply
Author: Subject: Thread Titles and Page Titles?
dhutch

posted on 2/1/09 at 12:35 PM Reply With Quote
Thread Titles and Page Titles?

There are rumours in the air of a new forum/website so this may be about to be cured anyway.

However major improvment i would enjoy would be if the thread title appears as the web page title.

In otherwords, the bar at the top said "Any MIG welder recommendations - LocostBuilders" etc. rather than just saying LocostBuilders as it does for all pages currently.

That way if using tabed browsing you would be able to toggle to the right thread, ditto pulling a thread out of the 'recently viewed' or 'recently close' list.

Im very tabbed, and also make use of pay-per-bandwidth mobile contection from time to time.



Daniel

View User's Profile E-Mail User View All Posts By User U2U Member
scootz

posted on 2/1/09 at 01:03 PM Reply With Quote
?
View User's Profile View All Posts By User U2U Member
tomgregory2000

posted on 2/1/09 at 01:26 PM Reply With Quote
good idea
View User's Profile View All Posts By User U2U Member
dhutch

posted on 2/1/09 at 02:00 PM Reply With Quote
quote:
Originally posted by scootz
?


Well, put another way, this is a screen dump of what my page history looks like after a session on Locostbuilders.


And here's the same screen shot after a go on Canalworld.


You get the same affect when you have 30 open tabs for one or the other.



Daniel

View User's Profile E-Mail User View All Posts By User U2U Member
matt_claydon

posted on 2/1/09 at 02:01 PM Reply With Quote
Yep, was going to suggest this myself a while ago. Means when you bookmark a page the bookmark will get a more useful name than just "LocostBuilders" as well.
View User's Profile Visit User's Homepage View All Posts By User U2U Member
BenTyreman

posted on 2/1/09 at 02:56 PM Reply With Quote
Quick Greasemonkey script:

code:
// ==UserScript==
// @name LocostBuilders Title Change
// @namespace http://www.locostbuilders.co.uk/
// @description Adds the nav title to the LocostBuilders title
// @include http://www.locostbuilders.co.uk/*
// ==/UserScript==

var navbar = document.getElementsByClassName('nav')[0];
var navbartext = navbar.innerHTML;
if (navbartext.length == 32) {
var title = 'Home';
} else {
var title = navbartext.substring(navbartext.lastIndexOf('»')+2);
}
document.title = title + ' - LocostBuilders';

View User's Profile E-Mail User View All Posts By User U2U Member
scootz

posted on 2/1/09 at 05:22 PM Reply With Quote
Ah... gotcha!
View User's Profile View All Posts By User U2U Member

New Topic New Reply


go to top






Website design and SEO by Studio Montage

All content © 2001-16 LocostBuilders. Reproduction prohibited
Opinions expressed in public posts are those of the author and do not necessarily represent
the views of other users or any member of the LocostBuilders team.
Running XMB 1.8 Partagium [© 2002 XMB Group] on Apache under CentOS Linux
Founded, built and operated by ChrisW.