Site Name in Browser Tab Title

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Site Name in Browser Tab Title

Post 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
Last edited by BAT on 05 May 2010, 19:08, edited 2 times in total.

Re: Site Name in Browser Tab Title

Post by Steve »

Do you mean this : viewtopic.php?f=8&t=300

Re: Site Name in Browser Tab Title

Post by Fire-Fox »

you need this : viewtopic.php?f=8&t=300

Re: Site Name in Browser Tab Title

Post 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

Post by Fire-Fox »

no

Re: Site Name in Browser Tab Title

Post by BAT »

then whats needed to be done ?

Re: Site Name in Browser Tab Title

Post by Fire-Fox »

will you remove the logo? or what are you saying?

Re: Site Name in Browser Tab Title

Post 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

Post 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

Post 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