Re: Theme reference guide for 1.1?
nightlyfe-
Have you seen these codex articles?
- https://codex.buddypress.org/developer-docs/conditional-template-tags/
- https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
- https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
As for a listing of deprecated theme functions, your best bet is to look in the BuddyPress codebase, specifically in bp-core-deprecated.php (search for the string “/*** BEGIN DEPRECATED OLD BUDDYPRESS THEME SUPPORT ************/” and then also in bp-core-templatetags.php (search for the word “deprecated” and you will find a number of references).