Announcing new betas of FrontEndUsers and SelfRegistration Modules

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
calguy1000
Support Guru
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

Post by calguy1000 »

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.
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.
ID2020
Forum Members
Forum Members
Posts: 39
Joined: Wed Feb 08, 2006 12:47 am
Location: Netherlands, Tilburg

Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules

Post by ID2020 »

Thanx for these great Modules.  ;D 

I started translating them into dutch.
Can't wait to see them in non beta.

Keep up the good work.

Id2020
RohanP

Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules

Post by RohanP »

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.
dignity

Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules

Post by dignity »

Got the same error.
harleyquinn
Forum Members
Forum Members
Posts: 36
Joined: Fri Dec 22, 2006 4:29 pm
Location: Philadelphia, PA

Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules

Post by harleyquinn »

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?
donnut

Re: Announcing new betas of FrontEndUsers and SelfRegistration Modules

Post by donnut »

Hi,

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
by changing line 412 from:

Code: Select all

$this->_UserDisplayLostRegEmailForm(  $id, $params, $returnid );
to

Code: Select all

_UserDisplayLostRegEmailForm( $this, $id, $params, $returnid );
It seems to work, but I can not oversee the whole code, so I not aware of any unwanted side effects,

donnut
Post Reply

Return to “Modules/Add-Ons”