By Sabih on Monday, 21 November 2016
Posted in General
Replies 18
Likes 0
Views 198
Votes 0
Hi,

after installation of ES2 somehow my quick registration module looks totally different by the input fields which show up. Additionally I have to admit that I can not find any place to make it look like before again.
I've checked in your site, it seems like your quick registration module set to "Full" type registration from the module, I already help you set it to `quick` type, it should work correct now.
·
Friday, 25 November 2016 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
We have actually removed these settings in the quick registration section in EasySocial 2. Instead, it displays a fixed list of custom fields on the quick registration section.
·
Tuesday, 22 November 2016 02:40
·
0 Likes
·
0 Votes
·
0 Comments
·
But these are the things that made the Appcarvers app so bad! The missing of a proper way of registration. Now people need to click an additional link just to get to the registration? For being specialists you should know that users should have to click as few links as possible, Forcing your customers into forcing their visitors to click another link is just wrong. I can not describe how bad this is. Hype for ES2 is gone instantly with this huge disappointment of being forced to having a useless registration! I just bought the docker plugin, useless as well when the popup shows a fixed predefined registration with selection of gender though my site is for women only. Not to mention people on a mobile device need to visit another link...
·
Tuesday, 22 November 2016 17:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, I am not too sure what do you mean by enforcing users to click on the register link. They could still use the quick registrations to register on the site.
·
Wednesday, 23 November 2016 00:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Well, when I check the forums I find several people not being happy with the latest decisions made and I have to agree with them.

They could still use the quick registrations to register on the site.


None of your customers can use this module since there is no captcha.


Nevertheless I found out to edit these three files:
/components/com_easysocial/themes/wireframe/helpers/html/login.php
/administrator/components/com_easysocial/models/fields.php
/modules/mod_easysocial_register/tmpl/default.php

Could you please assist how to make a proper override for these files?
·
Wednesday, 23 November 2016 07:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you please let me know what are your end goals here? Do you only intend to display a captcha form?
·
Thursday, 24 November 2016 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
I have deleted the gender and fullname and have insert a checkbox, captcha and address. it seems to be working so far but I would like to make an override of these files to not get overwritten with the next update. I have no clue how to make an override of files from the administrator folder if this is even possible.
·
Thursday, 24 November 2016 01:35
·
0 Likes
·
0 Votes
·
0 Comments
·
In the next version, we'll be adding more fields to the theme file so you could just overwrite the front end theme files when you update
·
Thursday, 24 November 2016 02:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Sounds good, so I just wait for this.

Unfortunately I was a bit too quick before. I have submitted the former post, wanted to edit the post and then got a long phonecall and forgot to submit the edited post.

The problem with my quick registration is now, that you force us to have an email confirmation field as well. So I have to make another hack because having only one email field on the quick registration leads to the full registration with an empty 'confirm email' field... Could you please provide which files I need to edit to get rid of the email confirmation field?

To see what I mean you can go to http://sicherung.zazeni.de.vm107.fc-server.de/ and try to register. Credentials for access to site are at site details 'dev' site.
·
Thursday, 24 November 2016 06:40
·
0 Likes
·
0 Votes
·
0 Comments
·
You can modify these following file.

JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/html/login.php
JoomlaFolder/modules/mod_easysocial_register/tmpl/default.php


Template override in :
JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/helpers/html/login.php (Easysocial login page/ dashboard page)
JoomlaFolder/templates/YourCurrentTemplate/html/mod_easysocial_register/default.php (Easysocial quick registration module)
·
Thursday, 24 November 2016 13:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

I have my quick registration already done as I want to. But the quick registration leads to the full registration because of the missing confirmation email field. So I want to remove the forced email confirmation, because probably this leads to the not working mini registration.
·
Thursday, 24 November 2016 22:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Ooph, so simple. I just thought way to complicated. Thank you Arlex for your effort.
·
Sunday, 27 November 2016 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sabih By the way, in 2.0.6 you can configure it under Settings > Users > Registration if you would like to disable re-confirm e-mail altogether
·
Sunday, 27 November 2016 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post