Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Speed Bar Items

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 05-08-2004, 12:08 PM
 
Aragorn Aragorn is offline
 

Member
  
Join Date: Mar 2004
Location: UK
Posts: 23
 

Default Speed Bar Items

Hi...

Newbie Question:

I've just set up several "Speed Bar" Menu items, and they are now also showing up in the "HELP" menu on the bottom left side of my screen.

Questions:

1) How can I delete these from the "HELP" menu?

2) How can I setup additional menus (like the CATEGORIES menu and the HELP menu on the front page)?

Thanks for any help on this...


Kindest Regards,
Aragorn
Reply With Quote
  #2  
Old 05-23-2004, 01:36 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

BEFORE YOU DO ANYTHING MAKE A BACKUP COPY OF ALL FILES YOU WILL WORK ON!!! (in this case the help.tpl)

To delete items from your help menu go to skin1/help.tpl (with ftp) or just help.tpl in Admin center under "Edit Templates" and you will see something like this:

{* $Id: help.tpl,v 1.16 2003/11/17 07:30:40 svowl Exp $ *}
{capture name=menu}
{include file="pages_menu.tpl"}


{/capture}
{ include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"}

You would then remove the areas that I have marked in blue as well as any other area that looks similar or is a link.

As far as creating new menus it is a little more involved... what did you have in mind?
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #3  
Old 07-09-2004, 01:36 PM
 
jin jin is offline
 

Member
  
Join Date: Jul 2004
Posts: 12
 

Default

>>Maxter
Have you solved your problem? I have similar problem, but in my case
whenever I create static HTML page, the page link shows up in HELPmenu.
And I also would love to add some more categories in HELP menu.
I believe default categories in HELP menu are those five:
- Recover password

- FAQ (Frequently Asked Questions)

- Privacy statement

- Terms & Conditions

- About our site

I'd like to add pages such as "How to order" page, "About Shipping" page... within help area.

Anyone has idea?
_________________
v.3.5.9 Linux
Reply With Quote
  #4  
Old 01-31-2005, 05:17 AM
 
Aragorn Aragorn is offline
 

Member
  
Join Date: Mar 2004
Location: UK
Posts: 23
 

Default

Quote:
Originally Posted by jin
>>Aragorn
Have you solved your problem? I have similar problem, but in my case
whenever I create static HTML page, the page link shows up in HELPmenu.
And I also would love to add some more categories in HELP menu.
I believe default categories in HELP menu are those five:
- Recover password

- FAQ (Frequently Asked Questions)

- Privacy statement

- Terms & Conditions

- About our site

I'd like to add pages such as "How to order" page, "About Shipping" page... within help area.

Anyone has idea?
_________________
v.3.5.9 Linux
__________________
==========================
Current version: xCart Gold 4.0.11 [unix]
iMac - running Leopard / PC - running XP Prof.
Reply With Quote
  #5  
Old 01-31-2005, 03:38 PM
 
markwhoo markwhoo is offline
 

X-Adept
  
Join Date: Nov 2003
Posts: 799
 

Default

Quote:
Originally Posted by jin
>>Maxter
Have you solved your problem? I have similar problem, but in my case
whenever I create static HTML page, the page link shows up in HELPmenu.
And I also would love to add some more categories in HELP menu.
I believe default categories in HELP menu are those five:
- Recover password

- FAQ (Frequently Asked Questions)

- Privacy statement

- Terms & Conditions

- About our site

I'd like to add pages such as "How to order" page, "About Shipping" page... within help area.

Anyone has idea?
_________________
v.3.5.9 Linux

Create a static page and give it a name, then with the position numbers to the left of all of the files in the static pages area, you will be able to adjust their positions.

Ps, any static page toy make, will be listed automatically in the help area.
__________________
vs 4.1.12
Reply With Quote
  #6  
Old 01-31-2005, 04:57 PM
 
brightway brightway is offline
 

Member
  
Join Date: Jan 2005
Posts: 27
 

Default

Sticking it in the Help section is quite annoying.
After-all what happens if it doesn't have anything to do with help.

If anything it should automatically be added to the speed bar.
__________________
4.0.11gold
Reply With Quote
  #7  
Old 02-05-2005, 01:33 PM
 
kem kem is offline
 

Member
  
Join Date: Jan 2005
Posts: 19
 

Default

Quote:
Originally Posted by brightway
Sticking it in the Help section is quite annoying.
After-all what happens if it doesn't have anything to do with help.

If anything it should automatically be added to the speed bar.

I agree. Most of my static pages have nothing to do with help. And apparently it requires major editing of templates to address remove them from the help menu. (When a poster says that the text to revise is too long to post, that to me means major editing. )
__________________
-
Kem
X-Cart v4.0.9
www.addressnumbers.com
Reply With Quote
  #8  
Old 02-05-2005, 01:37 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

It is actually pretty easy to remove them from the help menu. Personally, I like to create new help menus in the help section instead of using static pages. The static pages I usually use for specific links elsewhere in the site.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #9  
Old 02-05-2005, 02:57 PM
 
kem kem is offline
 

Member
  
Join Date: Jan 2005
Posts: 19
 

Default

Quote:
Originally Posted by balinor
It is actually pretty easy to remove them from the help menu. Personally, I like to create new help menus in the help section instead of using static pages. The static pages I usually use for specific links elsewhere in the site.

Yes, I think I have a similar setup - my static pages are called by links from product pages (and are not help topics). How do I edit them out of the help.tpl? There doesn't appear to "static.tpl" (or whatever it would be called).
__________________
-
Kem
X-Cart v4.0.9
www.addressnumbers.com
Reply With Quote
  #10  
Old 02-06-2005, 05:41 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Open up help.tpl and remove or comment out this little bit of code:

Code:
{include file="pages_menu.tpl"}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:24 AM.

   

 
X-Cart forums © 2001-2020