X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Hidden Static Pages for 3.5x (https://forum.x-cart.com/showthread.php?t=13519)

More-Japan 04-20-2005 02:52 PM

Hidden Static Pages for 3.5x
 
What do I change so that new static pages do not show up in the Help section?

I've tried a listed mod that says to change /skin1/pages_menu.tpl

to this:

Quote:

{* $Id: pages_menu.tpl,v 1.2 2003/04/10 13:07:54 svowl Exp $ *}
{section name=pg loop=$pages_menu}
{if $pages_menu[pg].orderby ne 99}
{$pages_menu[pg].title}

{/if}
{/section}

...but it didn't seem to work.

Can anyone shoot me in the right direction? I like the simplicity of creating static pages from within the x-cart framework, but the amount of static pages that i would like (~100) would make for one very long help module :oops:

I dont want to totally disable the help menu just so i could have my static pages..i'm sure theres a simple way of doing it.

Any help is appreciated!

TelaFirma 04-20-2005 03:51 PM

well, according to the code that you have there, the pages that you do not want to display, you have to set the Order By fields to 99. Have you done that?

More-Japan 04-21-2005 09:24 AM

forgive my newbness, how do I do that?

TelaFirma 04-22-2005 03:33 AM

On the screen in Admin, where it lists all the pages that you have created, to the left of the page title for each page you will see a small box. The column is labeled POS. This stands for "position" or in more technical terms, the "order by" field - specifying what order the pages are listed in.


All times are GMT -8. The time now is 02:57 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.