1. Tony_Rousell
  2. Support
  3. Wednesday, October 01 2014, 11:49 PM
Hello Everybody,

I am wondering if anyone has an issue with the checkboxlist and its limit?

I created one with 29 music genres and if you select up to or more than 15-16 then then on saving the whole field resorts back to a state where none of the boxes are checked.

Is this a limit that I have hit and can it be extended?

Thank you,
Tony

PS .

As a work around while building the site I have created 2 fields of 10 and 1 of 9. Hiding the label in the last 2 fields.
Accepted Answer
admin Accepted Answer
Admin
Hi,
the problem is the column of DB table, now is set to 255 chars. So when you select many options you exceed this limit.

So you have two way to fix this:

1) increase the limit of the column (for example with PhpMyAdmin), the column is called "clubdjcomknowledge" in the table "#__jsn_users"

2) reduce the length of the values, now you have this:
djcomknooldskool|Old Skool
djcomknoparty|Party
....

you, may set something like this:
oldskool|Old Skool
party|Party
....


solution 2 is not recommended if you have many existing members, because they will lose their value for that field
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
can you please post me your site details, I would like to see this problem and check your configuration. You can use the form below the reply in site details tab.
  1. more than a month ago
  2. Support
  3. # 1
Tony_Rousell Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
Tony_Rousell Accepted Answer
Many thanks for your reply and very quick diagnosis.

Issue resolved and I have learned something in the process.

Many Thanks.
Tony.

PS. I will be asking more questions as I build this site with easy-profile.
  1. more than a month ago
  2. Support
  3. # 3
  • 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.