Forum Replies Created
-
In reply to: Non-displayed Topics
That looks like a plugin or theme issue (I suspect plugin).
Please deactivate all other plugins except bbPress and try again. If it works, restart the plugins one after the other to find the one blocking:
Pascal.In reply to: bbp_get_user_topics_startedCan you just paste the code snippet ? To comment on that.
Thanks, Pascal.In reply to: Member cannot post to forumThat would depend on the plugins you have installed. If you have WangGuard, you can force a whitelisting, but that’s just one example of the many that exist.
You will have to find the plugin responsible for blocking comments.Did you also ask her to switch to another PC and browser ? Just to be sure it’s not on her side ?
Pascal.
Glad you found it !
Pascal.
In reply to: How to get a list of user’s subscribed forums?Hi,
Check the source code of my bbP Manage Subscriptions. It might give you the correct things you need.
Pascal.In reply to: Forum emails being sent after leaving groupHi, if you want to do it manually, check my ‘bbP Manage Subscriptions’ where you should be able to remove the subscription when somebody leaves the group.
One day I will change the design of this plugin, but it still does the job !
Pascal.In reply to: Member cannot post to forumDo you have any security or moderation plugins ? Maybe the first comment of a new user has to be validated by somebody ? Try to see if the comment is in spam or so.
Did you try to create a new account yourself and try to comment ?Pascal.
In reply to: Issues with WPML and bbPressInteresting …
First of all, did you check the 2.6-alpha version already ? It might be already translated in the upcoming one.
Then I would need to know in which screens you get these that cannot be translated, because it SHOULD be translated everywhere possible.
Pascal.In reply to: Updating Site Without Overwriting BBPress PostsHi,
I confirm that all topics,replies and forum are stored as custom post types in the wp_posts and wp_postmeta table like any other post.
So you cannot just restore a table to get your data back.I have never done this before, but I would try to clean the old environment, export and then import (I suppose import will append). Of course in test first.
Pascal.
In reply to: Can I use bb_is_user_logged_in() in template?Hi,
That seems to be a buddypress function, not a bbPress one. If you have buddypress installed, then I think the buddypress forum might be able to help you.
Pascal.In reply to: Forum Search does not work.This should help: https://bbpress.org/forums/topic/plugin-snippet-hack-to-include-bbpress-topics-in-wordpress-search/
pascal.
In reply to: Forum Search does not work.‘Does not work’ is a bit vague …
And what do you mean with ‘I have installed the forum search’ ? It should be there by default.Thanks for sending more info.
Pascal.
In reply to: Cannot see option to subscribe to a forumArgh !
Please never change directly the bbPress files. At the next update you will loose your work.If you want to change files, you can refer to the codex (like on this page: https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/)
But if you want to keep it easy, check out my bbP-Toolkit plugin where you can customize your breadcrumbs or if this is the only customization you want to do, check out https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#4-turning-off-or-changing-breadcrumbs
Pascal.
Great find !
It’s seems to be correct, but need to check the details for the patch you have at the bottom part.
Pascal.
In reply to: Add link to Unsolved topics@tech55541
Checking the code, the value you need is 3 :public function register_defaults() { Manager::register( 'not-support', array( 'label' => __( 'Not a Question', 'bbResolutions' ), 'value' => '1', ) ); Manager::register( 'not-resolved', array( 'label' => __( 'Not Resolved', 'bbResolutions' ), 'value' => '2', ) ); Manager::register( 'resolved', array( 'label' => __( 'Resolved', 'bbResolutions' ), 'sticker' => __( '[Resolved]', 'bbResolutions' ), 'value' => '3', ) ); }
In reply to: Hide User RoleHi,
Every site is different. If you post a link to your site here, we can check the CSS needed.
Pascal.In reply to: Forum Width / Sidebar Issue?It works 🙂
In reply to: Forum Width / Sidebar Issue?Post you CSS here, who knows I see something …
In reply to: Forum Width / Sidebar Issue?Hi,
First of all, the /forums is indeed the default that comes out. Handy, no ? 🙂
For the width, this is fully WordPress and the theme you have chosen, so bbPress just adapts to it.
I would propose that you ask on the global WordPress support forum for that.Pascal.
In reply to: How to add a sidebarHi Stephen,
Check out this: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#26-creating-a-bbpress-specific-sidebar
Pascal.
In reply to: Performance after conversionI could have a quick check in some hours. Drop me a mail.
Please explain how it crashes.In reply to: Importing Large Xenforo ForumFirst in test, always !
Pascal.
In reply to: Performance after conversionHi,
Only saw your last posts now, a SQL to delete the trash would have been better probably…
But I’m out of ideas for your environment 🙁You don’t have any errors in your logs, right ? Your memory is high enough for both WordPress and your environment ? You are running on a public host ?
Pascal.
In reply to: Only two forums displayingNice to see people solve their own issues 🙂
Enjoy bbPress.
In reply to: Private MessageBuddyPress has a lot of nice functions, indeed, but if you don’t need all of the features it’s sometimes better to only install what you really need.
Pascal.