Page 1 of 2

Site Name in Browser Tab Title

Posted: 05 May 2010, 21:01
by BAT
I have a Query :

while viewing the index page of this forum we see on the browser tab its showing PhpBB3 BBCodes
while viewing any topic we see The topic title on the browser tab
while I'm on the New topic page I see Post a new topic on the browser tab

also in the area of the site logo its only showing the site logo image and not the Site name

but in case of my board : http://bangaliaddarthek.bangalaforum.hostzi.com
phpbb version : 3.0.6
I have used this mod : viewtopic.php?f=8&t=300&start=0

while :
on the index page I see Site name and the Index name on the browser tab
viewing a topic I see Site name and the topic title on the browser tab
while I'm on the New topic page I see Site name and Post a new topic on the browser tab

in the area of the site logo its showing the site logo image and also the Site name


Now my Query is :
while I view my board , I want it to display the browser tab as it is while I'm viewing http://www.phpbb3bbcodes.com
only the page title and not with the Site name , and also in the logo area , it would only display the logo image and not the site name

so to solve this what should be done

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:03
by Steve
Do you mean this : viewtopic.php?f=8&t=300

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:03
by Fire-Fox
you need this : viewtopic.php?f=8&t=300

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:16
by BAT
yes you both are right i meant this
now I got it I havent remove the {SITENAME} • from the overall header

But will this remove the Site name from the logo area ?

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:20
by Fire-Fox
no

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:21
by BAT
then whats needed to be done ?

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:23
by Fire-Fox
will you remove the logo? or what are you saying?

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:30
by BAT
pic.jpg
This the logo area of my board ...
The blue marked thing is the logo image
The red marked thing is the Sitename and description

the logo image will be displayed as it is ,

but I don't want to display the sitename and the description ...
for that what needs to be done

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:33
by Fire-Fox
in overall_header.html

there is something like:

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo" onmousedown="event.preventDefault()">{SITE_LOGO_IMG}</a>
        				<h1>{SITENAME}</h1>
        				<p>{SITE_DESCRIPTION}</p>

Re: Site Name in Browser Tab Title

Posted: 05 May 2010, 21:38
by Steve
goto admin control panel > board settings > and remove the site description and site name but remember its bad seo to remove this.
sn.PNG