I haven’t find a solution for this so I’ve decided to make a new topic. The thing is – I want to display topics based on multiple tags, not just one. Is that possible?
For example, I wanna display all topics that are tagged with “html” and “css” tags….it only works for one tag at the moment.
please help me
HI,
Ussing WP 5.1
BBpress 2.5.14
Recently sometime, user are coming on the forum and whitout longin they are automaticly logged to an random user account…
Any idea ?
My intranet site is not sending bbPress notifications to subscribers. I’m able to get emails/notifications from other plugins, but unable to from bbPress.
I went into the /includes/common/functions.php file to change the “from” address, thinking it was detecting the wrong URL on the intranet, and I forced it to use to the same address that is successful with the other plugins. But that didn’t work.
Hi! when we move topic to other forum the subscribed user forum don’t receive the notification.
Because the action only is performed on new topics
add_action( 'bbp_new_topic', 'bbp_notify_forum_subscribers', 11, 4 );
We created on function bbp_move_topic_handler
$topic_author = bbp_get_topic_author_id( $topic_id );
$anonymous_data = 0;
do_action( 'bbp_move_topic', $topic_id, $new_forum_id, $anonymous_data, $topic_author );
and also added
add_action( 'bbp_move_topic', 'bbp_notify_forum_subscribers', 11, 4 );
But we think it should be part of core
Best regards
hi there community, is it possible to notify by email the author of a new topic when he creates it?
Hello,
Is it possible to create an archive with downloadable files within the bbPress community?
Please let me know.
Thanks.
Hello everyone,,
I admit I am a “newbie” and am having a bundle of problems. I am in the process of building a website which is still offline, and am very stuck. I am using ocean wp and I don’t know how to find out the version, but everything is new in the last 2 weeks.. sorry I really am a newbie…
I am making “TheAmericanQuarterHorse.com” and wanted to make a small forum page alongside of information pages, I had to do a whole pile of deleting and rebuilding on the forum site, but now I have the basic structure!! So that is a plus, but am stuck on the login–register-lost password widget. The first time I made it, it put the menu all over the place and the login was on every page. Iwas using bbpress tweaks, so uninstalled the bbpress tweaks, and ended up re-installing. I watched a whole pile of youtube on how to do it, and went back at it. I did all the “making the page” and putting the permalinks in the widget slot in the bbpress side bar. This time I had logins on every page BUT THE FORUM PAGE!!! This is the 3rd time I have deleted everything and started over.. I am about to forget the whole thing or use a different forum widget. I am STUCK. Any ideas??
The other thing is the text is sooo thin and tiny on the forum page it is hard to see. I have heard something about css, but have no clue about what that is or how to use it..
Would really appreciate any ideas..
thanks
If I want to change a default user capability. For example let participants delete their own topics or replies. Am I supposed to edit capabilities.php directly? Or is there some other way to do this? I see a number pages discussing this, but they all seem to talk about editing that file. I also found a reference to something called “keep_gate” but I can’t actually find the documentation on it. Sorry if I’m being dense 🙂
Hello,
I’m looking for a way to denied the ‘Participant’ user role the access to the dashboard /wp-admin
I’ve looked all over google and I haven’t found a complete solution. Can someone help me by pointing me into the right direction.
I’ve used user role plugins and they aren’t registering the user roles.
Thank you in advance
I wonder if I am the only one who felt this was unnatural.
When you have a forum with a subforum, the subforum will be the first item on top of the list.
Above the topics (look picture below).
That’s not intuitive in my opinion.
Is there a way to remove it, or at least move it below the topics?
