Forums

[resolved] Login Widget (3 posts)

  1. SniperClops
    Member
    Posted 1 year ago #

    Greetings,

    Right now I have a static "login link" on my site which you can see here ( http://canuckster.org ). I was wondering if there is a login widget that would allow one to login and logout?

    Thanks

  2. MichaelH
    Moderator
    Posted 1 year ago #

    The 2.2.1 built-in Meta widget, has the login feature.

  3. SniperClops
    Member
    Posted 1 year ago #

    Used this hack on the top left of my page and it does what I want...

    <?php

    global $user_identity;
    get_currentuserinfo();

    if ($user_identity == '') {
    echo('Welcome Guest, why not register or login to post comments');
    } else {
    echo('Welcome <b>' . $user_identity . '</b>');
    }

    ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags