Quantcast
Channel: bbPress.org » All Posts
Browsing all 3666 articles
Browse latest View live

Reply To: bbPress restricted search only for members

I need this functionality too, no answers yet?

View Article


Reply To: bbPress restricted search only for members

if forums are private then bbpress search should only show results to logged in users

View Article


Reply To: bbPress restricted search only for members

Ok, can i restrict this more for a specific user role? Actually i want to have a forum that is for special members only. So nothing should be visible, accessable or should be found without a special...

View Article

Reply To: bbPress restricted search only for members

Private groups

View Article

Reply To: bbPress restricted search only for members

WOW, Thanks for that fast reply!!! I will check it out. Thank you

View Article


Reply To: bbPress restricted search only for members

bbpress private groups does a good job to hide forums, but that still doesn’t remove the index page. if anyone needs to restrict the index page for a complete private forum, here is the code:...

View Article

Reply To: bbPress restricted search only for members

use if(strpos($wp->request, $bbpress_index) !== false) if you also want to restrict all possible sub-urls!

View Article

Shortcode to “posts reply” in created theme

I trying to build a forum theme with divi, it is easy to create the theme for the general forum structure with the help of shortcodes This is my forum Forum I can use the same theme for topics as...

View Article


Can i use 2 page content-forum & content-forum-slug on bbpress?

I currently have a bbpress folder in my theme which contains all the theme of my forum. I have a page archive-forum.php which displays the forum page and a page content-single-forum.php which displays...

View Article


Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

Up

View Article

Reply To: How to enable bbpress breadcrumbs?

YESSSSS!!!!, it worked!!, It was driving me crazy!! Thank you Jay Holtslander!!

View Article

Reply To: How to enable bbpress breadcrumbs?

Thank you Jay Holtslander!! 👍

View Article

Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

no one has any ideas?

View Article


Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

With the query monitor plugin, I see that I have to use a php page like this : single-forum-rules.php. Rules being my slug. I create a page single-forum-rules.php but it does not work. It always takes...

View Article

Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

I am very unclear as to what you are trying to achieve. if you want one forum say forum id 12345 to display differently, then just amend content-single-forum to <?php $forum_id = bbp_forum_id() ;...

View Article


Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

Hi @outkax 👋 The functionality you’re looking for does not currently exist. The bbp_get_template_part filter exists to hook into this API and extend the template parts to attempt to locate, so it...

View Article

Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

I tested with your code Robin, it does not work. The if is missing parentheses. But even with that doesn’t work. It displays all the forums with the content of the if and does not take into account...

View Article


Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

I tried another method but no way bbp_forum_id only displays the forum id.I tried with I tried with “bbp_get_forum_id” that doesn’t work either. <div id="bbpress-forums" class="bbpress-wrapper">...

View Article

Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

sorry, untested code, go with if ($forum_id == ‘12345’) {

View Article

Reply To: Can i use 2 page content-forum & content-forum-slug on bbpress?

I think I found the solution 🙂 : <?php /** * Single Forum Content Part * * @package bbPress * @subpackage Theme */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; ?> <div...

View Article
Browsing all 3666 articles
Browse latest View live