- 
	
	naplpm replied to the topic Protecting Buddypress pages from non-logged in users. in the forum How-to & Troubleshooting 12 years, 4 months ago Hello, @drill_sgtlewis, can you tell me how can I adapt this code to avoid non-logged user to get to a specific page? I was trying something like this: function restrict_access(){ 
 global $bp, $bp_unfiltered_uri;
 $component = $bp->current_component;if (!is_user_logged_in() && ($component == “events”) 
 ) {bp_core_redirect( “/home/” );…[Read more] 
- 
	
	naplpm started the topic Members page side bar in the forum How-to & Troubleshooting 12 years, 4 months ago Hello, I’m setting up a site with the Nine Theme . I’m trying to customize the Members page, changing some options on the edit page form within WordPress. I selected the side bar layout, but the side bar doesn’t show up when I navigate to the members page. Any idea? The site: http://www.firebirdspeed.com Thank you very much! 
	@naplpm
	Active 8 years, 2 months ago