Please Log in or Create an account to join the conversation.
Yes, image fields in CB 2.0 are already using it. Everything else still uses the legacy library until we've upgraded the various plugins to use the new library.I seem to me to have seen somewhere a better handling of images has been planned in CB 2.0 but I'm not sure..do you confirm ?
The avatar gallery? You can add your own images by adding them to the gallery folder. CB 2.0 supports full size and thumbnail images for gallery images now as well.What I would like is a better gallery images with enhanced possibility to add our own image and maybe also to create categories.
There are no plans to extend gallery usage beyond the avatar field.I would like also allow users to choose one image from the gallery when using any standard Image CB field (actually this is only possible with avatar).
You can specify a "fallback field" for the username now in CB 2.0. This means if you set Username to be hidden on registration you can have it fallback to use email address as username or any other field you want.I wondering also if you planned to allow CB to auto-generate Username without need to publish the field on registration form.
Please Log in or Create an account to join the conversation.
The avatar gallery? You can add your own images by adding them to the gallery folder. CB 2.0 supports full size and thumbnail images for gallery images now as well.
There are no plans to extend gallery usage beyond the avatar field.
Please Log in or Create an account to join the conversation.
CB always copies them over on install. This is encase we change them, update them, add new gallery images, etc.. you'll need to delete them after install to remove them if you don't want the defaults.Yes but actually when we update CB, all default gallery image are added again even if we have previously remove it. I hope CB 2.0 will not add these image with every update.
That's doable. Each radio input and label has a unique ID so you could use CSS to render the actual image so they know what they're selecting. You'd then just have the values as the image names or something of the sort and use a delimiter IF condition to determine if uploaded image or the select radio image should display. This is even either to do with CB 2.0 as you won't need a delimiter field to do it due to the Layout feature available to all core fields, which lets you customize a fields output.I thought to set a radio field with for example 50 options and when one option is selected to show inside "Edit profile" a corresponding image (using a delimiter field and condition) for let user see the image before update his profile. Then according to the user choice, display the image on profile view based of his url. But this seem to be complex to do and I don't think to be able to display properly a predefined image in that way.
That's working as intended. You're actually quite literally specifying the <option> element value and label (the description tooltips next to each describe this). The label is always used for output. The value is purely for storage. This allows for example the below usages.I tested CB 2.0 beta and I tried to setup a radio field. I see is possible now to set for each option the value + the label and this is a great thing which is missing in CB 1.9.1. However I tested and this seem to not work as expected.
For example I set 2 options like this:
Value: Man / Label: I'm a Man
Value: Woman / Label: I'm a Woman
Then when I update my profile and I choose "I'm a Woman", instead to see on my profile "Woman" I see "I'm a Woman".
I miss something ?
TOS is now a fieldtype. You can create as many as you want with multiple display options (link, iframe, or modal popup). You should have the core Terms and Conditions field within CB > Field Management that you can enable and configure.On CB 2.0 I don't see anymore ability to set our TOS under the tab Configuration > Registration. You moved this elsewhere or you removed that function? I looked in to this because I wondering if CB 2.0 could open the TOS inside Jquery popup. I seen this solution here:
Please Log in or Create an account to join the conversation.