Hi all, very new to this!
I have setup a bbPress forum and my front page has two separate search boxes (one on the top and one to the right)
Both of these searchboxes return search results for non-members (although they cannot click the search results once they appear) is there a way to remove search results for users who have not signed in/managed to find a way to our forum?
I have created a forum post and i want to sticky that post on forum home page. When i click on Stick (To Front) text, the thread stick on the category page (example.com/forums/forum/abcd/) not on home page (example.com/forums/). Please let me know how do i stick thread on forum home page?

Hello
I am trying to remove the ability to comment on top level forum topics.
For some reason the remove plugins and no comment options already set in do not seem to be working and I have tried css type removal options without success.
The way I set setup the forum is using top level board titles with sub-titles within each one and I only want users to be able to comment within sub-level boards not the top level title boards.
Can anyone please help with suggestions.
I have currently installed the closest plugin I have found to editing a page using css, scripts called “Post/Page specific custom CSS” but same as others nothing I place inside these seems to be working.
I have tried editing the page under FORUMS tab in admin but no styling options there.
Why is my post here being reported as spam
Hello, please help
why i can upload 2.9mb photo and cannot upload 1.9 jpeg?
i get The image could not be uploaded. Please check that it is a valid JPEG, PNG, or GIF file and that the file size is not too large.
i was able to upload it in media library like admin, but on forum not.
bbpress 2.5.13
how add topic info to my forum

Hello.
I am have successfully setup bbpress using the “second” method.
My site is multi-language (en/he/ru) so I have a different page for each “forum” page so it has a different language. For example
site.com/en/forum <- English version.
site.com/he/forum <- Hebrew version.
Each of this pages has the “
” tag, bbpress appears on the correct page language and I can see the translation is working.
The problem is that as soon as I click any link inside the bbpress, the language immediately switches to English.
How can I configure bbpress to maintain the language ?
I am using Polylang as the translation plugin. (WPML compatible)
Thank you.
Hello,
I have problem. I have on website bbPress with demo data but when i chose some forum or some subpage it’s blank. https://gamenice.sk/forum/
functions.php
<?php
show_admin_bar(false);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
function theme_enqueue_scripts() {
$template_directory_uri = get_template_directory_uri();
wp_enqueue_style( 'reset', $template_directory_uri . '/assets/css/reset.min.css', false, '1.0' );
wp_enqueue_style( 'app', $template_directory_uri . '/assets/css/app.min.css?v=' . time(), array( 'reset' ), '1.0' );
wp_enqueue_style( 'forum', $template_directory_uri . '/assets/css/forum.min.css?v=' . time(), array( 'app' ), '1.0' );
wp_enqueue_script( 'html5shiv', $template_directory_uri . '/assets/js/html5shiv.min.js' );
wp_script_add_data( 'html5shiv', 'conditional', 'lt IE 9' );
wp_enqueue_script( 'selectivizr', $template_directory_uri . '/assets/js/selectivizr.min.js' );
wp_script_add_data( 'selectivizr', 'conditional', 'lt IE 9' );
wp_enqueue_script( 'jquery', $template_directory_uri . '/assets/js/jquery.min.js', false, '3.3.1' );
wp_enqueue_script( 'app', $template_directory_uri . '/assets/js/app.js', array( 'jquery' ), '1.0' );
wp_localize_script( 'app', 'carouselSettings', array( 'timeout' => get_option('carousel_timeout').'000' ) );
}
add_action( 'wp_enqueue_scripts', 'theme_enqueue_scripts' );
function get_excerpt($where = ''){
$excerpt = get_the_content();
$excerpt = strip_shortcodes($excerpt);
$excerpt = strip_tags($excerpt);
switch ($where) {
case 'carousel':
if ( wp_is_mobile() )
$excerpt = substr($excerpt, 0, 120);
else $excerpt = substr($excerpt, 0, 250);
break;
case 'head':
$excerpt = substr($excerpt, 0, 200);
break;
default:
if ( wp_is_mobile() )
$excerpt = substr($excerpt, 0, 300);
else $excerpt = substr($excerpt, 0, 725);
break;
}
$excerpt = substr($excerpt, 0, strripos($excerpt, " "));
$excerpt = $excerpt.'...';
return $excerpt;
}
function get_thumbnail_url() {
$thumbnail = get_the_post_thumbnail_url() != '' ? get_the_post_thumbnail_url() : get_template_directory_uri() . '/assets/img/og-image.png';
return $thumbnail;
}
function themename_custom_logo_setup() {
$defaults = array(
'height' => 111,
'width' => 220,
'flex-height' => true,
'flex-width' => true,
);
add_theme_support( 'custom-logo', $defaults );
}
add_action( 'after_setup_theme', 'themename_custom_logo_setup' );
add_theme_support( 'post-thumbnails' );
function register_my_menus() {
register_nav_menus(
array(
'header-menu' => __( 'Header Menu' ),
'footer-menu' => __( 'Footer Menu' )
)
);
}
add_action( 'init', 'register_my_menus' );
function show_menu($menu_name) {
$defaults = array(
'theme_location' => '',
'menu' => $menu_name,
'container' => '',
'container_class' => '',
'container_id' => '',
'menu_class' => $menu_name,
'menu_id' => '',
'echo' => true,
'fallback_cb' => 'wp_page_menu',
'before' => '',
'after' => '',
'link_before' => '',
'link_after' => '',
'items_wrap' => '<ul class="inline-list %2$s">%3$s</ul>',
'depth' => 0,
'walker' => ''
);
wp_nav_menu($defaults);
}
include 'inc/theme-settings.php';
forum.php
<?php include 'header.php'; ?>
<section class="forum-wrapper">
<div class="container">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div>
</section>
<?php include 'footer.php'; ?>
WordPress version -5.0.2
bbpress – 2.5.14
ADD/ADHD
I have been trying to add a description to my forum but it doesn’t save.
Hiii
How to remove reply from sitemap please Yoast ( https://www.ar-banat.org/sitemap_index.xml )
this site : https://www.ar-banat.org/reply-sitemap.xml
please help mee