1. obi
  2. Commercial Templates
  3. Monday, 18 March 2019
  4.  Subscribe via email
Hi Ciaran,

in the module "mod_j51profile" it is unfortunately not possible to enter HTML code in the field "captions". The code is cleaned up.
Can you tell me which line of code would need to be adjusted to allow HTML code?

That would be great!! :)

Greetings Obi
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Obi

In your modules mod_j51profile.xml (../modules/mod_j51profile/mod_j51profile.xml) try changing the following (line 50)...

<field name="j51_caption" type="textarea" default="" label="Caption" description="Set your profile caption" /> 


To...

<field name="j51_caption" type="textarea" filter="raw" default="" label="Caption" description="Set your profile caption" /> 


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, you are my hero! :)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!