WBCE CMS – Way Better Content Editing.
You are not logged in.
Hi all
I can't find the possibility to create a register page with form for customers.
Thank you for help.
Offline
this depends on what you want to achieve.
If the users should register on your site to access pages which are only accessable for a certain usergroup, just add a login form to your page, the easiest way is putting the droplet call [[loginbox]] on the start page or in the template. Create a group with restricted editing rights at access/groups and activate registration at the options.
Users register with username and mailaddress, if you need more data during the registration process, you need special extensions.
If you just need a form where visitors can enter their data, have a look at miniform or mpform an create an input form according to your needs.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
this depends on what you want to achieve.
If the users should register on your site to access pages which are only accessable for a certain usergroup, just add a login form to your page, the easiest way is putting the droplet call [[loginbox]] on the start page or in the template. Create a group with restricted editing rights at access/groups and activate registration at the options.
Users register with username and mailaddress, if you need more data during the registration process, you need special extensions.If you just need a form where visitors can enter their data, have a look at miniform or mpform an create an input form according to your needs.
Nice! All done and all works using the droplet but how can set the form fields of the login fom?
I see this when In admin tools
Last edited by mdvitalia (20.10.2019 13:47:07)
Offline
This is definitely not normal.
Can you tell us which PHP version you are using and a screenshot of the browser console (F12) would be nice.
Offline
PHP is 7.2
hope the console screenshot is right
Offline
see #7
Last edited by colinax (20.10.2019 14:30:07)
Offline
The view you see in the admin tools is the overview of the received messages.
If no MiniForm forms have been created for the frontend, it looks like #3 and #5
To add a MiniForm form go to Pages -> Add Pages and choose as Type MiniForm
Offline
stefanek
And, to make clear: Miniform is just a module to build contact forms. The form data is sent by mail to one or more email adresses and stored in the backend, but it has nothing to do with the user management of WBCE and the loginform droplet mentioned before.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
colinax
Nice! All done and all works using the droplet but how can set the form fields of the login fom?
If you used the droplet, in the Droplet module (Admin-Tools Droplets)
Offline
mdvitalia
The view you see in the admin tools is the overview of the received messages.
If no MiniForm forms have been created for the frontend, it looks like #3 and #5
To add a MiniForm form go to Pages -> Add Pages and choose as Type MiniForm
ok I have used the droplet Login to know that exists a signup page (..account/signup.php) with a form for account registration.
I have translated in italian language a part that was not wll translated but now I can't find how to translate the privacy notice confirmation
that you can see in this image:
Offline
You find this phrase in modules/tool_account_settings/languages/EN.php
If you'd like, you can translate all phrases and save it as IT.php
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
mdvitalia
You find this phrase in modules/tool_account_settings/languages/EN.php
If you'd like, you can translate all phrases and save it as IT.php
Nice, I see it now, many thanks!
Offline
You find this phrase in modules/tool_account_settings/languages/EN.php
If you'd like, you can translate all phrases and save it as IT.php
I'd like to share translation for this project
Offline
florian, stefanek
That would be great. Just attach the IT.php to a forum posting when you're ready. We will add it to the next release.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
mdvitalia, stefanek
Yes, this is nice community teamwork, mdvitalia!
“Success is the progressive realization of a worthy ideal.” ― Earl Nightingale
Offline
mdvitalia
Hello mdvitalia, florian, stefanek and others.
I read this topic, very clear, the only way to do a login form is with miniform? I used mpform to insert data from users and I can't find "password" field in there.
Offline
No, you're getting that wrong. miniform is NOT the way to create a login form.
The login form is automatically generated by WBCE, if a user which is not registered, tries to access a page with the visibility "Registered" or "Private". Also, Settings > Login has to be enabled.
If the users should be able to self-register, Settings > Sign-up has to be enabled too. But be careful about the group for which new users can register. This group usually should have only reading permissions.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
Good, I can do. I stay aware of user reading permissions. Thanks for the help.
Ricardo.
Offline
No! You are getting me wrong again.
I did not mean not to edit the group permissions. I meant that you have to make sure that the users should have only reading permissions, e.g. you have to create a group which has no backend permissions:
At "Settings", you enable "Login" and - if wanted/needed Sign-Up for that group:
At "Admintools > Account and Signups Configuration > Configuration" enable Double opt-in and notifying:
Now create pages with the visibility "private" or "registered":
Or change the permissions of existing pages:
In the frontend, according to the template and the default language, users will then see a login form
and if sign-up is activated, also a registration form.
Last edited by florian (08.08.2020 06:30:40)
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
Pages: 1