-
Sarah Gooding posted on the forum topic How to Exclude a Group From the Groups Loop in the group How-To and Troubleshooting: 14 years, 5 months ago
Thanks @nahummadrid ! This works:
while ( bp_groups() ) : bp_the_group(); if(bp_get_group_name() != ‘MyGroup’ ) :
I think I’ll post something about this on wpmu.org because it seems like a pretty common request. I wish there was some kind of exclude parameter instead. 😉
-
rich! @ etiviti posted on the forum topic New Plugin: Activity Stream #Hashtags in the group BuddyPress Activity Stream Hashtags: 14 years, 5 months ago
@nahummadrid i noticed p2 has a different filter for comments but the same for posts. (there is nothing wrong with the first set of filters you tried if that works – it will just save the links into the db).
i’ll look into this a bit more over the weekend.
-
gasparking posted on the forum topic how to retrieve the content of a specific page from each blog and display it in the blogs directory in the group How-To and Troubleshooting: 14 years, 5 months ago
@nahummadrid in fact, i don’t need to retrieve the blog description as it has only one field. what i try is to get the content of a page (if possible with custom fields) from each blog. I am able to retrieve the title of the post with ID=1 from each blog here is what i’ve done […]
-
r-a-y posted on the forum topic Link Directly to Blogs' Author Posts in the group How-To and Troubleshooting: 14 years, 5 months ago
@nahummadrid – Thanks! That clears up things!
You should preferably add the users to the blog.Try a plugin like this:
https://wordpress.org/extend/plugins/wpmu-default-user-role/Or, customize this per blog with:
add_user_to_blog( $key, $user_id, $value ); -
rich! @ etiviti posted on the forum topic feedback for member profile stats in the group BuddyPress Member Profile Stats: 14 years, 5 months ago
@nahummadrid use this for now: https://wordpress.org/extend/plugins/buddypress-member-profile-stats/other_notes/ (places the stats under the logged in sidebar area for that user)
-
rich! @ etiviti posted on the forum topic Not working with WP 3.0 in the group BuddyPress Community Stats: 14 years, 5 months ago
@nahummadrid @revolutionfrance updated to 0.2.0 – that should fix the widget issue (what i get for reusing code – just a single line too) also included a wp-admin dashboard widget to display the totals (for site admin eyes only) – i’ll expand on this in the future to include some more data (last registered, number of active […]
-
intimez posted a new activity comment 14 years, 5 months ago
-
Xevo posted on the forum topic Need a video plugin, for video community in the group Third Party Components & Plugins: 14 years, 6 months ago
@nahummadrid I tried the same thing, found out that it was way too much work.
Either wait till BP Album+ is done or wait for WP3.0 with its custom post types.
-
techguy posted on the forum topic How to customize the user navigation bar and user profile tabs in the group How-To and Troubleshooting: 14 years, 6 months ago
@nahummadrid
To remove the blog component from the top menu bar I think you can do:
remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6); -
r-a-y posted on the forum topic Link Directly to Blogs' Author Posts in the group How-To and Troubleshooting: 14 years, 6 months ago
@nahummadrid – Is this thread similar to what you’re looking for?
@nahummadrid
Active 2 years, 5 months ago
I’m using it. Works fine. I’m hesitant about the next version though.