Skip to:
Content
Pages
Categories
Search
Top
Bottom

Setting on search function above of the breadcrumb

Published on January 12th, 2021 by Julia

How can I put on the search function above of the breadcrumb in forum,topic,reply page?
I got the Adding action code in the bbPress codex page.
but I did not get the hook point for the Adding action.
Please show me the hook point(XXXXXXXXXX) .

//display bbPress search form above sinle topics and forums
function rk_bbp_search_form(){
if ( bbp_allow_search()) {
?>
<div class=”bbp-search-form”>
<?php bbp_get_template_part( ‘form’, ‘search’ ); ?>
</div>
<?php
}
}
add_action( ‘XXXXXXXXXX'(forum,topic-page), ‘rk_bbp_search_form’ );
add_action( ‘XXXXXXXXXX'(reply-page), ‘rk_bbp_search_form’ );

<default>

〇〇〇>〇〇〇>〇〇〇    
[Search function] 

<Customize>

[Search function] 

〇〇〇>〇〇〇>〇〇〇 

Participants can no longer post?

Published on January 12th, 2021 by neomahfouz

Hi All,
Recently, my forum is no longer allowing participants to post. only moderators.
The settings are activated correctly:

I’ve noticed the editors are looking different between moderator and participant, please see below:


I’ using BBpress v 2.6.6 and WP v5.6

my site is www.simplyexam.ca
Can someone tell me how to fix it so that participants can post?
P.S apology for the messy links I’m a noop to HTML
Thanks

a question about groups features in bbpress

Published on January 12th, 2021 by Miki132

Hello all,
I am in the process of migrating a phpbb forum to a bbpress forum.

In my phpbb forum, I have a forum for each group of students. and only they can see that forum.
(about 160 forums)
also I have a group of admins who can see all forums.

Is that possible in bbpress?

Thanks
Mickey

Confirmation email form

Published on January 12th, 2021 by Gunivortus

This may be a really stupid question ,but I am at a loss….

After filling out the registration form, the user automatically gets an email in which he is asked to use a link, to confirm his registration. It reads:

To activate your user, please click the following link:
https://etc.
After you activate it you will receive yet *another email* with your login.

I need to translate and change this form, but cannot find it. Where is it?

Report a post

Published on January 12th, 2021 by Gunivortus

Sometimes posts of users are inappropriate, eg. flaming. I’d like the option above each post to report that post to the moderator or admin. How can that be achieved?

Dumb question

Published on January 12th, 2021 by akula2

Hello people 🙂

Dumb question, but, how I insert image in body of post here at bbPress support?

I want to ask question, and want insert image in post like I see others do here.

Thanks

latest bbpress 2.6.6

Published on January 11th, 2021 by randrcomputers

Updated to 2.6.6 and wow did my server load spike! took me a week to figure out it was bbpress update as i also did many other updates that day anyways downgraded back to 2.6.5 all good. Any idea why this would happen? Forums are somewhat large but i dont think huge: Total forums: 36 • Total posts: 94,124 • Total topics: 7,381 • Total users: 36,925

Keymaster cannot see pending replies

Published on January 11th, 2021 by fleurhughessaqn

I am the keymaster for my forum, and I’ve got an email notification that someone has replied to a topic (because I subscribed to it), but I can’t see it in the forum, or through the ‘replies’ bit in the WP backend.

Looking at other posts, I see others have also had trouble with posts being marked as spam (side note: I’ve changed the settings I can find, but that doesn’t seem to stop things being marked pending, and it’s a really annoying feature that you don’t get notifications of things in spam!).

Anyway, my problem at the moment is that I don’t seem to be able to see the reply at all, or have any option to find pending posts. I have checked the documentation and other posts and can’t seem to find anyone with this issue. I think as keymaster I should have the rights to do all these things?
Thank you in advance!

How to move postings to another Forum

Published on January 11th, 2021 by pflanzenoma

Hello,
my Forum www.exoten-forum.de is on the air for only one day now. When users postet interesting photos in “Test” I’d like to move the posting to the appropiate forum f.i. “Palm trees”. But this does not work. The “move” button only offers a new thread in the same forum. How can I move postings all over?

WP Version 5.6
Theme Twenty Twenty-One
BBPress Version 2.6.6
Site: www.exoten-forum.de

Pflanzenoma

Phony user registrations

Published on January 10th, 2021 by creekdweller

Our message board (up for a couple years now) probably has a few hundred legitimate users. Yet the total number of users is over 47,000. Mostly these non-legit users, perhaps robot-created, never post, and the only problem the cause is that Google occasionally flags their user data pages for improper content, as they’ll include promotion of a gambling website in the signature field.

What, if anything, should I do about this? I suppose I could go into the database and delete all users that have never posted in one fell swoop. Would that be advisable? (Apart from admin users, there is no reason for someone to register unless they want to post on our message board.) What else? Am I doing something wrong that permits or invites these user registrations?

https://fairmark.com/forum/

Skip to toolbar