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
    69,402
    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!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Browse server/upload - define page editor not working
    By maperr55 in forum General Questions
    Replies: 3
    Last Post: 4 Jan 2012, 12:11 AM
  2. Define Page Editor NOT working
    By southernlady in forum Basic Configuration
    Replies: 2
    Last Post: 4 Jun 2010, 02:22 PM
  3. Page define editor not working
    By Decie in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Dec 2008, 12:18 PM
  4. Define page editor not working once site moved
    By dsided in forum General Questions
    Replies: 4
    Last Post: 15 Dec 2008, 06:14 PM
  5. Discount Coupon Page: Define Page Editor not working
    By hindley08 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Jul 2008, 07:49 PM

Posting Permissions

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