Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: That feature is using the onContentAfterDisplay Joomla event. As for where it outputs it entirely depends on the context parameters. It is not setup to provide commenting on categories so it will do nothing on views that do not contain an article object. If you want commenting on article categories you'd need to use CB Auto Actions to output a custom stream.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: The below should work, but is untested. Be sure to make comments on a few categories and ensure they're working as well as review how they stored in CB Activity > Comments as their asset should be "category.CATEGORY_ID".
Global
Triggers: joomla_onContentAfterDisplay
Type: CB Activity
User: Self
Access: Everybody
Conditions
Field: Custom > Value
Custom Value: [var1]
Operator: Equal To
Value: com_content.category
Action
Mode: Stream
Stream: Comments
Asset: category.[var2_id]
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.