• Resolved binutz

    (@binutz)


    Hi,
    I am working on a community website using buddypress plugin. If a logged-in user happens to click on the login page link displayed on mysite’s homepage,they are able to see 3 links ( Dashboard,WordPress Profile page and log out) that appear on the log in page.

    I do not want them to go to WordPress dashboard and their WordPress profile page in order to avoid clash with BuddyPress profile page.
    I was able to hide user links on login page by adding following CSS on my child theme’s style sheet :-
    ————————————
    .page-id-000 .tml-user-links {
    display: none;
    }

    ————————————-
    Is this method advisable ? Any easy alternative solution available?

    Thanks
    Binu

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Enable the Custom User Links module and edit the links as you see fit. 😉

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding user-links on Log in page’ is closed to new replies.