Zen Cart Logo
Forums / Basic Configuration / Title bar change

Title bar change

Locked

Views: 9,979

Results 1 to 13 of 13
This thread is locked. New replies are disabled.
11 Jun 2006, 11:08 PM
#1
skeeter avatar

skeeter

New Zenner

Join Date:
Feb 2006
Location:
United States
Posts:
95
Plugin Contributions:
0

Title bar change

Can anyone help on what file I need to edit to change the title bar: Zencart!, The art Of Eccomerce? I'm using V1.3.01.Thanks everyone for your help.

11 Jun 2006, 11:10 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Title bar change

Skeeter-

Welcome to Zen Cart. Please begin by reading the FAQs, specifically the ones regarding customizing the catalog.

11 Jun 2006, 11:22 PM
#3
skeeter avatar

skeeter

New Zenner

Join Date:
Feb 2006
Location:
United States
Posts:
95
Plugin Contributions:
0

Re: Title bar change

Sorry Kim, I've been on here for several months now,but t/y for the greeting that was nice of you.I had done a search using every concievable wording and thought I had looked at faqs thoroughly with no luck so I relented and posted.I'll take another look at the faqs for customizing.Thanks Kim

12 Jun 2006, 12:07 AM
#5
skeeter avatar

skeeter

New Zenner

Join Date:
Feb 2006
Location:
United States
Posts:
95
Plugin Contributions:
0

Re: Title bar change

I am sorry to repost this but I have been thru the faqs several times and did countless searches and went into the dev. tool kit and tried looking for the file to edit , with still no luck.Can someone please tell me what file in v1.3.01 to edit the title bar: Zen Cart!,The art of E-commerce.Thank you

12 Jun 2006, 12:11 AM
#6
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: Title bar change

This is pretty easy, and many people ask this question.

It's simple. Find includes/languages/english.php

define('TITLE', 'My Site Title');
define('SITE_TAGLINE', 'For all to see');

Be sure to use the template overrides! :yes:

12 Jun 2006, 12:30 AM
#7
skeeter avatar

skeeter

New Zenner

Join Date:
Feb 2006
Location:
United States
Posts:
95
Plugin Contributions:
0

Re: Title bar change

Ahh t/y to both of you for your help here.I appreciate it greatly. I had opened and had changed the includes/languages/english.php earlier this morning..like 4 am.I had copied and saved the dang thing to the correct folder in "mydocuments" instead of to my custom template folder I had.Too late a night ,too early in the morning.But I knew I had changed it with no luck showing.So t/y both again,I appreciate the help.I think I need a vacation on this one today.This had drove me half nuts on figuring where the file was.

18 Jun 2006, 4:11 PM
#8
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Title bar change

bobdog:

This is pretty easy, and many people ask this question.

It's simple. Find includes/languages/english.php

define('TITLE', 'My Site Title');
define('SITE_TAGLINE', 'For all to see');

Be sure to use the template overrides! :yes:

Actually these no longer are in the english.php

They were commented out several versions ago and moved to the:

/includes/languages/english/meta_tags.php

You would copy this to your templates and overrides directory:

/includes/languages/english/your_template_dir/meta_tags.php

9 Jan 2009, 4:25 AM
#9
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Re: Title bar change

Sorry to bring up an old thread just wanted to know how i can remove the comma (,) in my title bar currently its like Tru Water Filters, ......... I wish to change it to a hyphen (-)

Thanks

9 Jan 2009, 2:20 PM
#10
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Title bar change

Peek in the settings of the language file for the meta_tags.php ...

// Define Tertiary Section Output
define('TERTIARY_SECTION', ', ');

9 Jan 2009, 11:56 PM
#11
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Re: Title bar change

Ajeh:

Peek in the settings of the language file for the meta_tags.php ...

Thanks Ajeh worked perfectly!

10 Jan 2009, 2:55 PM
#12
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Title bar change

Thanks for the update that you were able to customize the separators for the meta tags in the meta_tags.php file ... :smile:

25 Oct 2010, 11:49 PM
#13
rpitchford avatar

rpitchford

New Zenner

Join Date:
Oct 2010
Posts:
3
Plugin Contributions:
0

Re: Title bar change

Really?
This simple, obvious setting belongs in Admin | Configuration | My Store somewhere, not buried in some php file?

...Roy