Create/add forum from frontend
-
Hi,
I used below code to add forum from frontend for Moderator user in my child-theme function file, but nothing works and showed on frontend.
function ntwb_bbp_forum_form() {
if ( bbp_is_user_home() && current_user_can( ‘moderate’ ) ) {
echo do_shortcode( ‘[bbp-forum-form]‘ );
}
}
add_action( ‘bbp_template_after_user_profile’, ‘ntwb_bbp_forum_form’ );Please help me to sort out this.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.