1. jameswadsworth
  2. Features Request
  3. Wednesday, October 09 2019, 10:23 PM
Would it be possible to add in a future release an option "description" under Options Text Field so that in the frontend the custom fields show the joomla tooltip?

Thanks J
Accepted Answer
admin Accepted Answer
Admin
Hi,
thank you for your report :D , we will fix it in next release.
description="'.JsnHelper::xmlentities(($item->description)).'"
  1. more than a month ago
  2. Features Request
  3. # Permalink
admin Accepted Answer
Admin
Hi,
it is already so, the description (the editor below the field type selection) of the field will add the tooltip.
  1. more than a month ago
  2. Features Request
  3. # 1
jameswadsworth Accepted Answer
Great! It was not clear and not in the documentation. Perhaps you can add.
References
  1. http://docs.easy-profile.com/index.php/article/create-custom-field
  1. more than a month ago
  2. Features Request
  3. # 2
jameswadsworth Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 3
admin Accepted Answer
Admin
Hi,
try to check the generated HTML content. for example something like
<p style="font-size:13px">COM_USERS_USER_FIELD_FIRSTNAME_DESC</p>
or
<p><span>COM_USERS_USER_FIELD_FIRSTNAME_DESC</span></p>
will be not translated.

To make translation you can have a HTML code like
<p>COM_USERS_USER_FIELD_FIRSTNAME_DESC</p>
or
COM_USERS_USER_FIELD_FIRSTNAME_DESC
  1. more than a month ago
  2. Features Request
  3. # 4
jameswadsworth Accepted Answer
Hi

thanks for the clarification. It is now working for all fields except select field types. We have doubled checked to make sure there isn't any html content, only the p tags

<p>COM_USERS_USER_FIELD_CUSTOM_STATE_DESC</p>
  1. more than a month ago
  2. Features Request
  3. # 5
jameswadsworth Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 6
  • Page :
  • 1


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