![]() |
Help Box: Removing Links to Some Static Pages
Hi,
The Help template is set to have the Contact, Privacy, and Terms pages, as well as links to the static pages. However, Most of my static pages are linked from a new box that I created, and I'd prefer that they not be in both places (so as not to greatly clutter the help box). Is there a way to turn off some of the static pages that go in the help box without turning them all off? Disabling each static page did that, but then the page can't be called from the other place, either. Thanks, Jeremy |
Not by default, no. You could use Smarty to set it to only display certain links, but it would be easier just to hard-code it.
|
Hello!
I had that problem also. What I did is hide all static pages that have an orderby number > than 900. I also bolded all static pages that have orderby < 9. Here's the code from pages_menu.tpl Code:
{section name=pg loop=$pages_menu} This is great because you can do everything from the backend, and it's easy to implement! I also have a very similar thing for my subcategories. |
Excluding a page from Help menu
I've added a static page that I want to exclude from the help menu on the side. Is that change inside the pages_menu.tpl? Any help on how to modify it?
I tried changing the POS to 999 and using this mod, but maybe I misunderstood. Thank you |
|
static page placement
Thank you. That is what I was looking for. I'm not sure why I didn't find it when I was searching, but I'm glad you know about it :)
|
All times are GMT -8. The time now is 05:46 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.