Display activity of a specific group
-
I would like to display activity of a specific group on a curtain page. I am finding that I can only view some groups activities but not others.
For example:
This will work to some degree as it only shows when the group was created:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . "&primary_id=2" ) ) : ?>
But this want work at all and displays nothing:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . "&primary_id=3" ) ) : ?>
The groups have identical settings.
I even tried to use a shortcode plugin to see if that changes things:
But using the shortcode plugin the same issue occurs..
This will work to some degree as it only shows when the group was created:
[activity-stream object=groups primary_id=2]
But this want work at all and displays nothing:
[activity-stream object=groups primary_id=3]
This has got me baffled, I even did a dump of all data from all groups to see if there were differences, but there were none I could see.
Any one who could help me with this I would appreciate very much
- You must be logged in to reply to this topic.