• I’m trying to tweak the link sent by Register Plus Redux inside the email sent to my users so that I can force a redirect back to the home page (instead of the egregious Profile) when they login, so instead of this:

    https://MYSITE.COM/wp-login.php

    They get this:

    https://MYSITE.COM/wp-login.php?redirect_to=MYSITE.COM/

    I was able to get it to print that, using the customize new user message box like so:

    %site_url%/wp-login.php&redirect_to=%site_url%

    EXCEPT it came out as plain text and the link was non-functional. Any ideas how to fix this? Thanks!

Viewing 1 replies (of 1 total)
  • From what you’ve said, I think the fact that this message has come out as plain text is down to how the message is intepreted by the e-mail client…

    The use of shortcodes inside percentage marks should enable variable text, but if it’s not processed by WordPress before being sent this text will not be rendered properly.

    Out of interest, when you say “the customize new user message box”, you mean the input box to change what is shown inside the New User Message?…

Viewing 1 replies (of 1 total)
  • The topic ‘Register Plus Redux – custom email link not working’ is closed to new replies.