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.
Implementing map support for the Location feature is planned. Unsure if that will make it into 6.0.0, but will be trying.Clicking on geolocate me could open a modal showing the coordinates found and allowing to change the position. Maybe coordinates say nothing for the user
No.Is it possible to change the buttons order in the posting area and make some of them dependent. For instance if I feel happy then a new cb field appears and I can geolocate me only in this case
No.Is it possible to change the order of CB Galery display ? for instance if I add a post with a message and an action, then add a media, this has to be a post display and not a gallery item display : meaning it should display user made this action and in the body the image is displayed. And not user added a gallery item first.
A Share feature is planned to allow easy direct linking to an individual activity post as well as option to "repost" something to your profile. Unsure how exactly I want to handle this because there's access permissions to contend with.That would be good to be able to display a post in an outside page also for it to be shareable and seo friendly.
Yes, you configure 2 different streams with the same Asset and each stream can have a different set of features. In CB Activity 6.0.0 this will be a lot easier since streams will be stored in the database and you'll have a backend management page for configuring all your streams in 1 place. Activity will also begin keeping track of what stream it belongs to so the activity can be rebuilt safely with all the feature checks applied.Is it possible to have different posting features depending on the viewed activity page ? For instance only three buttons on one page and all on another?
If you're talking about the media modal from CB Gallery that's already possible and is exactly how Likes/Comments are being added to CB Gallery via CB Auto Actions. If you mean for the media modal for raw images being linked in a post there's no such functionality or plans for such functionality at this time since there isn't really any information to utilize to display something there (it's just a URL link; we've no data beyond that).Is it possible to have on the media modal, also the ability to display other informations from the post ie location, link to external display of the post, link to share it, other modules
Please Log in or Create an account to join the conversation.
The best approach is to stop trying to use what's there and write a plugin to add the feature you want to CB Activity.
This is similar to how CB Gallery adds support for stream uploads. You'd basically add a new button that asks for all your required information and handle all of its storage yourself. All can be done from triggers.
CB Activity is unfortunately never going to 100% cover your needs
Please Log in or Create an account to join the conversation.
I don't have anyone to recommend, sorry.Yes this seems to be the best. Could you recommend a team or a dev which is used to CB for this ?
It's handled internally in CB Gallery and not by an auto action, but it's being done entirely with triggers so it can be done with auto actions. Sorry for the confusion.Do you achieve the support by auto action ? I did not find it
To be honest I've no idea. I hoped it'd have released as Beta by now, but the amount of work is a lot more than I expected. It's effectively in a "when it's done" state. I'm still holding out hope for a Beta/RC before end of this year, but likely won't release as Stable until next year. It's A LOT of work rewriting everything while maintaining backwards compatibility so I don't destroy everyone's sites, lol.BTW what's the planned timetable for CB Activity 6 ?
I guess the same way CB Gallery does to add its button. You'd act on the new/edit display triggers and just add your button. Specifically the below.During this dev, how can I add a simple button to the post area opening a component modal with our com hotspots form page ?
Yes, the above triggers should allow you to do that.Is there a trigger/autoaction to add a CB select field in the post area and display area if action #11 is selected for instance ?
You can already directly link to activity. There just isn't a clean way to give users those URLs yet until the Share feature is implemented. The below should work though.Can I add a menu link to a CB activity specific asset like hotspot.4197.event.26.profile.1444 ? in this case I would only have to change the id to display the post in a standalone page and we’re pretty there ?
Please Log in or Create an account to join the conversation.