• Im trying to find a way for new users to register through the frontend of the site and for existing users to be able to edit their profiles from the frontend as well.

    Is there a way to do this?

    If I somehow make a page with a custom form (say, the profile) that’s the same as the one in the dashboard, would it work?

    Any guidance would be really appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Im trying to find a way for new users to register through the frontend of the site

    for Login you can use the User Sidebar Panel
    You can try this plugin for your custom registration:
    Themed Login Plugin
    And about the dashboard, you can hide this with the Hide Dashboard Plugin or modify the dashboard with x-Dashboard

    Remember never modify directly the WP core (register, login, etc are CORE archives)

    Good luck

    Thread Starter nahu

    (@nahu)

    Ah, this isnt exactly what I wanted but its good enough and its already done! Thanks a lot!

    Thread Starter nahu

    (@nahu)

    Ah, this isnt exactly what I wanted but its good enough and its already done! Thanks a lot!

    I put the following code into the sidebar.php like he said on that page for the User Sidebar Panel, but it wouldn’t work. I uploaded the files to the right directory and everything, so I’m assuming this code here isn’t working. Any help appreciated!

    Paula
    https://www.studioreflections.com/ausrmusings/

    <?php if(function_exists(’UserSidebarPanel’)) { UserSidebarPanel(); } ?>

    I put the following code into the sidebar.php like he said on that page for the User Sidebar Panel, but it wouldn’t work. I uploaded the files to the right directory and everything, so I’m assuming this code here isn’t working. Any help appreciated!

    Do you activated the plugin in the Plugin Page?
    Your WP version work with this plugin?

    Sometimes the plugin combinations cause some strange behaviours.. try activate and desactivate the others plugins

    Good luck?

    Umm maybe is the code, the correct code is:

    <?php if(function_exists(‘UserSidebarPanel’)) { UserSidebarPanel(); } ?>
    Your quotations marks are incorrects

    Good luck?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Frontend registration and profile’ is closed to new replies.