We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2603
    • 104 Posts
    Hello!
    I have installed the snippet. How can I use it now? What call I should put in template to make simple login?

    Thank you
      Getting higher! | www.djabuzz.com
      • 12983
      • 108 Posts
      You should find in the package a "docs" directory: load the "index.html" file inside it, and go to "Parameters" page. Quickly read through it, you’ll have a glance of Webloginpe capabilities and usage. For example, a quick try could be:
      [!WebLoginPE? &type=`simple`!]
        • 2603
        • 104 Posts
        Thank you. I’ve make so.
        Now how can I make registration?
        I’ve make another page with the call
        [!WebLoginPE? &type=`register` &regSuccessId=`43` &regSuccessPause=`44`!]
        It shows registration form but doesnt work.  undecided Just when I click Register - drops me on some reason on page 41 (results page of AS).
        Also if I click Registration at login page - it also drops me there (on 41 page).

        What I do wrong? I want to make simple registration and login. What should I do for this?

        Thanks a lot

          Getting higher! | www.djabuzz.com
          • 16028
          • 15 Posts
          OK,

          I’m using WebloginPE on my site, and it’s working very well. I have a question, though.

          Is there a way to allow users to modify their user group from the profile editing page?
            • 1774
            • 34 Posts
            Multiple select box not working when viewing in edit mode.

            I have a multiple select box in my form and am using the following input handler:
            &inputHandler=`User Type:userType:userType:select multiple:Director(director),Owner(owner),None(none)`

            The values are being saved to the database, and when ONE option is selected everything works as expected. But when TWO or more options are selected no selected=’selected’ code is set on any options.

            It looks like they options are not looped through properly in the source code, but I haven’t had a chance to really work through it yet. Anybody got a quick patch already made?
              Brandon Booth
              Freelance MODx specialist for hire: site construction, template conversion, snippet customization.
              Lucidgreen.net Websites made simple.
              • 25551 ☆ A M B ☆
              • 1,231 Posts
              Quote from: anselm1109 at Feb 28, 2009, 07:33 AM

              Multiple select box not working when viewing in edit mode.

              I have a multiple select box in my form and am using the following input handler:
              &inputHandler=`User Type:userType:userType:select multiple:Director(director),Owner(owner),None(none)`

              The values are being saved to the database, and when ONE option is selected everything works as expected. But when TWO or more options are selected no selected=’selected’ code is set on any options.

              It looks like they options are not looped through properly in the source code, but I haven’t had a chance to really work through it yet. Anybody got a quick patch already made?

              I maybe wrong but have you tried...

              Director(director)||Owner(owner)||None(none)
                Ross Sivills - MD AugmentBLU Edinburgh, Scotland UK
                AugmentBLU - MODX Partner

                BLUcart - MODX Revolution E-Commerce & Shopping Cart
                • 1774
                • 34 Posts
                double pipes are the delimiter for separate input handlers, so using || creates a bigger error. I can confirm that the data is being saved to the database properly when I select multiple options.
                  Brandon Booth
                  Freelance MODx specialist for hire: site construction, template conversion, snippet customization.
                  Lucidgreen.net Websites made simple.
                  • 21985
                  • 82 Posts
                  Hello,

                  I have 1.1.3 version
                  I have a fr.php in the directory lang
                  I type [!WebLoginPE? &lang=`fr`!]

                  but the form stay in english ?? why ?

                  Pat
                    • 31471
                    • 206 Posts
                    You can edit the webloginpe.templates.php file for your taste (language:) or define your template-chunks.
                      • 21985
                      • 82 Posts
                      thank you, I understand the system, but then this parameter & lang is useless, unless it be that some of the messages as error messages for example ...