undefined function bp_has_forum_topics()
-
I’m trying to pull some group / forum information over into one of my custom template pages (in the theme directory).
But this line gives me an “undefined function”:
<?php if ( bp_has_forum_topics( 'user_id=' . bp_loggedin_user_id() ) ) : ?>
There is no problem with:
<?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() ) ) : ?>
Basically the installs of WP, BP and bbP are very fresh: WordPress 3.6.1, BuddyPress 1.8.1, bbPress 2.4.1. Groups and group forums seem to be working fine using the standard management pages.
Anything else I have to do to use the forum topic functions in my code?
Dan
- The topic ‘undefined function bp_has_forum_topics()’ is closed to new replies.