I have a template, originally designed for WordPress 3.2.1 and modified to accomodate the bbPress 2.0 plugin. One of the PHP functions I use in my navigation menu is the is_page() function, which finds if a certain page is selected and has been set to append a CSS style to the list item.
Is there an equivalent function that can be used for the bbPress plugin? If not, is there a workaround solution?