• Jeff… I have really enjoyed learning this plugin. Really gives me a lot of options to work with. I have one question. How can I allow a person, assigned an editor role, to be able to register others while they are logged in? Whenever, I try to access the register page it just show the logged in status.

    I have tried putting the code below in my a custom page in my theme but I just get two logged in status sections.

    <div class="floatleft">
    <?php theme_my_login( array( 'default_action' => 'login' ) ); ?>
    </div>
    
    <div class="floatright">
    <?php theme_my_login( array( 'default_action' => 'register' ) ); ?>
    </div>

    Thanks in advance.

  • The topic ‘[Plugin: Theme My Login] Register someone while logged in’ is closed to new replies.