Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Excerpt function in RC2


Burt Adsit
Participant

@burtadsit

Thanks for the css. I haven’t tried it yet. Got sidetracked. Does any of that fix the overflow of text problem? If so then post the fix in trac as a patch or comment here: https://trac.buddypress.org/ticket/665

The problem with the sitewide activity is that you can get all the activities you want but it’s not really formatted for easy detection of specific group activities. The only indication that it’s from a specific group is the bp_activity_sitewide table fields ‘primary_link’ and ‘component_name’.

The component_name will be ‘groups’ and the primary_link will be something like this: http://ourcommoninterest.dev/groups/public

Take a look at bp-activity-classes.php get_sitewide_activity()

You can’t just make a call to a canned function with some parameters and get stuff for a specific group.

Skip to toolbar