Hi. Firstly thank you for making an awesome plugin.
I found out that the “forum_id” is not working. I am using Buddyboss and here is the current shortcode I’m using:
[activity-stream per_page=1 max=5 display_comments=0 title=0 forum_id=55117 role=”official_installers, group_leader” pagination=0 action=”bbp_topic_create” load_more=1]I am trying to load only topic posts (bbp_topic_create), which works fine, but only from the Forum ID: 55117. I tried writing the short code with quotes (forum_id=”55117″), I tried adding both forum_id and post_id as 55117, I tried only using post_id, however, it’s not working.
Currently, it just loads all the forum topics regardless of setting the forum ID for filtering.
Hello Doss,
Thank you for using the plugin. Shortcode attribute ‘forum_id’ is not supported by this plugin instead use ‘primary_id’ as per the list of supported attributes. You can check the list of supported attributes here:
https://buddydev.com/plugins/bp-activity-shortcode/
Please let me know if it resolves the issue or not.
Regards
RaviThank you for your prompt response. The primary_id=55117 is not pulling the forum id.
I ended up just using:
1. [activity-stream primary_id=55117] —-> doesn’t work
2. [activity-stream primary_id=55117 action=”bbp_topic_create”] ———> doesn’t work
3. [activity-stream action=”bbp_topic_create”] —-> works, but doesn’t filter only forum “55117”The result is: Sorry, there was no activity found. Please try a different filter.
I made sure the forum id is correct, and the forum currently contains about 20 topics, and it’s not pulling it properly.
Hi Ravi,
Thank you SO MUCH for your prompt responses and exert help. I am very grateful.
Your solution is working and it saved a very big worry of mine. I couldn’t sleep trying to get this working.
Again, thank you so much.
Also, is it possible to request for separate paid customization inquiries somewhere on this site?
For example, we are trying to make Personal Activity Feeds only show posts from forum_id=55117.
So the Site wide activity shows all the feed of all activity and forum posts, but on personal activities, it will only show posts that they’ve posted inside forum_id=55117.
You must be logged in to reply to this topic.