Support

  1. grindersplace
  2. General
  3. Thursday, July 23 2015, 03:21 PM
Hello. I was looking trough the topics, but couldnt find an answer for this issue.

What I would like to do is that our costumers only have to fill in the following:

- Username
- Email
- Password

I know name is a required core element of joomla registration, but somehow easy profile makes it hidden and replacing it with Last name and First name. But I dont need those either. Can you please bring me a solution for it?

Thanks
gabrio Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi,
sorry but Name (firstname+lastname) is required, so is not possible to remove.

You can do something like this:
- in Easy Profile options set "Login Type" to "Only Email", this will remove username field
- in Easy Profile options set "Name Style" to "Only Name", this will remove second and last name
- change label of firstname field with something like "Nickname"
Now you have these fields
- Nickname
- Email
- Password
You need to login with email and password (no username), nickname will be displayed in profile page, Url SEO, Joomla article and in all other parts.
  1. more than a month ago
  2. General
  3. # 2
grindersplace Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
Hi,
there are many way to do this:

simple way: javascript
add this javascript code:
jQuery(document).ready(function($){
$('#jform_firstname').closest(".control-group,.form-group").hide().addClass("hide");
$('#jform_username').change(function(){
$('#jform_firstname').val($('#jform_username').val()).change();
});
});
  1. more than a month ago
  2. General
  3. # 4
grindersplace Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 5
admin Accepted Answer
Admin
You can put this code in some Javascript file (maybe in your template). if you give me your site link we can say you where to put this code.

i'll also change my registration form to only username/email/password
Yes this hide firstname field and copy value from username in firstname.
  1. more than a month ago
  2. General
  3. # 6
grindersplace Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 7
admin Accepted Answer
Admin
I seen your site and I'm sorry, but you use another registration form provider, Easy Profile extends Joomla user profile. so registration form of Easy Profile is the same of Joomla. On your site you use improved ajax login, this component not load users plugin so you can't see Easy Profile fields.

This component greatly limits the features and potential of Joomla.
  1. more than a month ago
  2. General
  3. # 8
grindersplace Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 9
admin Accepted Answer
Admin
If you want to use Easy Profile (Joomla) registration form you need to remove "improved ajax login".
  1. more than a month ago
  2. General
  3. # 10
grindersplace Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 11
grindersplace Accepted Answer
still looking for answer. anybody can help?
  1. more than a month ago
  2. General
  3. # 12
admin Accepted Answer
Admin
its working completely fine with easy profile
Great, we have poor experience with "improved ajax login", some months ago this not work. Maybe they make some update.

but in site http://new.grindersplace.com I can't see our firstname field to hide.

Firstname field is required as Joomla's Name field, so solution is similar for Joomla or Joomla+Easy Profile. Now you use "improved ajax login" for registration, so we recommend to contact their support. I'm sorry but we can support Easy Profile registration form (same of Joomla).

NOTE: this is not a feature of our product and also you use another product to registration. So for us, it becomes very difficult to support you on this.
  1. more than a month ago
  2. General
  3. # 13
grindersplace Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 14
gabrio Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 15
admin Accepted Answer
Admin
Hi,
Yes, you can manage ACL for each field and you can assign usergroups by conditions.

You can check ACL settings with free version, add/remove from usergroups features is available only on paid versions.

Example http://salomon.si/uporabnik/registracija
- You can create a checkbox field with this option:
1|Smo pravna oseba
- and add follow condition:
if equal to custom value "1" show "Davčna številka","Matična številka".... and add to usergroup "legal entity"

Example https://login.bolha.com/registracija_izbor.php
- You can create a hidden field (with alias user_type) with following conditions:
1. if equal to custom value "podjetja" show business fields and add to usergroup "podjetja"
2. if not equal to custom value "podjetja"show individuale fields and add to usergroup "posamezniki"
- Now can access at these form with these link
1. (posamezniki) http://your-site.com/registration (normal Joomla registration form)
2. (podjetja) http://your-site.com/registration?user_type=podjetja (same previous link with parameter user_type)
Docs to assign field by URL here: https://www.easy-profile.com/docs/27-set-default-value-in-registration-from-url.html
  1. more than a month ago
  2. General
  3. # 16
grindersplace Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 17
gabrio Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 18
admin Accepted Answer
Admin
@gabriel GTS
Is that options in payable version?
In free version you can try conditions to hide/show fields with text type (instead checkbox or hidden field).
Anyway here live examples (these examples have tabs details and business but you can create as like you):
like http://salomon.si/uporabnik/registracija - http://dev02.newdigilab.com/create-account (checkbox)

like https://login.bolha.com/registracija_izbor.php - http://dev02.newdigilab.com/ (button)
  1. more than a month ago
  2. General
  3. # 19
admin Accepted Answer
Admin
@grindersplace

Hi,
unfortunately we have no experience with this component and we support only Easy Profile, this is not our registation form.
  1. more than a month ago
  2. General
  3. # 20
gabrio Accepted Answer
Hi.

Is possible to create for me someone who develop this form, after buy pro version? How much must be pay if i don't know how create this? Is same as your tutorials before few days ago?

Thanks, Gabriel.
  1. more than a month ago
  2. General
  3. # 21
admin Accepted Answer
Admin
If possible buy only profile /register form or better to must use all component, because i need for Classifieds Ads site?
Sorry I have not understand well, anyway we have not experience with "Classifieds Ads", but you can try to check conflict by trying free version.


Is possible to create for me someone who develop this form, after buy pro version? How much must be pay if i don't know how create this? Is same as your tutorials before few days ago?
We not work as freelance, but we can help you to create form like your example for free. Anyway tutorial is the same explained in the previous post*

* in second examples you need also to create a Joomla article with 2 link (buttons)
- http://your-site.com/registration
- http://your-site.com/registration?user_type=podjetja
  1. more than a month ago
  2. General
  3. # 22
gabrio Accepted Answer
Hello.

No any conflict with using classifieds on test with free. All works good without any problems on default JOOMLA or JSN templates. I'm using licence or free EPIC, MICO, BOOT templates. Classifieds component is Ads Manager (JULOA) and Jomclassifieds (yendif.com). If buy J BOLO chat is price already to using or must pay any month for live service?

Greetings, Gabriel.
  1. more than a month ago
  2. General
  3. # 23
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.