Forum Replies Created
-
In reply to: List most recent post for each topic?
Apologies for the delay in reporting back. I was able to modify the (style pack) latest activity widget to meet my needs. Thank you!
Along the way I found what may be a bug. On line 255,
bbp_get_forum_title($forum)
gets the topic title butget_the_title($forum)
gets the forum title.In reply to: List most recent post for each topic?Hi Robin, thanks for your response. It looks like (style pack) latest activity gets me close and will provide a great starting point and tutorial from a bbp master.
Apologies for the lack of clarity in my initial post. Let me explain a bit more.
I’m developing a site that builds on Commons In A Box. You can see more about what we are doing at https://github.com/ContextInstitute/bfcom. The readme and wiki are out-of-date in the details but the general direction is right.
We are designing for a large number of BuddyPress groups, each with its own forum. It will be a private site with access only to registered users. Most users will be involved in only a subset of the groups/forums.
Each user will have a personalized home page/dashboard. One of the features on that dashboard will be a listing of the most recent posts/replies in topics in all of the forums to which that user belongs. So we need to start from something like
groups_get_user_groups( bp_loggedin_user_id() )
and then go into something like what you do in (style pack) latest activity.Having (style pack) latest activity as a starting point feels like a tremendous help.
Thank you again. 🙂
In reply to: UI issue in ../extend/buddypress/groups.phpThanks, Robin, that’s helpful.
In my case I wanted to remove that title and was able to do so with
#bbpress-forums > h3 { display: none; }
But that feels like a workaround and it was a long hunt to find this bit of the UI in what I would think of as core code. I’ll make my suggestion in the trac.