Support

  1. itadminguy
  2. Support
  3. Thursday, December 24 2015, 04:32 AM
I used chronoforms to setup an easy profile. Everything works. Results save to database perfectly. The fields from chronoforms show up in the menu created for the profile using Easy Profile. So far so good.

When I select edit the profile to change either the joomla fields or the new fields created from Chronoforms, the changes do not save. I turned everything to "public" to see if that was the problem. Still cannot save edit changes either as a superadmin or a user.

I am still able to make edits using Joomla users. I can change the core joomla username, middlename, lastname, etc...

I am at a dead end for now. Can you assist? Thanks
itadminguy Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 1
itadminguy Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,

1. Fixed with a DB query with " MijoSQL" component.

2. You have 2 problems:

Problem 1
Conflict with Mootools More and Bootstrap Javascript libraries. you can solve this by adding following CSS code:
div.jsn_search .input-prepend, div.jsn_search_module .input-prepend, #member-profile .input-prepend, #member-registration .input-prepend, #filters .input-prepend {
display: table !important;
}


Problem 2
Plugin called "System - JB Library" replace Joomla jquery javascript library with a old version, you need to disable this feature from plugin options or disable entire plugin.
  1. more than a month ago
  2. Support
  3. # 3
itadminguy Accepted Answer
Both fixes worked perfect. I love easy profile. Basically works flawlessly with a chronoforms form. There is only one potential problem between chronoforms and EP that was solved another way. If you create a CF checkbox or checkbox group, and then create an EP checkbox, I couldn't get it to show up in EP. I went with radio or multifield in both EP and CF (multifield called a dropdown in CF) and they work good. If you could get the checkbox working between CF and EP, it would make them 100% connected. As it is now, EP and CF are still the best possible for creating custom forms and having them save to the profile page. Other than the multi-field/drop down issue, there is no better custom form capability if you want results in each user profile.

Also, would be good if the field names in edit profile in front-end could display the custome title field names like they do in the regular easy profile for front-end. Not a big deal though.

Thanks again.
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
we not have experience with Chronoforms, but I think the problem is due to saving format on DB table, Easy Profile uses JSON format for multivalues field type.

Multivalues fields type are stored only by:
- Checkbox field type
- Selectlist (dropdown) field type with "Multiple Options" parameter enabled

For example if you have these options:
music|Music
art|Art
design|Design


then you will have in DB table something like:
["music","art","design"]
  1. more than a month ago
  2. Support
  3. # 5
itadminguy Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 6
itadminguy Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 7
admin Accepted Answer
Admin
Hi,
this happen because there is a problem with your information (see screenshot).

In your template was disabled parameter Features->System Messages, so you not see any error/warning message. Now I have enabled this option and you will see message like screenshot

Why was disabled Features->System Messages? I don't know, I think this is a stupid feature :D, another example: when you try to login with invalid account you not see any message?!?!?!?

Anyway, I have enabled System Message and all make more sense ;)
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 8
itadminguy Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 9
itadminguy Accepted Answer
This is the Required Once php missing from above.

<?php

require_once(JPATH_SITE.'/components/com_jsn/helpers/helper.php');

?>



Note also that CF5 Form 2 can actually be used as an "edit" form as well. But the Edit Profile in the Easy Profile has a cleaner non-form look to it so I am using that instead.
  1. more than a month ago
  2. Support
  3. # 10
  • 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 Offline

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.