Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, matching against "" is to match against empty string.1. what's the format to call for empty field? => cb:if cb_phone="" ? (meaning there is no value entered?)
CB Core Fields Ajax will allow you to have ajax editable fields. Thee can be edited from profile view or userlist for example.2. How do I display editable field (i.e. checkbox) IN view=userprofile? additionally or instead of showing editable field in edit view - i.e. I want to build progress steps, and user should be able to check the checkbox upon completion of a task - except I don't want to direct user to the edit view but do that right in the tab (I'm using custom HTML as wrapper for the fields btw.)
Set your tab to one of the not displayed on profile positions.3. Following this thought: I created a 'shell' tab with the fields - is there "no position" position for tabs? so that I don't have to display the tab - but instead call it into the custom html output field? I tried to unpublish the tab (no go) and to use [cb:usertab tab="22" user="#displayedOrMe" /] ... no go either
user="#displayed" means substitute information from the displayed user. This only works on profile view as we only set the displayed value there. #displayedOrMe means substitute from the displayed user otherwise substitute from me (the viewing user).a) what exactly these both mean: #displayed and #displayedOrMe
It's the reason for the output. If the reason is "profile" (default) it means the profile display of the field. If the reason is "edit" it's the profile edit display of the field.b) what is this: reason - fields and tabs only ('profile', 'register', 'list', 'edit', 'search') => I tried to use reason="edit" thinking that the editable field will show up in view...
They're tab positions to hide tabs from being output on profile. These can be used to have API or substitution accessible only tabs/fields.c) what the heck are these: not_on_profile_1-9?
Please Log in or Create an account to join the conversation.