Forum Replies Created
- 
		
			
Thank you @boonegorges, i am now able to do it with switch_to_blog(). 
 I will have a maximum of 40 blogs. Hope this will not charge the server too muchin 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 so farin the blogs-loop.php global $blogs_template; 
 $post_id=1;
 $info_post = get_blog_post($blogs_template->blog->blog_id,$post_id)->post_title;and it gets the post ID=1 how to get a page (and not a post) with the name of the page ? 
 i try to use get_page_by_title(‘info’); but it doesn’t workplz help nobody ? i have the same problem with wpmu 2.92 and bp 1.2.4.1 
 I have to deactivate buddypress in order to creat blogs.
 Once blog created and buddypress reactivated, i am not able to link the blog with the group-blog plugin.Does anybody have a solution ? this plugin hides every pages ton non-registered users 
 https://wordpress.org/extend/plugins/registered-users-only-2/this one can hide specific pages / components 
 https://buddypress.org/community/groups/s2member/Hi Mr Maz, The 0.4.1 version almost resolved the filtering problem with languages (in my case french). There are still problems with filtering links that are under a category that contains accents. Eric Hi MrMraz, Great to have group links ! Is there be a way with 0.4 to move previously created links inside a group ? There could be an option (checkboxes?) in the advanced settings allowing the user to post a link in a specific group eric in ” bp-core/bp-core-classes.php” around line 139 change “NOW()” to “UTC_TIMESTAMP()” Don’t know if it’s a good solution but it works i’ve found a solution here : in ” bp-core-classes” around line 139 change “NOW()” to “UTC_TIMESTAMP()” Don’t know if it’s a good solution but it works Strange that it hasn’t been corrected in 1.2.3 As buddypress grows with new “objects”, there is an opportunity for designers to work on graphical grammars and ways of representing those objects. Why not add a “designers” menu. where we could find groups for themes of course but also : icon sets, avatar generators, … try this plugin http://dev.benoitgreant.be/blog/2009/11/buddypress-sitewide-featured-posts/ It shows in a widget all the site wide selected posts for me, a theme like behance or to give an important place to the galleries of images from each member. Will probably need bp-album or bp-gallery from Buddydev if it comes one day   The instructions for installing the plugin are wrong You should place the “bp-sitewide-featured-posts-widgets.php” and “bp-sitewide-featured-posts” folder (the one containing “bp-sitewide-featured-posts-widgets.php”) in your plugin folder Eric