Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Define Seperator for Categories-Tabs Menu

Define Seperator for Categories-Tabs Menu

Locked

Views: 3,099

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
18 May 2008, 2:56 AM
#1
chuckwa avatar

chuckwa

New Zenner

Join Date:
Apr 2008
Posts:
42
Plugin Contributions:
0

Define Seperator for Categories-Tabs Menu

Hi everyone. I'm trying to figure out where I can define the seperator used for categories in the Categories-Tabs Menu (NavCatTabs)? I found where I can turn this on/off, and where I can define the separator for the sidebox. But not for when you have them displayed in the header.

10 Jun 2008, 5:24 AM
#2
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Define Seperator for Categories-Tabs Menu

I am looking for where to define the EZPAGES HEADER SEPARATOR

I changed the BREADCRUMBS separator in Admin>LayoutSettings>BreadcrumbsNavigatorSeparator
and the new separator displays fine (i.e., Home ~ Category ~ Subcategory)
but the EZPAGES HEADER is still the old one of " :: "

Here's the site I'm referring to if it helps: http://www.CraftMagick.com

Any help would be appreciated.

Zencart ROCKS!:clap:

11 Jun 2008, 9:09 PM
#3
creative avatar

creative

New Zenner

Join Date:
Jul 2005
Posts:
85
Plugin Contributions:
0

Re: Define Seperator for Categories-Tabs Menu

I'm sorry I cannot help with the NavCatTabs separator though it seems like something that could be found out by further digging in the forum.

Craft Magik,
I just had to jog my memory on changing my ez pages separator. That is done through Admin>Configuration>EZ-Pages Header Link Separator. Hope that helps!

12 Jun 2008, 3:08 AM
#4
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Define Seperator for Categories-Tabs Menu

Thank you for your help. I appreciate your taking the time to respond. And if I find the solution to changing the NavSeparator I'll post it back here in case anyone else is looking for it, too.

Have a great evening.

Zencart ROCKS:clap:

2 Oct 2008, 10:50 AM
#5
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Define Seperator for Categories-Tabs Menu

Chuckwa:

Hi everyone. I'm trying to figure out where I can define the seperator used for categories in the Categories-Tabs Menu (NavCatTabs)? I found where I can turn this on/off, and where I can define the separator for the sidebox. But not for when you have them displayed in the header.

Open up tpl_modules_category_tabs.php (remember to make use of the overrides system) and paste the following code at the end of line 21.

<?php if ($i<$n-1) { echo '|'; } ?>

That's it, nice and easy! :smile:

28 Feb 2009, 4:56 AM
#6
windmill74 avatar

windmill74

New Zenner

Join Date:
Aug 2005
Posts:
33
Plugin Contributions:
0

Re: Define Seperator for Categories-Tabs Menu

Did anyone get this to work? I do not seem to have the file tpl_modules_category_tabs. I have searched but can not find it. Is this the file name to modify?

Thanks.

1 Apr 2009, 4:06 AM
#7
scrapgabbie avatar

scrapgabbie

Inactive

Join Date:
Jan 2004
Posts:
57
Plugin Contributions:
1

Re: Define Seperator for Categories-Tabs Menu

look in template_default/templates, you'll see it in there. (l had a little trouble finding it too, was looking in the 'common' folder instead) Make sure you save it in your override folder though!