- 
	
	Alberto posted an update 14 years, 10 months ago Coding by night 
- 
	
	Alberto started the forum topic Blog activity stream loop in the group How-To and Troubleshooting: 14 years, 10 months ago Is there any way to get all the activity stream from the current blog? 
 https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/I’m trying it by hours and I can get it to work. 
- 
	
	Alberto posted on the forum topic Avatars of member not showing in all blogs in the group How-To and Troubleshooting: 14 years, 10 months ago Yes, I found a ticket filled so I think It will be corrected on next version: 
 https://trac.buddypress.org/changeset/3141For the moment, Is there any way to replace by_core_avatar_url() function without hacking de core directly? 
 Maybe replacing an action or applying a filter?
- 
	
	overdrive posted on the forum topic Avatars of member not showing in all blogs in the group How-To and Troubleshooting: 14 years, 10 months ago Hi! I’m having same issue. No avatars on blogs. On main buddypress blog, avatars works great and their url’s are like this: http://example.com/wp-content/uploads/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpg On the other blogs, avatars aren’t displaying. Their url’s are like this:…[Read more] 
- 
	
	overdrive joined the group How-To and Troubleshooting 14 years, 10 months ago 
- 
	
	overdrive posted on the forum topic Hide a blog in blogs lists in the group Creating & Extending: 14 years, 11 months ago I’m trying to do something like this but only works with no ajax: ` function valid_blog($blog_name) { $blacklist = array (‘blog1’, ‘blog2’, ‘blog3’); if (in_array(strtolower($blog_name), $blacklist)) { return false; }else{ return true; } } function remove_invalid_blogs_from_loop($b, $blogs) { $blogs_new = array(); foreach ($blogs->blogs as $key =>…[Read more] 
- 
	
	overdrive started the forum topic Hide a blog in blogs lists in the group Creating & Extending: 14 years, 11 months ago Hi! 
 I’ve installed a multisite wordpress with buddypress. One of these blogs will be a store.
 Is there any plugin or hack to hide this blog in every page that blogs are listed?Regards 
- 
	
	overdrive joined the group Creating & Extending 14 years, 11 months ago 
	@overdrive
	Not recently active