Am I the only one who is having difficulty getting bbPress Live to work with WordPress 2.7 b3 on a WP page? I currently have my WP install at http://rk.md and forum at http://rk.md/forum, and I know that I configured the plugin properly because I saw my forums when I tested out the widget; however, I'm trying to get a WordPress page to display the forums.
I have Exec-PHP installed and placed both the following lines under the HTML tab of this particular page.
<?php bbpress_live_get_forums(); ?>
<?php bbpress_live_get_topics(); ?>
The page remained blank. Any ideas?