BuddyPress Component Slug 404 [closed]

I think I’ve figured out the issue. Even though my screens.php file is listed in my includes method, for some reason the function “bp_announcements_screen_list” does not work (perhaps it isn’t being loaded?) If I change the value to a method in the component class ('screen_function' => aray(&$this,' bp_announcements_screen_list')), I can echo a string and have it show up on the 404 page (at least I get one – before I got nothing). Now I just need to figure out where to go from here.

Edit: I figured out what was wrong with my screens.php – I had to copy my template files over to my current theme.