Check against the POST data directly. You can do this using [post_INPUT_NAME_HERE] so in the example provided above [post_custom] should work.How can I condition the save auto action with [var1_params_custom] or [post_var1_params_custom] not empty ? I tried >0, not empty not egal to « » without success
You can't. There is no client side validation in CB Activity at this time. There will be in 6.0.0, but to extend it in 6.0.0 you'll need to write the necessary JavaScript. CB Activity will output validation errors above the input so just handle it server side for now during the before update/create triggers provided in this topic.How can I validate inputs before posting (for instance to make the location compulsory if first button is clicked)
No, the CB Gallery integration in CB Activity is only aware of the special uploads folder.Can I define another folder/album for gallery images/files instead of imports on my save auto action ? say with the name snapshots
There are plans to support map selection. There are no plans to add a general map page showing all locations. That would be something you'll have to implement yourself.Add a modal map when clic on find me to allow the user to position the pointer elsewhere, and also display all locations on an external map page
Uploading during activity edit is being added in 6.0.0. No idea what you mean by enhance it with other fontawesome buttons. My auto action instructions earlier already let you do this. There will not be an interface for doing this directly in CB Activity for 6.0.0.Add ability to change images in CB 6, upload new ones and enhance the upload area with other font awesome buttons
It's going to be explored during the redesign of the filters selection, but can't guarantee it. Performance comes first when dealing with activity streams and if the performance is bad I won't implement it since there's no point in using a search feature that just hangs the site for 5 minutes trying to search.Add a search box to find activities with keywords ?
I'd ideally like to get rid of the double input behavior all together as it's clunky and confusing. I want location selection to be based off location browser API or map selection and to avoid users having to input addresses manually.If no location name is inputted but only coordinates thanks to the find me button, insert a default « is here » language string. For now coordinates are saved but nothing is displayed
I've no idea what you mean by this. Why would you leave the stream to view 1 activity entry while looking at a stream? Regardless as already mentioned earlier direct activity access is being implemented as part of the Share feature.Add the ability to slide the activity to display it in an external page ? As it’s a card it should be possible to link the whole card and 80% is viewed now on mobile
Please Log in or Create an account to join the conversation.
Do you think it will be in CB 6 ?There are plans to support map selection.
that's exactly the way to goI want location selection to be based off location browser API or map selection and to avoid users having to input addresses manually.
For instance when the activity concerns a blog item, a K2 item or our own spot items, the user will want to click on the link, the title or a button to view it in another page. The behavior on small devices is simply to slide the item and then reveal the full content. So my idea was to mimic this behavior with a stretched link applied to the activity card and sliding it left would open the link. That would be some kind of standalone app behavior.Why would you leave the stream to view 1 activity entry while looking at a stream? Regardless as already mentioned earlier direct activity access is being implemented as part of the Share feature.
The idea was to have two buttons for the gallery upload. First button allowing to upload files/video/images and second button exclusively to add links to external multimedia files. it's two different actions.Uploading during activity edit is being added in 6.0.0. No idea what you mean by enhance it with other fontawesome buttons. My auto action instructions earlier already let you do this.
Please Log in or Create an account to join the conversation.
In CB Activity 6.0.0? Yes.Do you think it will be in CB 6 ?
Suggest doing that by adding you link to the $insert content. A stretched link over the entire activity is impossible. It would break the ability to click other links, buttons, comment, like, etc.. there's too much to account for to allow for that and having a click JS handler have to analyze every single click inside of an activity container would be slow.For instance when the activity concerns a blog item, a K2 item or our own spot items, the user will want to click on the link, the title or a button to view it in another page. The behavior on small devices is simply to slide the item and then reveal the full content. So my idea was to mimic this behavior with a stretched link applied to the activity card and sliding it left would open the link. That would be some kind of standalone app behavior.
There are no plans to split that up, but in the future when galleries are stored like activity streams are about to be you'll be able to just turn off linking exclusively in CB Activity if you want. Right now you'd have to turn off linking for profile gallery to remove that or I guess just use CSS to hide it.The idea was to have two buttons for the gallery upload. First button allowing to upload files/video/images and second button exclusively to add links to external multimedia files. it's two different actions.
We would then target the second one with an auto action. I don't know if this is feasible now with gallery auto actions ?
In the mean time you can follow my progress below. Every time I hit a milestone in its development I try to give an update. Just posted one today on several design improvements.Looking forward for the first betas
Please Log in or Create an account to join the conversation.
Excellent idea, I'll make two buttons with auto actions : one for uploads and one for linksI guess just use CSS to hide it.
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.