How to change the title (in browser window)?

Joomla version 1.0 is end-of-life and are no longer supported. Please use Joomla 3.x instead.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
DJPRO
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Jun 28, 2008 2:37 pm

How to change the title (in browser window)?

Post by DJPRO » Sat Jun 28, 2008 4:30 pm

Greeting all,

can the small help

oppress around the title of page, interests me how make set to work on the title firstly content so the name site.

for example

name site " MY PAGE "

and make the one CONTENT and name him " About us "

he now on the title subtitle pages we comes like this " MY PAGE - About us "

I would want that we appear like this " About us - MY PAGE "

THANK YOU
Last edited by pe7er on Sat Jun 28, 2008 4:35 pm, edited 1 time in total.
Reason: Title changed to normal caps. Please do not use ALLCAPS.

freelikehell
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Sep 29, 2007 7:19 pm

Re: How to change the title (in browser window)?

Post by freelikehell » Sun Jul 06, 2008 7:37 pm

this setting can be set in the includes/joomla.php

find :

Code: Select all

$this->_head['title'] = $title ? $GLOBALS['mosConfig_sitename'] . ' - '. $title : $GLOBALS['mosConfig_sitename'];
replace with

Code: Select all

$this->_head['title'] = $title ? $title : $GLOBALS['mosConfig_sitename'] . ' - '. $GLOBALS['mosConfig_sitename'];
Creating a Professional Joomla based website has never been easier
http://readymadejoomla.com

DJPRO
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Jun 28, 2008 2:37 pm

Re: How to change the title (in browser window)?

Post by DJPRO » Mon Jul 07, 2008 4:13 pm

thanks to the response,

but now we no name one,

only the name of content.

to me should be:

NAME CONTENT - NAME SITE

freelikehell
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Sep 29, 2007 7:19 pm

Re: How to change the title (in browser window)?

Post by freelikehell » Mon Jul 07, 2008 4:21 pm

i apologize for the previous one. replace the earlier code by :

Code: Select all

$this->_head['title'] = $title ? $GLOBALS['mosConfig_sitename'] . ' - '. $title : $GLOBALS['mosConfig_sitename'];
Creating a Professional Joomla based website has never been easier
http://readymadejoomla.com

DJPRO
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Jun 28, 2008 2:37 pm

Re: How to change the title (in browser window)?

Post by DJPRO » Thu Jul 17, 2008 11:04 am

No name of the page, only the name of content

MY CONTENT - Mozilla browser

me to be like this that the browser

MY CONTENT - SITE NAME - Mozilla browser

who we can help?

User avatar
michael_king
Joomla! Intern
Joomla! Intern
Posts: 69
Joined: Mon Jul 28, 2008 3:31 am

Re: How to change the title (in browser window)?

Post by michael_king » Tue Sep 01, 2009 3:44 pm

Anyone finding this via the search please see this extension: http://extensions.joomla.org/extensions ... adata/3352 will serve your purpose.

The plug in will allow you to display your name in the format : Website Name - Article Name, or Article Name - Website Name, and you can choose what seperator characters to use.

User avatar
Ghonjez
Joomla! Exemplar
Joomla! Exemplar
Posts: 8770
Joined: Sat Oct 18, 2008 3:02 am
Location: Mars
Contact:

Re: How to change the title (in browser window)?

Post by Ghonjez » Mon Sep 07, 2009 5:57 pm

DJPRO wrote:
MY CONTENT - Mozilla browser

me to be like this that the browser

MY CONTENT - SITE NAME - Mozilla browser

who we can help?
Title Manager plugin can handle that
Try it

:)

alhaqpk
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sat Aug 09, 2008 11:43 pm
Location: Karachi
Contact:

Re: How to change the title (in browser window)?

Post by alhaqpk » Sat Nov 28, 2009 10:20 pm

Thanks for your great help...

maine_1981
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Thu Sep 23, 2010 2:21 am

Re: How to change the title (in browser window)?

Post by maine_1981 » Fri Oct 22, 2010 1:12 am

Title Manager plugin, it doesnt work on my site...
and my website title still the same though i already change it from the global config....
Anyone help???

User avatar
Ghonjez
Joomla! Exemplar
Joomla! Exemplar
Posts: 8770
Joined: Sat Oct 18, 2008 3:02 am
Location: Mars
Contact:

Re: How to change the title (in browser window)?

Post by Ghonjez » Sat Oct 30, 2010 4:25 pm

maine_1981 wrote:Title Manager plugin, it doesnt work on my site...
I use Title manager, fine work for me
maine_1981 wrote: and my website title still the same though i already change it from the global config....
For change website title, it's Not from Global configuration
See >>> http://docs.joomla.org/How_do_you_remov ... 2_title%3F

;)


Locked

Return to “Installation - 1.0.x”