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.
Members Self Registration
Re: Members Self Registration
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
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
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Members Self Registration
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.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.

