hello,
Is it possible with CB Auto Action to have in the Conditional a tab and not a field ?
For example, if CB Profile tab gallery is empty, do a redirect.
thank you
geniusyourself wrote: hello,
Is it possible with CB Auto Action to have in the Conditional a tab and not a field ?
For example, if CB Profile tab gallery is empty, do a redirect.
thank you
nope.
but if you really want to do what your example implies you can use the
_pg_CurrentUploadedItemsCount (cb_pgtotalitems) field which is automatically maintained by the CB Profile gallery plugin for each user and it contains the number of uploaded items.
So I am guessing (have not tested) that you can check if this field is 0 which would mean that the user has no uploaded gallery items in his gallery tab.