Please Log in or Create an account to join the conversation.
Every database column in _comprofiler_plugin_activity_comments is available. var2 is the comment database object.Is there any complete list of variables "var2_type", "var2_message" or something like "var2_userid", where I can get all infos about these vars?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
When a comment is made on an activity entry the comment is linked to that activity entry. It's not linked to a specific user. This means there's no user id to check against to ensure they're commenting on a moderators activity post, which is why this would only for for a comment field at this time. It is possible to send a notification, but there's just nothing to check to ensure only moderators are notified.thank you for your reply. So, its not possible for the CB-Activity comments directly?
Doesn't really have anything to do with CB Notifications. The trigger in CB Activity needs to provide more information and for it to be able to I need to rewrite/improve the stream object construction so it can construct objects based off the activity or comment type, subtype, item, and parent (soon to all be a single asset column). CB Notifications also probably won't be for a long time as I've other projects to work on at this time.Is there a chance of getting that function with CB-Notifications at some time?
Please Log in or Create an account to join the conversation.