We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17282
    • 283 Posts
    Hi using this

    [!WebLoginPE? &type=`register` &groups=`RegisteredUsers` &registerTpl=`RegisterTemplate`
    the newly registered user are not being placed into the web user group .. am I doing someting wrong ?


    Thanks

    MArtyn
      Everytime you use Flash ... a puppy dies .....
      R.G Taylor
      • 25551 ☆ A M B ☆
      • 1,231 Posts
      You call isn’t complete at the end unless you meant to miss that part out lol.

      Try updating to the 1.31 version Soshite has brought out and possibly try this

      [!WebLoginPE? &type=`register` &registerTpl=`RegisterTemplate` &regSuccessId=`id of your success page` &groups=`RegisteredUsers`!]

      Worth a try... It’s what i have pretty much and it works fine. Make sure your group name matches the group name in the manager exactly. I know it’s obvious but sometimes it’s easy to miss the obvious!

      Also make sure your registerTpl is working correctly. Is it just the user isn’t being added to a group? All other info is being saved?

      Quote from: Lizard at Jun 18, 2008, 06:40 AM

      Hi using this

      [!WebLoginPE? &type=`register` &groups=`RegisteredUsers` &registerTpl=`RegisterTemplate`
      the newly registered user are not being placed into the web user group .. am I doing someting wrong ?


      Thanks

      MArtyn
        Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
        AugmentBLU - MODX Partner

        BLUcart - MODX Revolution E-Commerce & Shopping Cart
        • 17282
        • 283 Posts
        Quote from: rossco at Jun 18, 2008, 06:53 AM

        You call isn’t complete at the end unless you meant to miss that part out lol.

        Try updating to the 1.31 version Soshite has brought out and possibly try this

        [!WebLoginPE? &type=`register` &registerTpl=`RegisterTemplate` &regSuccessId=`id of your success page` &groups=`RegisteredUsers`!]

        Worth a try... It’s what i have pretty much and it works fine. Make sure your group name matches the group name in the manager exactly. I know it’s obvious but sometimes it’s easy to miss the obvious!

        Also make sure your registerTpl is working correctly. Is it just the user isn’t being added to a group? All other info is being saved?

        Quote from: Lizard at Jun 18, 2008, 06:40 AM

        Hi using this

        [!WebLoginPE? &type=`register` &groups=`RegisteredUsers` &registerTpl=`RegisterTemplate`
        the newly registered user are not being placed into the web user group .. am I doing someting wrong ?


        Thanks

        MArtyn

        I had some sensitive databse calls in the rest of the snippet smiley

        i did mean to leave it out.. will try your suggestions tho smiley
        yes all other info (quite a lot) isbeing saved to custom tables in the database!


        Martyn
          Everytime you use Flash ... a puppy dies .....
          R.G Taylor
          • 25551 ☆ A M B ☆
          • 1,231 Posts
          You could always try a basic call to see if the usergroup is being assigned... if it works as a basic call then possibly the rest of the call is causing issues?

          I had some problems similar to yours when I was creating custom fields. I tried a basic call to see it worked and it did... turned out I hadn’t made the rest of my call complete.

          Ross
            Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
            AugmentBLU - MODX Partner

            BLUcart - MODX Revolution E-Commerce & Shopping Cart
            • 17282
            • 283 Posts
            GREAT IDEA!!!

            HAHAHAH After much swearing and throwing of machines out of windows its sussed smiley

            and the problem? my cutom database fields... I was storing everything in the custom table rather than allowing the username pasword to be stored in the webusers table, so it wasnt putting them into a group smiley

            Brilliant help .. thankyou smiley

              Everytime you use Flash ... a puppy dies .....
              R.G Taylor
              • 25551 ☆ A M B ☆
              • 1,231 Posts
              No problem! Glad I could help... I had the same issue but the first thing I changed was my call so saved me hours of stress.

              Ross
                Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
                AugmentBLU - MODX Partner

                BLUcart - MODX Revolution E-Commerce & Shopping Cart