Re: Buddypress Integration
I got screens working:
this stuff is found in skeleton component, bp-example.php, function bp_example_screen_one.
Two alternatives how to load screen template:
Put template file under wp-content/themes/current-active-bp-theme/ and use the bp_core_load_template function part to load it. Remember to comment out default templatefile stuff, there is the “OR” statement in comments
OR
Use the BP build in template file to present content for your screen. If you use bp-default theme, there is no plugin-template.php file!! So copy that from some other theme.