Quote:
Today at 05:15 PM Xenon said this in Post #4
you have to edit every template which has the <title> tag in it
but as said it's standart in vb, at least in all i saw.
as you can see on our board, it clearly says
vBulletin.org Forum -
|
I believe he/she means in the IE status bar (as he/she had stated), meaning at the bottom. Am I correct?
Open
headinclude template.
Find:
PHP Code:
function showwin(name,size)
{
attrbts = size + ",resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes"
window.open(name, "Photos", attrbts);
}
After it, add:
PHP Code:
window.status="$bbtitle";
This will place your forum's title in the status bar on every page.