Quote:
Originally Posted by finerpeter
Many thanks for your reply and advice mate.
One question; This mod is going to disable all static pages created so far from showing up, is there a way where we can be selective about it? Meaning choose which page we would like to display and which not?
I'm presuming it's all or none but I'd appreciate your thoughts on this.
Many thanks!
|
Hello,
With a simple if/then construct you can control which embedded pages appear. e.g.
Code:
{if $pages_menu[pg].orderby gt "900"}
<a href="pages.php?pageid={$pages_menu[pg].pageid}" class="VertMenuItems">{$pages_menu[pg].title}</a>
{/if}
Then in your xcart admin static page interface, assign a POS of greater than 900 for any pages you want to appear in that specific menu. Those with a POS of 900 or less will not appear.