1. lugoluz
  2. General
  3. Sunday, May 24 2015, 03:04 AM
Hello

I created a Field with 11 options, and each option has its own condition to add user to a group.

I want to put but Easy Profile shows only 10 conditions, how can I add more?

I'm pretty bad editing code and due some permissions, I don't want to violate your terms&conditions
lugoluz Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
Hi,
from version 1.3.9 we have change some language string and added some tip to explain conditions.

so you need to change title of new condition (XML spacer) to
<field name="spacer_conditions10" label="COM_JSN_CONDITION_LABEL10" type="spacer" />

and add COM_JSN_CONDITION_LABEL10 language constant in Joomla language override. Go to extensions->language->overrides and add translation for this contants.
Another solution is to not use language constant so you can replace with something like this:
<field name="spacer_conditions10" label="Condition 11" type="spacer" />
  1. more than a month ago
  2. General
  3. # 2
lugoluz Accepted Answer
Easy Profile Support wrote:
Another solution is to not use language constant so you can replace with something like this:
<field name="spacer_conditions10" label="Condition 11" type="spacer" />


Thank you, the 2nd solution is easier to work.

But what about the copy's error about condition 9 to 10? did I fix it properly?
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
But what about the copy's error about condition 9 to 10? did I fix it properly?
Sorry but I have not understand this problem :( , can you explain me better?
  1. more than a month ago
  2. General
  3. # 4
lugoluz Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 5
  • 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.