This method has stopped working. This is the code I was using:
`bp_core_new_subnav_item( array(
‘name’ => ‘News’,
‘slug’ => ‘news’,
‘parent_url’ => $bp->root_domain .’/’. $bp->groups->slug . ‘/’. $bp->current_item .’/’,
‘parent_slug’ => $bp->groups->slug,
‘screen_function’ => ‘client_news_page’,
‘position’ => 21) );
`
I have read that it is probably something to do with how the urls and slugs are fetched. Has anyone fixed this?
Well it was just for one group essentially, the others I would have used the Group Hierarchy to have a slug anyways. So for the one group that is not like the others, I just made a page template with a full page iframe of the source group. It sucks because the urls don’t change as you navigate within the group but I think it makes more sense.
I hope to see this toggle introduced in future versions of wordpress.
Using a plugin called 3rd Party Authentication, you can have you staff login with the google apps email. It auto creates a new user based on the email but it doesn’t sync any info, just makes the user name the email address. I’m investigating more now.