• Issue 1

    The default (themed) profile url /your-profile/ redirects to the login page when viewed by a user who is not logged-in. This makes sense.

    When using a non-default profile form like so:

    [theme-my-login default_action=profile profile_template=custom-profile-form.php]

    This form will show even to users who are not logged in.

    Issue 2

    When a logged-in user submits the default profile form at the default url /your-profile/, he is redirected to /your-profile/?updated=true and the message “Profile updated” is displayed. This makes sense.

    However, when a non default profile template is used and submitted by a logged-in user, he is redirected to /?instance=1&updated=true instead of just /?updated=true. This results in TML displaying the login form (to a logged-in user!) and no success message about the updated profile (which was in fact updated).

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

    (@jfarthing84)

    You already posted the first question in another thread.

    For issue 2, are you modifying the shortcode on the actual profile page?

Viewing 1 replies (of 1 total)
  • The topic ‘issues affecting custom profile templates’ is closed to new replies.