@briancostea
12 years, 5 months ago
Hey buddypress — Any insights here? It’s been 10 months and several people have reported this. It’s even broke on this site.
Please respond.
thanks for the response. unfortunately, codex.bbpress.org is pretty much useless. here’s where i am so far in case it helps anyone else.
`if ( bbp_has_topics( array( ‘meta_key’ => ‘_bbp_reply_count’, ‘meta_value’ => ‘1’, ‘meta_compare’ => ‘ ‘date’, ‘show_stickies’ => false ) ) ) { while ( bbp_topics() ) { bbp_the_topic(); ?> <a href="” title=””>
’14’ ) ) ); ?> <?php if ( !bbp_is_forum() || ( bbp_get_topic_forum_id() != bbp_get_forum_id() ) ) printf( __( 'in: %2$s‘, ‘bbpress’ ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?>
<?php } }`
i am still researching to see what parameters i can pass the bbp_has_topics since there doesn’t seem to be documentation readily available. who would need documentation, right?