Login & My Dashboard Issues

This topic contains 7 replies, has 3 voices, and was last updated by  thebirdiemachine 9 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #18053
    #18058

    Paolo
    Site Admin
    Post count: 31206

    HI,

    I would use the GD login box and instead of removing links, redirecting them.

    http://docs.wpgeodirectory.com/redirecting-the-login-page/

    Let me know if this helps.

    Thx

    #18059

    thebirdiemachine
    Expired Member
    Post count: 246
    This reply has been marked as private.
    #18076

    Guust
    Moderator
    Post count: 29970

    Not familiar with TML but here are a few thoughts:

    Remove the link to dashboard.

    Add the GD Login widget just below the TML widget.

    Add this to your CSS:
    .sidebar .geodir-loginbox-list li a.signin {display:none;}
    .loginform1 .geodir_form_row {display: none;}
    .geodir_loginbox h3 {display: none;}

    The result is that you get all your links to the favorites, listings etc, in the author page (GD dashboard).

    #18188

    thebirdiemachine
    Expired Member
    Post count: 246

    @guust,

    Well it pretty much works except that I no longer have the heading “My Dashboard” for the GD widget. I did check in the Widget section and it still has the “My Dashboard Title” it just doesn’t display.

    #18189

    thebirdiemachine
    Expired Member
    Post count: 246

    The other problem that I have its that the GD Login Box Widget displays the Logout link – so now there are two logout links which doesn’t make sense.

    #18232

    Paolo
    Site Admin
    Post count: 31206

    remove this :

    .geodir_loginbox h3 {display: none;}

    and you will have your title back.

    Add this:

    
    
    .geodir-loginbox-list li:first-child {
        display: none;
    }

    and the logout link with be gone.

    Let us know,

    Thx

    #18479

    thebirdiemachine
    Expired Member
    Post count: 246

    This worked perfect and looks great!
    Thank you!
    Stacey

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket