Is it possible to display the register/login form instead of the 404 not found for private forums?
Thank you!
Is it possible to display the register/login form instead of the 404 not found for private forums?
Thank you!
Hello,
I am having problem with search results page, it looks like this, it overlaps with my theme header: https://gyazo.com/ac8e4ee8ca7d772124fac635e9342ea4
Where can I modify the search results page?
Also, the forum style looks super dated, how can I make it o look like this: https://gyazo.com/1a26b445dd8db18ac64b0ad793602b4b
Does it have to be done through custom css only, are there any templates or ready to use css somewhere?
Thank you in advance!
Hi,
First time posting; first time looking at bbPress.
I use SMF on a forum I manage, so that’s the only platform I can compare.
In my SMF I put new users (in our private forums) into two different membergroups based on their registration (i’d like to to more to be honest).
We’re getting bigger, and I’d like to use something like Ultimate Member for registration.
If I use Ultimate Member to make a lengthy registration form (it’s for a non-profit that needs to collect a lot of data on each) can I use THAT to funnel folks into the proper member group–avoiding manual massaging?
thanks for taking a look.
We have an issue in bbpress search when we search any keyword using bbpress default search form, search results display only by matching keywords that exist in topic titles.
We need results from topic replies too.
We are using the following versions
WP: Version 5.8.2
bbpress: Version 2.6.9
Server: nginx
I have a need to duplicate some existing forums, including all posts & replies in those forums. Is there a BBpress compatible plugin which can do this for me?
It’s possible to add a new topic from admin area, but is it the same for replies!
as in new reply page, there is no assigned topic to post the reply to..
I checked the documentation, but i think i’m missing something.
How exactly does the new reply work in admin area!?
Thanks.
Hi ,
I am exporting forums/replies/topics from one site https://tileisrael.com/ to another site on local. In admin everything is showing fine. but when i am going to view forums in frontend , topics and replies are not showing check screenshot https://prnt.sc/2559ijh . On current site all topics are showing fine https://prnt.sc/2559onm .
BBpress version – 2.6.9
Wordpress version – 5.8.2
Export site – https://tileisrael.com/
My main motive is to migrate all BBpress date to another wordpress site. Please share any solution how i can import data and show on frontend as well.
Looking forward to hear from you.
Thanks
Hello people!
I bury the lists generation of all user replies profile via css and robots.txt. But it turns out – Google still looks. I would like to disallow broadcast domain.de/users/name/replies/.
There is old bbPress Toolkit plugin for that…
And how take same editing the bbpress file? Or functions.php filter? Tell me who knows. What file and what to remove, then would be moved to the child theme.
Thanks!
Hello there,
I really like the way bbpress works here, and i was wondering if it’s possible to know how to add these features.
Also I clicked the submit button twice on a reply on the other topic, and the software detected and prevented the duplicate posting. I tried the same with my own installation, but it just posted the duplicate post.
Is it possible to get the same features as here?
Thanks.
I’ve activated the tinymce for my forum like:
function beforget_bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
$args[‘teeny’] = true;
$args[‘quicktags’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘beforget_bbp_enable_visual_editor’ );
But when I’m on a topic and click to “reply to” on the first post, the tinymce disappears and the text is wirtten on white color.
But if I click reply to on the second post, it works fine…
I try it on a clear WordPress installation and brokes to…
Can somebody help me?
Thanks in advance