set System to 1 (for yes/enable).
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
So you could at least block editing there or block entire menu access there
I'm not sure why you want to persist an activity entry like this though. Seams like the activity entry should be tied to the user who created the event and just be created when the event is created.
Please Log in or Create an account to join the conversation.
The override functionality has nothing to do with the stream. It's configured in the activity entry it self so in the auto action creating your activity entry is where you need to configure the override parameters.Thanks did not notice this, that will do for now but I did not found the setting in the activity module ? How can I avoid a user to delete the activity elsewhere in a module ?
So you need to store the asset externally to pass it to the module? If the hotspot id exists in the current pages URL you could just use a code field provided by CB Code Field and some PHP to grab it from GET. Then substitute that code field into your activity modules asset parameter. You then wouldn't need to store anything and it'd work dynamically as long as you're on an hotspot page.We use events in a particular way. Events are marketing events that lasts for days or months and people can subscribe to share event content which is usually a marketing display or video.
This content is displayed on an hotspot page, and this is why we need to associate the event number with the hotspot number. So that the event is displayed properly on the hotspot page while the user can subscribes to several different events.
Ideally we also would like to display an activity module on each hotspot page to retrieve all activities and comments related to this hotspot id.
I was also thinking at using tags ? Could it be better suited to this ? I could add a tag to each new hotspot with the event id and it would not be deleted ??
Please Log in or Create an account to join the conversation.
The override functionality has nothing to do with the stream. It's configured in the activity entry it self so in the auto action creating your activity entry is where you need to configure the override parameters.
Please Log in or Create an account to join the conversation.
It won't have any impact on existing entries. It will only change the behavior of newly created ones. For existing ones you'll have to edit them in CB Activity > Activity and configure their override parameters. Streams have no control over edit and menu override behavior; that's entirely controlled by the activity entry itself unless an integration is overriding the behavior via activity_onDisplayStreamActivity trigger.Well it's working ok for hiding menus in the menus stream, but still displays in the modules
Please Log in or Create an account to join the conversation.