Page 1 of 1

Members Self Registration

Posted: Sat Jul 11, 2015 7:56 am
by Gingertom
Hello
To whom it may concern.

Firstly we are a new kid on the block and this is our first request.

We are using the latest version of CMSMS version 1.12, PHP v. 5.5.25, OS Linux, Apache v. 5.5.25, Perl v. 5.10.1

Modules in question, FEU 1.29, SelfReg 1.9.2, Captcha 0.5.2, Newsletter 1.2.0

Our requirement. We are trying to create a Self Registration members list, members would be able to login to backend with their own permissions, and also opt in or out of Newsletter.

In the FEU we have created a group called Members and a User Property called Name.
In a page called Registration we have added {SelfRegistration group=Member}.

Problem No.1

On the form we have email, password, password again, name, all with boxes to enter details, but the box for the Captcha code is missing therefore the form cannot be submitted.

Problem No. 2

In the FEU settings we have selected the option ‘Use Front-end User specific permissions?: ‘ But in the Group Permissions there is no sign of FEUsers.?

If this option is not selected how do you allocate a group permissions to FEUsers?

Problem No.3 Newsletter

How do members opt in and out? In the sample template there is a link which takes you to CMSMS how is the unsubscribe option configured?

We are also seeing what looks like an error prior to sending the newsletter.

Strict Standards: Non-static method GroupOperations::LoadGroups() should not be called statically, assuming $this from incompatible context in/home/Mysite/public_html/modules/Newsletter/action.users_selection.php on line 13.

I trust that I have given a sensible explanation of what we are trying to achieve, and someone can point me in the right direction.

Many Thanks
First attempt.

Re: Members Self Registration

Posted: Sun Jul 12, 2015 8:49 am
by Gingertom
Hi
I believe I have found the solution to Problem 1.

This bit of code is missing from the Self Registration template.

<div classs="row">{$input_captcha}</div>

I would still like advice on the other issues.

Not sure if what I am trying to do can be done with the FEU module.

What's really needed is a self registration to the backend, that then can be approved by admin and permissions allocated accordingly.

Thanks

Re: Members Self Registration

Posted: Sun Jul 12, 2015 2:49 pm
by calguy1000

Code: Select all

What's really needed is a self registration to the backend, that then can be approved by admin and permissions allocated accordingly.
This is not possible. FEU/Selfreg works with for visitors to your site it does not allow them to register for administrator access.