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
Thank you. I’ve make so.
Now how can I make registration?
I’ve make another page with the call
[!WebLoginPE? &type=`register` ®SuccessId=`43` ®SuccessPause=`44`!]
It shows registration form but doesnt work.

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
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?
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.
-
☆ 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)
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.
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
You can edit the webloginpe.templates.php file for your taste (language:) or define your template-chunks.
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 ...