1. ruud
  2. Bug Report
  3. Thursday, August 31 2017, 02:15 PM
Hi, since Joomla 3.7 we have the possibility of Custom user fields.
There is an error when used in componation with Easy Profile

Steps to reproduce
1. create a Joomla custom user field of type editor
2. login in the front-end
3. goto edit profile and fill in some text (e.g. 12345678) in the newly created field
4. display the profile for another user
>>> the custom field for this user displays '12345678'

What happens is that on the display user view the custom field is filled with the info of the currently logged in user
admin Accepted Answer
Admin
Hi Ruud,
thanks for your report, we will fix this ASAP (a couple of days) :D
  1. more than a month ago
  2. Bug Report
  3. # 1
ruud Accepted Answer
Hi, just installed and tested new version 2.4.6 (with fields fix), but problem is still present in this version.
Are you still working on this?
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
have you some template override of profile page? if yes then please remove it. You can simply rename file from /templates/your-template-folder/html/com_jsn/profile/default.php to /templates/your-template-folder/html/com_jsn/profile/default.old.php
  1. more than a month ago
  2. Bug Report
  3. # 3
ruud Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
Hi Ruud,
can you please post me your site details to check this? I have just tested in my environments and works.
  1. more than a month ago
  2. Bug Report
  3. # 5
ruud Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Hi,
thanks for this investigation, But this is strange, in my environment:
with PHP 7.0.x -> Warning but works
with PHP 7.1.x -> No Warning and works

Anyway To fix this you can replace line 696 in file /plugins/system/jsn_system/jsn_system.php from (I have already do it in you r test site)

public function onCustomFieldsPrepareDom($field, DOMElement $parent, JForm &$form)

to

public function onCustomFieldsPrepareDom($field, DOMElement $parent, JForm $form)
  1. more than a month ago
  2. Bug Report
  3. # 7
admin Accepted Answer
Admin
Of course we will add this fix in next release.
  1. more than a month ago
  2. Bug Report
  3. # 8
ruud Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.