Please Log in or Create an account to join the conversation.
Don't use Recent Activity. That is a specific page for showing all activity and it will override your asset. Set Action to Activity. You can ignore the parameters under the Comments tab as that's for comment streams. So you should have the following within your menu item.I’ve been able to create the menu links with Menu Item Type: CB Plugin, Plugin: CB Activity, Action: Recent Activity. I set the Activity Asset and Comments Asset to a value corresponding to the Joomla Category ID (topic.11, etc.)
It doesn't have a purpose for your usage. Those parameters are for comment streams under the Comments tab.1. Comments entered on the page show in CB Activity: Activity with Asset profile.[user_id]. What is the purpose of specifying the Comments Asset when setting up the menu item?
You can override the comment asset for an activity entry on activity create. Within your auto action you should see a fieldset titled "Overrides". Under the Comments tab under "Overrides" you can specify the asset you want to use for that activities comments there.How can I get the comments to have the proper Asset?
You only had to create a field because you're using Recent Activity. Adjusting your menu to the above suggestion will avoid needing a filter.2. I had to create a filter in order to display only activity with the asset topic.11.*. Using a filter forces the user to have to click on the filter and defeats the point of having a page for each category. How can I get an activity feed for one asset?
There's specific parsing functionality built in for that. I doesn't accept custom prefixes. So a blog entry is only parsed if it the asset begins with "blog.BLOG_ID". Note you shouldn't be using a blog activity entry in this case, but an article activity entry which has same asset restriction of "article.ARTICLE_ID" so they are going to be difficult for you to filter to a specific category since they don't contain category information. Will review supporting custom prefixes for CB Activity 6.0.0 for article and blog activity to allow for categorization.3. The Auto Action I created works, but I don’t know how to format a link to the blog article. How is this done in the System Action “CB Blogs – Create"?
Depends on what trigger you're using. If acting on Joomla article create you shouldn't need a query condition and should be able to condition against the category id using [var2_catid] since var2 should be the article object. I suggest using a copy of "CB Articles - Create" for your activity creation.4. Is using a Query for the Condition the best way to accomplish this or is there something better?
Please Log in or Create an account to join the conversation.
Thank you for the direction with using the Action Activity.Don't use Recent Activity. That is a specific page for showing all activity and it will override your asset. Set Action to Activity. You can ignore the parameters under the Comments tab as that's for comment streams. So you should have the following within your menu item.
I think I was using the term "Comments" incorrectly. What's the correct term for the the text area with the placeholder of "What's on your mind?"You can override the comment asset for an activity entry on activity create. Within your auto action you should see a fieldset titled "Overrides". Under the Comments tab under "Overrides" you can specify the asset you want to use for that activities comments there.
It appears that custom prefix functionality would not be needed in this case as I can set the Auto Activity Asset as article.[var2_id].topic[var2_catid] and for the menu item, set the Asset as article.%.topic.x,topic.x.%.There's specific parsing functionality built in for that. I doesn't accept custom prefixes. So a blog entry is only parsed if it the asset begins with "blog.BLOG_ID". Note you shouldn't be using a blog activity entry in this case, but an article activity entry which has same asset restriction of "article.ARTICLE_ID" so they are going to be difficult for you to filter to a specific category since they don't contain category information. Will review supporting custom prefixes for CB Activity 6.0.0 for article and blog activity to allow for categorization.
Please Log in or Create an account to join the conversation.
That's the message box for activity streams.I think I was using the term "Comments" incorrectly. What's the correct term for the the text area with the placeholder of "What's on your mind?"
Yup, that will absolutely work.It appears that custom prefix functionality would not be needed in this case as I can set the Auto Activity Asset as article.[var2_id].topic[var2_catid] and for the menu item, set the Asset as article.%.topic.x,topic.x.%.
Please Log in or Create an account to join the conversation.