Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Header Navigation Login Lightbox

    In my common/header.php file I have the following:
    Code:
    <li><a href="#" onclick="openbox('Login', 1);"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    It works, except I need to add PHP to grab full url path when not on home page so I did this:

    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_DEFAULT, zen_get_all_get_params()); ?># " onclick="openbox('Login', 1);"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    It works, except now when I am on home page it adds:
    /index.php?main_page= and reloads page.

    What am I missing?

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Header Navigation Login Lightbox

    Got it working!

    I added:
    Code:
    return false;

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Header Navigation Login Lightbox

    Can you post the correct .php coding please..
    Can you post a url site to see this working????

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Header Navigation Login Lightbox

    The full php coding is:
    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_DEFAULT, zen_get_all_get_params()); ?># " onclick="openbox('Login', 1);return false;"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    Mark, It is still a testing site. I can PM you the link.

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

 

 

Similar Threads

  1. v139h lightbox and IH2 - additional image not working in the lightbox
    By kitcorsa in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Aug 2013, 10:45 AM
  2. Login on the Navigation Bar
    By BobJBC in forum General Questions
    Replies: 5
    Last Post: 20 Apr 2009, 02:10 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