Viewing 6 replies - 1 through 6 (of 6 total)
  • You’ll need a ‘membership’ type of plugin for that, some are capable of presenting logged in members with their own ‘dashboard’ that you set up with what you want on it.

    I would start by googling ‘wordpress membership plugins’ and explore away!

    Thread Starter Isabelann

    (@isabelann)

    thank you! I’m ”off to the races”

    I’d love to know what you wind up implementing, if you find one that does perfectly what you want, post it here, no doubt it will help others looking for the same thing. 🙂

    Thread Starter Isabelann

    (@isabelann)

    Okay, great idea, I will!

    Thread Starter Isabelann

    (@isabelann)

    I tried a plugin called simple membership but it was too much for what I need. I have also contacted a programmer who may work with me.

    Today I am testing a plug in called Peter’s Login Redirect, but so far the ”language” is beyond me:

    You can write your own code logic before any of this plugin’s checks for user-specific, role-specific, and capability-specific redirects, as well as before the fallback redirect URL.

    Available filters are:

    rul_before_user
    rul_before_role
    rul_before_capability
    rul_before_fallback
    Each takes the same 4 parameters:

    $custom_redirect_to: This is set as false in case you don’t have any redirect URL to set. Return this instead of false in case you have multiple filters running.
    $redirect_to: Set by WordPress, usually the admin URL.
    $requested_redirect_to: Set by WordPress, usually an override set in a GET parameter.
    $user: A PHP object representing the current user.
    Your return value in your own code logic should be the URL to redirect to, or $custom_redirect_to to continue the plugin’s normal checks.

    Thread Starter Isabelann

    (@isabelann)

    well i will poke around and see if i can figure it out blindly (intuitively)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Customer Login Page’ is closed to new replies.