<br>In preparation for the upcoming BuddyPress version 1.7 where BP will be compatible with any WordPress theme, I was testing themes  from the WP Repository earlier tonight with BP 1.7 beta 1 and bbPress 2.3 beta 2 activated. Out of the 10 themes tested, I&#39;m happy to report that 8 were compatible with the BP and bbPress betas and will only require some CSS tweaks.  <br>
<br>Issues were found in the 9th and 10th themes tested:<br><br>9th theme: Pagelines <br>- when BuddyPress is activated:<br>Notice: 
bp_setup_current_user was called incorrectly. The current user is being 
initialized without using $wp-&gt;init(). Please see Debugging in 
WordPress for more information. (This message was added in version 1.7.)
 in F:\xampp\htdocs\trunkbpwp\wp-includes\functions.php on line 2986<br>- when bbPress is activated:<br>Notice:
 bbp_setup_current_user was called incorrectly. The current user is 
being initialized without using $wp-&gt;init(). Please see Debugging in 
WordPress for more information. (This message was added in version 2.3.)
 in F:\xampp\htdocs\trunkbpwp\wp-includes\functions.php on line 2986<br>* Posted results of test at <a href="http://wordpress.org/support/topic/errors-showing-up-using-buddypress-17-beta-1-and-bbpress-23-beta-2?replies=1">http://wordpress.org/support/topic/errors-showing-up-using-buddypress-17-beta-1-and-bbpress-23-beta-2?replies=1</a><br>
<br>10th theme - Local Business <br>- Page title is outside of the incomplete WP loop<br>- incomplete WP loop on page.php - instead of <br>&lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;<br>it had<br>
&lt;?php if ( have_posts() ) : the_post(); ?&gt;<br><br>* Due to the issues above, I made visual checks on the page.php files of the other themes by the same author.<br>- Andrina Lite,  Blackbird, Infoway and Polaray - like Local Business, have Page Titles outside of the incomplete WP loops<br>
- Cloriato  Lite, Figero, and Dzonia Lite - have no Page Titles <br>- Squirrel - incomplete WP loop<br><br>Aside from this mailing list, where should I post about the issues above assuming theme author does not read every thread of this list? If in ticket of latest theme version, a reviewer might only check diff when new versions are uploaded since the above are all previously approved themes. <br>
<br>Finally, the other eight themes tested earlier tonight which were compatible with BuddyPress 1.7 beta 1 per some spot checks but would need some css tweaks:<br><div style="margin-left:40px">1. Quintus<br>2. Superhero<br>
3. Sundance<br>4. Parament<br>5. Publish<br>6. Pinboard<br>7. Montezuma<br>8. Attitude<br></div><br>WP Default themes - Twenty Ten, Twenty Eleven, Twenty Twelve and Twenty Thirteen (WP 3.6 alpha)  - are all compatible with BP 1.7 beta 1.<br>
<br>FYI.<br><br>Mercime<br>