Hello,
I'm currently trying to display comments from Joomla articles (using the CB Activity Content Plugin) in the main "Recent Activity" stream. The comments themselves work perfectly and are correctly saved in the backend under "CB Activity → Comments." There, they are assigned the asset "article.51" and the stream "Articles."
My goal is for new comments under an article to automatically appear in the main stream so that other users can see and respond to them.
Below the Joomla article, I'm using: [cbactivity:comments stream="article.51" /]
I've already tried several approaches. First, I created a CB Auto Action with various triggers such as "activity_onAfterCreateStreamComment" and "activity_onAfterCommentStreamCreate." I used the asset "article.51" as the condition and tried to create a new activity in the "Recent Activity" stream. However, the Auto Action doesn't seem to be triggered at all; even a test with debug output (var_dump) shows no reaction.
I've already tried several approaches. Additionally, I've used filters in the "Recent Activity" stream, both for assets (article.51 and article.%) and for streams (Articles). Despite this, the article comments aren't appearing in the main stream.
My impression is that while comments from the Content Plugin correctly land in their own "Articles" stream, they aren't being caught by auto-actions or automatically appearing in the main stream.
Therefore, my question is: How can I correctly display comments from Joomla articles (CB Activity Content Plugin) in the "Recent Activity" stream? Is this possible purely through configuration, or is a template override or a custom extension required?
Thank you in advance.
Thomas