• Hi,

    I’ve tried to make a link called “Register” using:

    <a href="http://mysite/wp-login.php?action=register class="simplemodal-login">

    But that did not work. It showed the simplemodal log-in form. When using it without the class is shows the wordpress registration form.

    Is there a way to make a call direct to the register form ?

    Thanks, Fred

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey Fred,

    Did you get anywhere with this? I really would like to achieve this myself!

    Cheers,
    Rob

    Thread Starter fredwier

    (@fredwier)

    Sorry Rob, didn’t find a solution so far and also did not get a reply from the developer.

    Anyway, will keep you posten once I’ve figured out how to get this done.

    Regards,

    Fred

    ps.: “Rob” een NL naam ?, klopt ?

    No problem Fred!

    I am not sure what you mean by the following?

    ps.: “Rob” een NL naam ?, klopt ?

    Thread Starter fredwier

    (@fredwier)

    @rob:

    With the “ps”, I was saying in Dutch that “Rob” is a typical Dutch name, so I was wandering if you are from Holland, but guess you’re not…

    @fredwier Interesting! I am actually Welsh but who knows about the past! my surname is Carvill could that appear to be a common Dutch surname?

    Thread Starter fredwier

    (@fredwier)

    @rob, Welsh, wouldn’t expect that, and no, your surname is certainly not a common Dutch surname.

    With the Modal-Template it works, if the Link gets the class simplemodal-register

    e.g.

    <ul>
    	<li>
    		<a href="wp-login.php" class="simplemodal-login">Login</a>
    	</li>
    	<li>
    		<a href="wp-login.php?action=register" class="simplemodal-register">Register</a>
    	</li>
    </ul>

    The href is just a fallback, if the user has no javascript activated.

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

The topic ‘Direct call to register’ is closed to new replies.