Calguy1000,
Thank you for giving the work flow and example. It works exactly as expected. I realize this is still a development module and part of a much larger project. Here are some quirks I noticed.
Background
I got
CMSMailer 1.73.9 to send emails using mercury with xammp.
So I assumed SelfRegistration would use CMSMailer which it does - but gets stuck at.
FrontEndUsers.api.php
Line 706: if( getmxrr($domain, $mxhost ) ) with function getmxrrr not defined -
I got the feeling that SelfRegistration is very much dependent on emails eventhough
I got the impression somewhere on the forum that email was not necessary to register.
Not a big issue for most people not using m$ windows.
I reinstalled everything on linux with much better results
I am using
SelfRegistration 1.0.3 from svn.
The quirk I am noticing is the FrontEnd User does not define an email property by default only a username property. So to get FrontEnd User Management to talk to SelfRegistration I defined on
field with an email property and bang ! they example you gave above began working
The stuff that does not work for me are:
a.) checkbox in Self Registration
Module | Preferences
ii.) Require users to enter their email address twice:
--Add Me - module://cmsms/SelfRegistration string:error_nosecondemailaddress--
I think if I could display another email textbox then it may work - The cool thing is
it uses the email property field defined in FrontEnd User to validate the email.
In
CustomContent 1.4.0 I have a few quick questions.
a.) Can I or Should I use more than one {cms_module module=CustomContent} or put everything in one big if-elseif-elseif-endif at the top of the page. I am having problems when I add stuff like.
Code: Select all
<br>
{cms_module module=CustomContent}
{if customcontent_loggedin}
{if customcontent_memberof_xBox}
xBox stuff only <br>
{/if}
{if customcontent_memberof_PS2}
PS2 stuff only <br>
{/if}
{/if}
b.) I am thinking of using Smarty tags because it's visually easier on the eye when writing articles instead of the embedded comments. I noticed errors when i try to use some tags such as.
syntax error: unrecognized tag 'customcontent_loginname' ... I can probably do without this tag but
the if-elseif content separation is what I need.
Calguy thank you for all the work you put in and the support on these modules.
This stuff is great, still trying to figure out how this works. Don't know how you do it.
have a great day !
-Scott