Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    database error Can someone please check this code!

    I can't get these EZ pages to appear that I have linked to the dropdown menu bar. Am I doing something wrong? Someone told me to link directly but I think I need to call with PHP from that database. Please help. I can't find anything on this one.

    Thanks,
    Vood

  2. #2
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Can someone please check this code!

    Forgot to add the code. Woops!

    <?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>

    </ul>
    </li>
    <li class="submenu">
    <a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a>
    <ul class="level2">
    <li><a href="/ezpages.php?ezID=1&amp;action=new">About Us</a></li>
    <li><a href="/ezpages.php?ezID=2&amp;action=new">Wholesale</a></li>
    </ul></li>
    <?php } ?>

  3. #3
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Can someone please check this code!

    you need to add the
    index.php?main_page= to the url when you setup your ez pages
    Zen cart PCI compliant Hosting

  4. #4
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Can someone please check this code!

    Quote Originally Posted by Merlinpa1969 View Post
    you need to add the
    index.php?main_page= to the url when you setup your ez pages
    I'm not sure what you mean. Is this something I do in the link code on the tpl_drop_menu.php or from the Admin?

  5. #5
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Can someone please check this code!

    your gonna want to take a look inthe header and see how the files are called

    <li><a href="/ezpages.php?ezID=1&amp;action=new">About Us</a></li>
    <li><a href="/ezpages.php?ezID=2&amp;action=new">Wholesale</a></li>


    try this
    <li><href="https://ssl url.com//index.php?main_page=page&id=1">About us</a></li>

    <li><href="https://ssl url.com//index.php?main_page=page&id=2">Wholesale</a></li>

    Its not perfect but it does work
    Zen cart PCI compliant Hosting

 

 

Similar Threads

  1. Check this code please..error somewhere
    By strelitzia in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Oct 2008, 03:16 PM
  2. Replies: 5
    Last Post: 9 Nov 2007, 09:36 PM
  3. Can someone in the USA please check this?
    By HandcraftedUK in forum General Questions
    Replies: 3
    Last Post: 6 Nov 2007, 10:50 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