I use the newest versions of wordpress, bbpress, buddypress and the Responsive theme.
I can’t find a way for participants to add more than one link or picture to forum posts or replies without the posts going into moderation. Where can I set the threshold? Is there any plugin for that?
Moderators can do that.
Moderation Link Threshold
Published on March 8th, 2022 by gr19ruteChange title of ‘Forums’ to ‘Forum’
Published on March 7th, 2022 by ollietubb1Hi,
I cannot find a way to change title of ‘Forums’ to ‘Forum’.
I have changed it in settings / forum root and forum single slug (i get this message – possible bbPress conflict: Forum slug and vice versa)
Any suggestions please much appreciated?
Thanks,
Ollie
create forum when a post is created
Published on March 7th, 2022 by exarillionHello,
I want to automatically create a new forum when a post is published. Our forum structure will be like this:
Forum
-> General Discusion
—–> topic 1
-> Communities
—-> Community 1
—-> Community 2
—–> General Discussion
——–> Topic 1
—–> Posts
——–> Post 1
———> Topic 1
Communities are type of post taxonomies. These forums will be created by hand when a new community is added. What I am trying to do is detect the post published with a hook (no problem here) and create the sub forum (post 1,2,x) under related community with same title and link these post-forum via either metadata od a new table in the. I couldn’t find a function to create this sub-forum in documentation. What are your suggestions here?
Does bbpress has multi-level forum structure?
Published on March 7th, 2022 by debcat24I intend to create a large forum setup that will have many different categorised topics and will contain sub forum topics and within that topic there will be the comments of the users.
Is this possible in bbpress 🙂 ?
Is there a restriction on forum size ?
Published on March 7th, 2022 by debcat24Hi,
I’m considering this forum plugin for my site, is there a restriction on the forum size ?
Since this is integrated with WordPress core, if we have quite a large forum wouldn’t it make the site very slow ?
I also have the intention to mirror this site and therefore will use a different domain, does this forum plugin accept cross domain login and access ?
Alternative to bbpress moderation tools
Published on March 6th, 2022 by Manuel CamargoHave anyone found an alternative to the plugin bbpress moderation tools that have recently closed in the wordpress repo?
https://wordpress.org/plugins/moderation-tools-for-bbpress/
Overwrite Bbpress class
Published on March 3rd, 2022 by tomcriseHello,
I found a bug when using bbrpess and WOOF (Woocommerce Product Filter). Indeed, when bbpress is activated, when you want to filter products by category, the WOOF’s widget disappears. With a lot of tests on multiples websites, I found this bug comes from bbpess.phpclass on setup_variables() function when the attribute topic_tag_tax_id gets apply_filters( 'bbp_topic_tag_tax_id', 'topic-tag' ) value. When you comment this line, the bug is solve.
As I don’t need tags on my Forum, I just need to set $this->topic_tag_tax_id = 0 and hide Topic tags form.
But Here is my final problem : How can I overwrite this class because it’s not a template but the plugin file ?
PS : I tried every possibilities (plugins versions, select another theme, change product database, catch network and files errors), the bug really comes from here as strange as it may seem.
Cheers,
TomCrise
How to offer image uploads?
Published on March 2nd, 2022 by sruddyI am developing Forums for a photo club and need to know how to allow image uploads to the forum. I don’t see any options at all when making a post.
Never mind I found that it’s already there but is a separate plugin that I have to activate.
My website is too thin on the sides, How can i fix it?
Published on March 2nd, 2022 by SelloHello guys. Technically I’m not very good at web stuff. I opened a wordpress based website. I have a licensed “Sahifa” theme. Everything is fine on the site, but my site is very “thin” on desktop platforms. There is no adjustment in the page settings for this. Especially when accessing from high-resolution monitors, the left and right sides of the site are blank. I hope I was able to explain. There is a css code etc about that. is there?
Thanks 🙂
My site: https://www.turkishvibe.com
Featured image on new forum topics – form-topic.php
Published on March 2nd, 2022 by Ron Gomez HoffAnybody ever edit the form-topic.php file to enable adding a featured image to the new topic post and willing to share how you did it?
Thank you!