Thread: empty.php
View Single Post
  #10  
Old 12-07-2005, 12:36 PM
 
hooter hooter is offline
 

X-Adept
  
Join Date: Dec 2004
Posts: 519
 

Default

Quote:
Originally Posted by Lionel
how would I do that just for one or 2 pages, yet live it on for others?

You can "group" pages similar to Carrie's free category grouping mod, which then allows you to display/or not display any pages you want, wherever you want.

Assign a specific POS value to each of the pages you only want displayed in certain places. Something like this:
900, 901, 902 and so on for each of the "special" pages.

Then using codes like this in your /skin1/pages_menu.tpl or by copying that same template to something like /skin1/special_pages.tpl you can display them/turn them off at will:
Code:
{section name=pg loop=$pages_menu} {if $pages_menu[pg].orderby lt "900"} {$pages_menu[pg].title} {/if} {/section}
__________________
Blog for X-Cart | Ebay Auction Manager
Reply With Quote