We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 27497
    • 8 Posts
    I am still using the webloginpe.templates.php for all my forms, but trying to get the Pending and Notify functions working...

    I have the WebLoginPE as a chunk that is displayed in my sidebar.
    [!WebLoginPE? &type=`simple` &regHomeId=`60` &profileHomeID=`67`!]


    Click Register and it loads the user registration page, which uses this
    [!WebLoginPE? &type=`register` &regType=`pending` &groups=`Pending Users` &regSuccessId=`33` &regSuccessPause=`1` &notifyTpl=`notifyAdmin` &notify=`[email protected]`!]
    


    And yes, I have a chunk and template (made both just in case) named notifyAdmin with the following code:
    Hello, my name is [+ufn+] and I just signed up at [+sname+] using WebLoginPE.
    My email address is [+uem+]
    P.S. This message was auto generated by WebLoginPE and PHPMailer.
    


    Couple of problems...

    1. After clicking register, the user is returned to the same registration page, even though I have &regSuccessId=`33` set. And the sidebar login chunk displays a duplicate registration page.
    2. No email is generated to the &notify address, but the user receives an email with user and pass.

    Help!
      • 27497
      • 8 Posts
      No ideas? <shrug>
        • 27497
        • 8 Posts
        I’ve been fighting with this for 2 days now and I still can’t get users in the Pending Users group or email notifications sent to the address specified...

        Is there anyone who can provide some insight here?