![]() |
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 |
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} Code:
{$lng.lbl_recover_password} {/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? |
>>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 |
Quote:
|
Quote:
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. |
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. |
Quote:
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. ) |
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.
|
Quote:
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). |
Open up help.tpl and remove or comment out this little bit of code:
Code:
{include file="pages_menu.tpl"} |
Thank you. (How did you know that? The preview for pages_menu.tpl is blank and the debugger doesn't show anything except ./pages_menu.tpl )
|
Lots of teplate editing experience :) You should try Webmaster Mode though, it can really help you in learning which templates are which. Over in the admin menu.
|
Quote:
Lots of template editing experience - Yes, I can certainly believe that and I can see that you have it! While I was editing my message, you responded, so you'll see that I had the debugger on but it didn't seem to help. I'll go with the experience. Eventually, I'll learn. :D |
All times are GMT -8. The time now is 06:25 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.