Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You need to implement display parsing in the core activity template page
Please Log in or Create an account to join the conversation.
All activity is passed through the core activity template file. You can add your own custom display code there. Specifically the below file.Do you have some special tags for this that I could add to the hotspot template ?
Where an activity displays on a stream is entirely dependent on the asset the stream outputs. Add hotspot.% and the stream should always display all activity entries with that asset.Knowing that each hotspot has already an activity on save, would it be possible to retrieve this activity data and display it in the second one ? media and links for instance
Please Log in or Create an account to join the conversation.
Note this functionality doesn't exist yet, but is the plan.
Add hotspot.% and the stream should always display all activity entries with that asset.
Please Log in or Create an account to join the conversation.
That might be awhile. The activity_core.php will be sufficient for putting your custom activity display parsing. activity_core.php can handle access, display, and source parsing so it's a complete solution for custom activity display and access.We will wait for this functionality before implementing our template
No, CB Activity does not store source object data (it likely will store a serialized object in the future). It's parsed out from the asset. You can add custom parsing for that as well in activity_core.php in the parseSource function.Is it possible to retrieve data related to hotspot.% in the CB activity like auto action that I prepared as above ? is this a var ?
Please Log in or Create an account to join the conversation.