hi everybody!
I downloaded the pre-alpha bbPress plugin and it doesn’t work
I added some codes to bbpres-functions to make it work:
add_filter(‘init’,’flushRules’);
function flushRules(){
global $wp_rewrite;
$wp_rewrite->flush_rules();
}
and then I realized that the plugin is useless at this stage )))