Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2005
    Posts
    142
    Plugin Contributions
    0

    Default Page Editor Not Working Or Define Page Status

    I am noticing that in the define pages editor, the privacy policy and the conditions of use do not work. For some reason it is not updating the site.

    Also the define page status is not working. I have cut off conditions of use and it still shows. I also cut off page 2, page 3, page 4 and they still show on the site map.

    Any idea why?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,696
    Plugin Contributions
    6

    Default Re: Page Editor Not Working Or Define Page Status

    Do you have these settings in the Configuration ... Define Pages ...
    Define Page 2
    Enable the Defined Page 2 Link/Text?
    0= Link ON, Define Text OFF
    1= Link ON, Define Text ON
    2= Link OFF, Define Text ON
    3= Link OFF, Define Text OFF
    Do you have these settings in the tpl_site_map_default.php
    PHP Code:
    <?php if (DEFINE_PAGE_2_STATUS <= '1') { ?>
                <li><?php echo '<a href="' zen_href_link(FILENAME_PAGE_2) . '">' BOX_INFORMATION_PAGE_2 '</a>'?></li>
    <?php ?>
    <?php 
    if (DEFINE_PAGE_3_STATUS <= '1') { ?>
                <li><?php echo '<a href="' zen_href_link(FILENAME_PAGE_3) . '">' BOX_INFORMATION_PAGE_3 '</a>'?></li>
    <?php ?>
    <?php 
    if (DEFINE_PAGE_4_STATUS <= '1') { ?>
                <li><?php echo '<a href="' zen_href_link(FILENAME_PAGE_4) . '">' BOX_INFORMATION_PAGE_4 '</a>'?></li>
    <?php ?>
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •