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,019
    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

  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,019
    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

 

 

Similar Threads

  1. Replies: 2
    Last Post: 20 Nov 2006, 09:46 PM
  2. Need Help with Implementing Code
    By BlessIsaacola in forum General Questions
    Replies: 2
    Last Post: 8 Sep 2006, 01:01 AM

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
  •