Support » Fixing WordPress » [Plugin: AJAX Login] al_template.php for wordpress 2.7

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thanks for sharing. This part is what I was looking for:

    <li>
    <a href="<?php echo wp_logout_url('/wp-login.php?action=logout&amp;redirect_to=' . $_SERVER['REQUEST_URI']); ?>" title="Log out">Log out</a>
    </li>

    doesn’t work, can you show me your site, or even post the complete plugin you use that work with 2.7.

    unfortunately this doesnt work.
    i have tried putting the code as you say in both places and when attempting to login it still shows the login page in the old fashioned way.

    What i really want is the login page to open up a lightbox type screen with the login request box in it!

    i’m also looking for a lightbox screen type interface, where after login takes back to the same page.

    Thread Starter happyapple

    (@happyapple)

    AJAX Login allows you to place a widget in you sidebar for quick login. After it confirms your username and password it refreshes to same page you were on last or redirects you the page you set in the dashboard settings.

    The plugin can be downloaded from Here.

    Sorry, but the creator of the plugin didn’t make it with a lightbox interface. It’s just a widget for instant login on your blog.

    Hope this helps. πŸ™‚

    I was looking for a way to fix the logout issue. Works perfectly. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: AJAX Login] al_template.php for wordpress 2.7’ is closed to new replies.