Please Log in or Create an account to join the conversation.
I highly suggest ignoring any topic that's more than say 8 months old. Especially 3 year old topics. Our searching doesn't even search that far back by default.I found this here after a search of the forum.
www.joomlapolis.com/forum/7-community-bu...om-multivalued-field
Not correct, edit the field in CB > Field Management and empty the value you want to remove then save your field.Deleting "Values" from fields in the CB back end does not seem possible? Am I correct?
Correct, the value is the value and the label. We really need to separate value and label. I'm working on the next CB 1.x release and will see if I can get it implemented.I am guessing that if I change "LightWorks" to "Lightworks" any one who has selected "LightWorks" as a skill will no longer be searchable using the new value"Lightworks"
Removing or changing a value does not remove or change the value stored to a users row. This is why we suggest using language strings so the value and the name display are pretty well separated. Example of this usage.At some point I change the Value "Da Vinci" to the value "Resolve"
I still have people with "Da Vinci" on their profiles this is leading me to think that the above "LightWorks/Lightworks" e.g. will be the same!
To update user rows with the new values, yes unfortunately as you did not begin with using language strings.Do I have to do all this kind of stuff in the phpAdmin interface?
You basically can't. If you remove it, they save their profile, the value will be lost. It would be horribly bad design to keep values that do not exist on save as that'd cause a vulnerability.What happens if I want to remove a "Value" from the selection process but want to leave it in the Users Profile.
e.g. a program is EOL and I do not want new Users entering it.
On the other hand I do not want to remove it from existing users profiles!!!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You removed the first value. Move something up so it becomes the new first value. It only validates the first value to ensure at least 1 value is supplied.I tried this before posting but am getting the same result as before.
Subscriptions have nothing to do with CB releases. CB releases have and will continue to be free for everyone as long as they're registered.Wow that is a serious limitation. My "Pro" subscription runs out in a couple of weeks I really hope that I can have access to this feature even if I do not update my subscription immediately. It would seem to me to be a "Must have rather than a "Nice to have."
Assuming you update each users database row, yes.So if I changed "LightWorks" to "Lightworks" using the phpAdmin interface that would ripple seamlessly through to the CB front End Profiles?
Please see your CB documentation, which you can download from the Advanced downloads section. We also have some information on language usage below.Do you happen to have a link for me where I can learn more about "language strings"?
Well if you do it now you're going to lose all your users field values as they won't match anymore unless you update every users database row with the correct values, which won't be easy as multi-selects store as Value1|*|Value2, etc.. so would require a little more complex SQL to update all the rows with the new values. I guess the alternative is leave it alone for now and wait for next release where hopefully I can get separation of Value and Label implemented.Does it make sense to try to implement this for me what is Latin after the "Event"? i.e. " "language strings."???
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Unfortunately, yes.So I would have to update the "Value" in the database and then go to each users profiles and update the value again. In this case "LightWorks" becomes "Lightworks." It would not be a huge deal as I probabyl only have 10 people who use "Lightworks"
I don't use the time tracking on our forge so I've no idea why it even says 4 months late. I just started working on CB 1.9.1 like 2 weeks ago (now renamed CB 1.10.0). Should be done by end of next month and probably starting testing phases sooner than that.Any idea what might be a realistic release date. Like we are talking 2013 and not 2014? Just asking!
Issue will basically be gone entirely with next CB release as you'll be able to specify separate Value and Label. Below is how I have it implemented, and working, as is for next release.From my innocent perspective this seems to be one of the more difficult aspects of CB
Please Log in or Create an account to join the conversation.