Published on January 10th, 2020 by laprek
Hello,
I have created few forums. I’m using “bbp style pack” plugin which lets me to have categories as forum title and forums with that category as parent. I need to hide few forums because I would like to display them on a different page.
Here is what I’ve tried:
ul#forums-list-9201.bbp-forums.bsp-template1{
display:none !important;
}
.forums-list-9201.bbp-forums.bsp-template1{
display:none !important;
}
#bbpress-forums.forums-list-9201.bbp-forums.bsp-template1{
display:none !important;
}
Any idea on what am I doing wrong?
Published on January 10th, 2020 by pipipi07
I’m sorry if it’s a rudimentary question.
For example,
In the forum: music, the topics “Rock”, “Pops” and “Classic” are posted.
In the forum: movie, the topics “Comedy”, “Action” and “Horror” are posted.
In this case, how can the conditional branch “display A for single topics belonging to forum: music (that is,”rock”,”pops”,”classic”pages) be realized?
In other words, I want to do the same as “in_category” in wordpress.
I thought too hard and lost my mind! help!
Published on January 9th, 2020 by alistairmusgrove
WordPress Version – 5.3.2
bbPress Version – 2.6.3
Home
Explore Around The Corner
I’ve installed the forum on my site and set it up, it’s all working as expected. However if I post a topic, I have to log on to the site to check responses.
Is there a way to get notified by email when replies are added to posts?
Thanks
Alistair
Published on January 9th, 2020 by brianamanalo
Hi, I closed a topic and realized I didn’t like the background color once closed. I then went to change the color in the Closed Topic Content option of the Topic/Reply Display section. I changed the color, updated settings, and saw it didn’t change.
The post was stickied, so I unstickied it, openened it, hit save settings again, cleared cache, and the new color I chose still isn’t showing up, the old one is.
Any ideas on what to try here?
Published on January 9th, 2020 by BobHatcher
I have two questions:
1. Is there a general WordPress plugin that will search the entire site as well as within my discussion forum?
2. Is there a plugin that will search my bbpress discussions that will also search within attachments such as MSWord or PDFs?
Thanks.
Bob
Published on January 9th, 2020 by mplusplus
Hi there
To migrate my XenForo forum to bbPress, is there any script or tool available?
Thank you.
Published on January 8th, 2020 by sandi8378
When I go to Tools Export and select Topics, the export file is empty. I have 211 topics on my forum. Using bbPress v 2.6.3 and WP v 5.3.2. site is taxrepllc.com Thank you for any help you can give. Don’t know if this is a bug or not.
We need to move this forum to another wp install and a different domain. I was able to export and import users, forums, and replies but not topics. I even tried extracting the 211 topic records straight from the wp posts table and exporting them via XML format but the file was incompatible when I tried to import it. So you can see I’m a bit desperate for an answer!
Published on January 8th, 2020 by terranova23
Hi there,
I have a client who is using BuddyPress and bbPress, among other plugins to run a membership site. Recently they noticed an issue on user profiles, under the Forums tab where Forum Topics Started by that user are listed. The first page shows up fine, but attempting to click on Page 2, 3, or beyond gives a 404 error.
The site is using WP 5.3.2, BuddyPress 5.1.2, and bbPress 2.6.3 (all latest I believe). The site URL is https://www.themysticdreamacademy.com/
I have attempted resetting permalinks, disabling all other plugins and reverting to a standard theme, and none of this made a difference. I also dug up lots of forum and support threads which seemed to have similar issues, but it wasn’t the exact same and I couldn’t find a fix.
One odd thing I noticed is that the URL template for the main page is like this: https://www.themysticdreamacademy.com/members/[USERNAME]/forums/
But when I click to the next page, it loses the /forums to become: https://www.themysticdreamacademy.com/members/[USERNAME]/page/2/
I tried adding back in the /forums part but it still gives a 404. Not sure if this is relevant but I thought I should include.
Hoping someone can point me in the right direction for fixing this. If you need any other info, let me know. Or if this is more a question for BuddyPress, I can post there. But I figured since it involves forum posts it was more relevant here.
Thanks,
Rory
Published on January 8th, 2020 by tkdgns1106
Is there a way to search for topics within that forum ??
For example
Dogs (Forum 1)
Cute puppies (topic 1)
My dog (topic 2)
Cat vs Dog (Topic 3)
Cat (forum2)
Cute Cats (Topics 1)
My cat (topic 2)
Cat vs dog
Forum 1 and 2 Nested Cats vs. Dogs.
Is there a way to search only topics (topci 1-3) within dog forum ??
I personally think bbpress is very good and I respect all the developers here.
You can’t speak English without knowing the code. I still read and post posts through the translator.
Would you please kindly let me know?
Published on January 7th, 2020 by wpweaver
I’ve been getting a bunch of little failures with 6.x on my long existing bbPress forum. I finally figured out I’d been running with WP_DEBUG as false. Turn it to true, and I get this nasty bug:
Notice: Undefined variable: topic_id in /Users/bw/Sites/xxxx/wp-content/plugins/bbpress/includes/replies/template.php on line 456
Not sure how that is affecting other things, but really?