Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 201 through 225 (of 64,394 total)
  • Author
    Search Results
  • #243079
    manojmohandev
    Participant

    Looks like it was fixed way back when codebase was not modularized to this extent. Here is the ticket that was closed some 13 years back with commit that fixes it.

    If you observe these check doesn’t exist anymore before updating last reply id and all.

     // Update if reply is published
            if ( bbp_is_reply_published( $reply_id ) )
                    update_post_meta( $topic_id, '_bbp_last_reply_id', (int) $reply_id );
    
    #243076

    In reply to: Private messages

    Here are a few options:

    bbPress Messages: This plugin offers a simple yet powerful private messaging system tailored specifically for bbPress. It includes features like message caching for faster performance, background processing for tasks such as email notifications, and support for shortcodes and widgets.
    JA.WORDPRESS.ORG

    Better Messages: A comprehensive real-time private messaging system compatible with bbPress, BuddyPress, and other WordPress platforms. It provides features like live chat, file uploads, emoji support, message editing and deleting, and even audio and video calls.
    JA.WORDPRESS.ORG

    bbPress – Private Replies: This plugin allows forum participants to mark their replies as private, meaning only the original poster and forum moderators can view the content. It’s particularly useful for support forums where users may need to share confidential information.

    #243075

    Topic: Private messages

    in forum Installation
    triffy44
    Participant

    Hello,

    Is there a plugin to add to bbpress so you can sent users private messages ?
    I did not find any answer in the search engine.

    Thanks a alot

    #243074
    swinggraphics
    Participant

    On the Topics archive page, the pagination links are broken, going to a forum. This appears to be due to maybe_map_permalink_to_group(). My solution is to add a filter after BBP_Forums_Group_Extension->topic_pagination() to correct the base parameter:

    
    /* Fix BBPress pagination */
    function my_topic_pagination_fix( $r ) {
    	if ( is_post_type_archive( 'topic' ) ) {
    		$r['base'] = bbp_get_topics_pagination_base();
    	}
    	return $r;
    }
    add_filter( 'bbp_topic_pagination', 'my_topic_pagination_fix', 11 );
    
    
    eyingayannick
    Participant

    Salut à tous,
    J’utilise bbpress et le thème Astra. Je voudrais limiter le nombre de réponse visible à un sujet lorsqu’on est pas connecté. Que celui qui ouvre un sujet voit juste 2 réponses.Et lorsqu’il se connecte il voit le reste.

    Besoin d’aide

    #243051
    Robin W
    Moderator

    Thanks

    This is just a warning that WordPress 6.7 introduced.

    bbpress in itself does not issue that warning, so I’d suspect that another plugin is affecting this.

    so you need to test to see which other plugin or your theme is doing this.

    I’d start with loco translate and LearnPress – bbPress Integration as likely candidates.

    If not you’ll need to work out which

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #243050
    marbaque
    Participant

    Not just that. Here is the full list:

    • Advanced Custom Fields Versión 6.3.12 por WP Engine
    • Akismet Anti-spam: Spam Protection Versión 5.3.5 por Automattic – Anti-spam Team
    • bbPress Versión 2.6.11 por The bbPress Contributors
    • BuddyPress Versión 14.3.3 por The BuddyPress Community
    • CoBlocks Versión 3.1.14 por GoDaddy
    • H5P Versión 1.16.0 por Joubel
    • LearnPress Versión 4.2.7.5.1 por ThimPress
    • LearnPress – bbPress Integration Versión 4.0.5 por ThimPress
    • LearnPress – BuddyPress Integration Versión 4.0.2 por ThimPress
    • LearnPress – Collections Versión 4.0.1 por ThimPress
    • LearnPress – Coming Soon Courses Versión 4.0.6 por ThimPress
    • LearnPress – Course Review Versión 4.1.4 por ThimPress
    • LearnPress – Prerequisites Courses Versión 4.0.8 por ThimPress
    • Loco Translate Versión 2.7.1 por Tim Whitlock
    • PublishPress Capabilities Versión 2.18.2 por PublishPress
    • Safe SVG Versión 2.3.1 por 10up
    • Site Kit by Google Versión 1.145.0 por Google
    • WP Mail SMTP Versión 4.3.0 por WP Mail SMTP
    • WP Rocket Versión 3.18 por WP Media
    • WP User Manager Versión 2.9.12 por WP User Manager
    #243049
    Robin W
    Moderator

    so just bbpress and learnpress?

    #243042
    novawebb
    Participant

    Hi Robin

    Thank you for your response.

    We have already tried several troubleshooting steps, including:

    Changing the theme.
    Deactivating all plugins.
    Contacting Divi (theme) support.
    Contacting bbPress support.
    Creating a new .htaccess file.
    Uploading fresh WordPress core files.
    Following the recommendations in this video: YouTube link.
    Testing with the Health Check & Troubleshooting plugin.

    After extensive testing and investigation, our web hosting provider has concluded that bbPress is attempting to use an abnormally high amount of PHP memory. They have also provided us with an error log file that might help clarify the issue further. Please let me know how we can upload this.

    We would appreciate any insights or suggestions you may have to resolve this problem.

    Looking forward to your response.

    #243031
    Robin W
    Moderator

    I’d start by deactivating all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    novawebb
    Participant

    Hi,

    We are experiencing an issue with reply creation. While users can successfully create new replies on the frontend, we encounter an “HTTP ERROR 500” when attempting to create a reply from the admin panel.

    Could you please provide guidance on how to resolve it? Let us know if you need any additional information or logs.

    Dev site: https://zmartkund.se/tilrf/
    WordPress 6.7.1
    Theme: Divi 4.27.4 (but also when Twenty Twenty-Five)
    bbPress: 2.6.11

    #243027
    Robin W
    Moderator

    what additional bbpress related plugins are you running?

    #243024
    marbaque
    Participant

    I am receiving this php notice:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the bbpress domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later.

    I am running Version 2.6.11

    #243017
    someone
    Participant

    My question may seem confusing
    How to make a wp forum website using bbpress look like bbpress here.
    Mainly the style within a topic.
    I thought that when I installed bbpress It would be similar like this one. But the forum is a little different.

    #242980
    kpstraus
    Participant

    @mentions don’t seem to be working on my forum at sparkt.caadpe.org/forums. I’m using bbpress with Memberpress. How can I troubleshoot this? You can see my attempts here: https://sparkt.caadpe.org/forums/topic/notification-test/. You’ll need to register a free account to see this.

    #242946

    In reply to: Seo for bbPress

    DeepBlue
    Participant

    hi

    Rank math SEO supports bbpress well

    #242920
    Robin W
    Moderator

    This is one of the new FSE themes, so you need a fix to work with bbpress.

    install

    bbp style pack

    once activated, navigate to

    dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.

    In that tab, select

    Enable Theme Support

    and save

    The forums should then display

    #242917
    Joakim Nömell
    Participant

    Hello. I run a site where I use the theme Blog FSE. BBPress does not work with this theme. It works fine with Twentysixteen, for example. Is there any way to solve this so that BBPress can work with Blog FSE so I don’t have to change themes? My knowledge of PHP is low and I have a visual impairment and therefore it is quite difficult to work too much in PHP code.

    Latest WordPress and BBPress versions.

    #242749
    Tamas Rottenbacher
    Participant

    I know, thank you your plugins. 🙂

    I hope the 2.7 bbPress version is coming nearby.

    #242746
    Robin W
    Moderator

    Totally agree.

    I’m just a guy sat in his home trying to help others, I have no connection with bbpress.

    Best I can offer, sorry

    #242744
    Tamas Rottenbacher
    Participant

    Hi,

    Thanks, I’m found Your solution/plugin and it work, but it needs lot of custom css fix. (Sample: the widht, style plugin add %, but i would like use the editor (FSE) widht value.

    It’s very strange to me that bbPress, which is an Automatic plugin and isn’t compatible with the WP Core theme. I wouldn’t “expect” a block editor structure, just that it works with shortcodes. And i would like to minimalize the plugins number. =/

    seeanimalswild
    Participant

    I have a number of members areas on my website. One of the things that we are going to use bbpress for, is to essentially allow members to “blog” things of interest. They will be viewable within their profile.

    What I also want, is to be able to have the bbpress blog available somewhere, for people to browse without having to be members, but without the ability for non-members to post.

    To do this, I am assuming that firstly, i put the forum within the members area. The complicated bit, is how do I put a read-only copy of the bbpress forum outside the members area so that non-members can read, but cant post to the forum

    #242734
    kampot888
    Participant

    Advanced Editor Tools

    Advanced Editor Tools + BBPRESS

    I’ve read this topic, but it’s still unresolved, so I’d like to ask a new question here.

    I’m currently installing and testing it, but it won’t load in the BBPRESS text area. Is there a way to set it?

    #242725
    Robin W
    Moderator

    This is one of the new FSE themes, so you need a fix to work with bbpress.

    install

    bbp style pack

    once activated, navigate to

    dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.

    In that tab, select

    Enable Theme Support

    and save

    The forums should then display

    #242724
    kampot888
    Participant

    Problem with bold text on BBPRESS management screen

    View post on imgur.com

    After enabling BBPRESS, various texts will be converted to bold in the WP admin screen. How to solve this problem?

Viewing 25 results - 201 through 225 (of 64,394 total)
Skip to toolbar