Hi All....
I'd like to announce the release of a new beta of FrontEndUsers, and of SelfRegistration module.
The FrontEndUsers module adds two property types, one for a multi-select list, and the other an image type to allow end users to upload images. I've also thrown in numerous other bugfixes, and some minor enhancements and performance tweaking.
The SelfRegistration module has been changed to handle the new multiselect list type, and to ignore image properties.
I would like to heap large thanks on the sponsor for this project, and ask him to keep it coming.
I would appreciate your active testing, as after release I am not sure when I'll be able to get back to this project to fix any bugs that aren't found in this short beta cycle.
Please submit a bug in the forge, or respond here if you find anything.
Thanks.
Announcing new betas of FrontEndUsers and SelfRegistration Modules
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Announcing new betas of FrontEndUsers and SelfRegistration Modules
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules
Thanx for these great Modules.
I started translating them into dutch.
Can't wait to see them in non beta.
Keep up the good work.
Id2020

I started translating them into dutch.
Can't wait to see them in non beta.
Keep up the good work.
Id2020
Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules
After installing the new SelfReg module version, I now seem to get an error when trying to use the "re-send the registration / verification email" link:
Fatal error: Call to undefined function: _userdisplaylostregemailform() in
c:\domains\[my domain]\wwwroot\modules\SelfRegistration\action.default.php on line 412
Not sure if this error / bug has only just appeared, but think I have used the re-send process successfullly before now.
Fatal error: Call to undefined function: _userdisplaylostregemailform() in
c:\domains\[my domain]\wwwroot\modules\SelfRegistration\action.default.php on line 412
Not sure if this error / bug has only just appeared, but think I have used the re-send process successfullly before now.
Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules
Got the same error.
-
- Forum Members
- Posts: 36
- Joined: Fri Dec 22, 2006 4:29 pm
- Location: Philadelphia, PA
Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules
Using Frontendusers 1.1.3-beta1 with CMS Made Simple 1.0.4 and get the following message after user logs in:
"can't find pageid ..."
Users can log in, just doesn't redirect to the correct page.
Can't figure out if I forgot to put some param or tag somewhere or if it's a bug.
Anyone else having the same problem?
"can't find pageid ..."
Users can log in, just doesn't redirect to the correct page.
Can't figure out if I forgot to put some param or tag somewhere or if it's a bug.
Anyone else having the same problem?
Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules
Hi,
I solved the following error message:
by changing line 412 from:
to
It seems to work, but I can not oversee the whole code, so I not aware of any unwanted side effects,
donnut
I solved the following error message:
Code: Select all
Fatal error: Call to undefined function: _userdisplaylostregemailform() in
c:\domains\[my domain]\wwwroot\modules\SelfRegistration\action.default.php on line 412
Code: Select all
$this->_UserDisplayLostRegEmailForm( $id, $params, $returnid );
Code: Select all
_UserDisplayLostRegEmailForm( $this, $id, $params, $returnid );
donnut