Search Results for 'bbpress'
-
Search Results
-
Have anyone found an alternative to the plugin bbpress moderation tools that have recently closed in the wordpress repo?
Topic: Overwrite Bbpress class
Hello,
I found a bug when using
bbrpessandWOOF (Woocommerce Product Filter). Indeed, whenbbpressis activated, when you want to filter products bycategory, the WOOF’s widget disappears. With a lot of tests on multiples websites, I found this bug comes frombbpess.phpclass onsetup_variables()function when the attributetopic_tag_tax_idgetsapply_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 = 0and 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
Topic: User Profile 404 Error
I am using Memberpress and bbPress and the forums are working as expected but the Member profile is giving a 404 error. Suggestions for a fix?
Hi,
Using WP with Twenty-twenty latest. I am looking for advise concerning the email notification. No email is sent out whether new post appear, or new topic started etc. What do i do wrong? All other emails form the website is received including registration notification of new user to the forum.
thanksHello,
Question 1
I want to set the comments to max “100”.
I want to delete old comments automatically.
I’m going to manage thousands topics, but it’s very hard to remove manually.
Also, if you leave more than 100 logs, the database will be destroyed.
Is the setting the possible?Question 2
IThe max comments is 1000.
I want to change it to unlimited. I use with Question 1, and I want to set the permanent system.
Is the setting the possible?Question 3
Is it possible to create of tens thousands topics? How many a max number?Bug report
If you change the WordPress permalink, the “comment edit” URL changed the permalink. And, Edit URL is an error.
Hello, does anyone know the max number of forums/categories and subforums you can have on a single WordPress site before it becomes unstable? Does anyone know where you can find best practices for structuring forum and subforum hierarchy? For my project I will likely start with ten categories, which will each have three subforums or categories, which in turn will have two or three layers of subforums likely resulting in several hundred subforums on the site. I don’t have a live site to link to yet and will be using most recent versions of WP and bbPress.
Hey there,
I want to make a website with bbPress. I have “Hacklog Remote Attachment” plugin that allow me to remotely upload media files on to another server with FTP access. I mean this plugin will upload everything you upload on “media” to another server.
But bbPress ignore this and save files on wp-content folder. My local host is limited so that’s not good option to save files on my local host.Is there any add-on or plugin to force bbPress upload files to another server with FTP?