<![CDATA[ WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling. - My Forums]]> https://forums.modx.com/thread/?thread=44114 <![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=55#dis-post-254203 So saving the leading 0 into the db is possible, but -from what you say- would require some edition of the PHP code. If you need to delegate such work, I can do. Please contact me by email if interested.]]> Jul Jun 27, 2011, 02:56 AM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=55#dis-post-254203 <![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=55#dis-post-254202 Anyone?
]]>
ShoreWeb May 24, 2011, 04:54 AM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=55#dis-post-254202
<![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254201 ShoreWeb May 18, 2011, 02:25 AM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254201 <![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254200 virgil Mar 31, 2011, 09:27 PM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254200 <![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254199
OK, I’m building a multi-page signup system with invitation codes, and I’m at the final stage of development where I need to use winloginPE to register users with custom fields, etc.
I have been performing my own validation of various fields to register with and setting a session variable with values from the fields through the registration process.
My intention was to create a form that would contain all the appropriate values for the user registration and set the values from the session variable array through string replacement. This is all working out well, and I’ve made the form fields hidden as the user has already input all this data. I’m calling webloginPE through a snippet (using runSnippet), and I’m setting the template to the output of a process of getChunk->str_replace. Again, this is all happy. However, I do not have the placeholders in the template that webloginPE calls as I’m replacing values directly in the form data.

The upshot is that winloginPE doesn’t even try to register the user: it just flips right back to the page with no output.

I’m wondering if this is possible? I know I can use the API and do all of this, but I was hoping it would be fairly straight forward this way.

I’ll be happy to post code examples if need be!

Virgil Rockford]]>
virgil Mar 31, 2011, 04:32 PM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254199
<![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254198 @Frank: Yes.
@elz64: Yes. I redirect to the other thread you created: http://modxcms.com/forums/index.php/topic,59301.0.html]]>
Jul Jan 04, 2011, 03:50 AM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254198
<![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254197
I really ’d like to understand stuff about my previous question
Do you mean I can write a webloginpe.templates.fr.php Huh and it will be used if I call the snippet with &lang=`fr` ?


Thank you]]>
elz64 Jan 03, 2011, 03:13 AM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254197
<![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254196 sottwell Jan 03, 2011, 03:11 AM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254196 <![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254195
Has anyone ever tried the lang parameter successfully?]]>
franklos Jan 02, 2011, 04:07 PM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254195
<![CDATA[Re: WebLoginPE (1.3.0): Advanced WebUser Management and Extended Profiling.]]> https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254194

However I read this doc already as, as Suzan told, this is the one embeded within the archive.
I just regret their’s strictly no indication about "&templates" parameters in it (afaik). But, yes, looking at the code of the snippet I can understand many of such param actually exist.

But when jul says :
you can either translate the whole webloginpe.templates.xx.php
I just can’t see which file you’re talking about.
I can see only webloginpe.templates.php but nothing else.

Do you mean I can write a webloginpe.templates.fr.php huh and it will be used if I call the snippet with &lang=`fr` ?
]]>
elz64 Jan 02, 2011, 02:20 PM https://forums.modx.com/thread/44114/webloginpe-1-3-0-advanced-webuser-management-and-extended-profiling?page=54#dis-post-254194