Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 851 through 875 (of 64,428 total)
  • Author
    Search Results
  • #238219
    Robin W
    Moderator

    put this in the custom css of the style pack plugin.

    #bbpress-forums span.bbp-admin-links a, #bbpress-forums span.bbp-admin-links {
    	font-size: 13px;
    }
    #238213
    ahillmortons
    Participant

    Hi,

    We have been having issues with a bbPress forum we imported into. Our hosts have said we have some slow queries. Is this something we can alter in bbPress settings?

    Reply from our hosts below.

    Many Thanks,

    Andy

    We have lots of queries involving posts and postmeta tables that are notably slow:

    # User@Host: [removed] @ [127.0.0.1]
    # Thread_id: 517 Schema: [removed] QC_hit: No
    # Query_time: 10.200091 Lock_time: 0.000118 Rows_sent: 10 Rows_examined: 2017628
    # Rows_affected: 0 Bytes_sent: 195
    SET timestamp=1699707197;
    SELECT SQL_CALC_FOUND_ROWS wp_y1_4_posts.ID
    FROM wp_y1_4_posts INNER JOIN wp_y1_4_postmeta ON ( wp_y1_4_posts.ID = wp_y1_4_postmeta.post_id ) INNER JOIN wp_y1_4_postmeta AS mt1 ON ( wp_y1_4_posts.ID = mt1.post_id )
    WHERE 1=1 AND (
    wp_y1_4_postmeta.meta_key = ‘_bbp_last_active_time’
    AND
    (
    ( mt1.meta_key = ‘_bbp_forum_id’ AND CAST(mt1.meta_value AS SIGNED) != ‘675217’ )
    )
    ) AND ((wp_y1_4_posts.post_type = ‘topic’ AND (wp_y1_4_posts.post_status = ‘publish’ OR wp_y1_4_posts.post_status = ‘closed’ OR wp_y1_4_posts.post_status = ‘expired’)))
    GROUP BY wp_y1_4_posts.ID
    ORDER BY CAST(wp_y1_4_postmeta.meta_value AS DATETIME) DESC
    LIMIT 0, 10;

    It takes over 10 seconds to execute, examining over 2 million rows but only sending 10. This inefficiency can be due to unoptimized JOIN operations or lack of proper indexing.you can cosider using a database optimization plugin to improve indexing and query efficiency and Implementing a caching solution to reduce database load, especially for frequently accessed data.

    #238192
    tutfox
    Participant

    Hey guys,

    the forums index is not showing and causing the site design to break whilst topics pages remain displaying fine.

    WordPress version: 6.4.1
    Theme: Divi version: 4.23.1
    bbPress version: 2.6.9

    https://umaps.org.uk/forums/

    Index slug /forums
    Other pages called forums? No (bin empty as well).
    I’ve done what was suggested in the bbp style pack and cleared static css files and disabled the option.

    I’ve also set the permalink structure to post name and saved it a couple of times.

    Can you help me with this?

    Warm wishes,
    Maria

    #238186
    Robin W
    Moderator

    you to check the bbpress role, keymaster or moderator

    #238185
    astrologiamb
    Participant

    I have two different admin. One of them shows the editor toolbar when I want to answer a thread, the other one does not show the toolbar. I have tried with different browser, incognito mode with no luck.
    All other users show the editor with no issues.

    mariablaquier.com
    bbpress 2.6.9
    wp 6.3.1

    #238171

    In reply to: Export/Import

    sharkster4000
    Participant

    We’re all in the same boat.
    A bigger (or even medium sized) bbPress cannot be ported to another WP installation.
    Fact.

    #238166
    Robin W
    Moderator

    It’s doable, you would need to amend

    bbpress\templates\default\bbpress\loop-topics.php and save to your child theme.

    and amend to add to call to bbp_topics() 2-3 times to doi the ordering

    Beyond free help I’m afraid, if you’d like paid help happy for you to contact me via

    Contact me

    with a link to this thread

    #238165
    Robin W
    Moderator

    without a pluguin

    Custom Capabilities

    with a plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>roles

    #238132
    devmuhakeem
    Participant

    I’ve been using BBPRESS for a while now and I want to show the BBPRESS statistics on the BBPRESS left side bar and its showing this message below the statistics BBPRESS STATISTICS ERROR. And I’ve also deleted it on the widget area and it still showing this message.

    “Warning: Undefined array key “topic_tag_count” in /home/wealthiq/gabata.com.ng/wp-content/plugins/bbpress/templates/default/bbpress/content-statistics.php on line 42″

    How can I solve this?

    #238130
    Robin W
    Moderator

    it could be a theme or plugin issue

    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

    #238129
    sanumolu5
    Participant

    Hi,

    I just installed bbpress plugin. I created few forums in the dashboard, and when I click on View Forums, I don’t see Forums in a proper format, nor as links on click of which would give me opportunity to create threads. It is showing as in the screenshot provided at the below link.

    https://drive.google.com/file/d/11F6mv33lD1tJzw34oeKiNzMAVXZo_WVU/view?usp=sharing

    #238119
    GSG Webmaster
    Participant

    Was a solution found?

    I’m currently having this same problem on the profile pages; the page meta titles are missing, so every page meta title is just our website name. We also use Yoast.

    Sounds like this is a result of bbPress creating virtual pages for every user that can’t be customized or noindexed to improve SEO.

    The forums, topics, replies meta titles are fine because we’ve set them in Yoast > Settings.

    I came across other bbPress forum topics that mentioned the BBP Improvements for Yoast plugin and a few other plugins to improve bbPress and Yoast, but the plugins are 4-6 years out of date, so I’m not going to install them. There’s also a Github topic about this, but it was closed in 2021 with only vague ideas of workarounds, for example using an API-based noindex coding.

    I’ve already reset permalinks and flushed cache.
    I’m planning to update WP Core and update our PHP version to see if that helps.
    There’s also a button in Yoast tools to “Start SEO Data Optimization” which I may do lastly.

    #238118
    tamim78
    Participant

    Hello! I’m interested in having a forum for each of my classes that I have through Learndash and have setup bbpress to create those class forums, however, I need help with how to keep students in the class after they submit a question or reply in the forum. Right now, after they submit their question it takes them to the bbpress forum area but I’d like them to stay in the class. Any ideas on how to achieve that?

    http://www.lovenotions.com
    version 2.6.9 bbpress
    version 6.3.2 wordpress

    #238084
    bsdinsight
    Participant

    GD bbPress Attachments

    View post on imgur.com

    #238047

    In reply to: Cannot show my forum

    Robin W
    Moderator

    it could be a theme or plugin issue

    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

    #238042
    Robin W
    Moderator

    ok, so that is a page with a shortcode that tends to suggest you do not have the bbpress plugin active

    #238007
    gozazomo
    Participant

    Hi, I just made a forum using bbPress but there is no function on quoting certain post/comment.
    Can someone guide me please how to quote a post or comment without using any plugin.
    Thanks

    #238003
    Robin W
    Moderator

    I think you are using the 2023 theme.
    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

    #238002
    dianaringer2018
    Participant

    Hello,

    I am trying to follow the step-by-step instructions, and I am still having trouble displaying the main forum page. I am trying to use method 1. I checked and verified the settings.

    I added some test forums and topics, and I can see them in the backend.
    Forum Root = Forums
    Permalink structure is set to POSTNAME
    Category | Tag base left blank (default)

    I created a page called Forums and nothing displayed.
    I tried adding the shortcode and still nothing appears.

    I am referring to: https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#3-%c2%a0creating-a-forum-page

    Page Links: https://bkswathq.com/forums
    Wordpress : 6.3.2
    bbp Version 2.6.9

    Thanks in advance.
    Fills silly to be stuck so early on in the process.

    #237995
    chrisej93
    Participant

    Looks like I’ve fixed it. I had some code to change bbpress usernames in my functions.php file, which I have deleted.

    chrisej93
    Participant

    Hi everyone, I’m hoping you can help me.

    I am using WordPress version 6.3.2 and bbPress version 2.6.9. Earlier today, I installed a plugin called ‘BuddyPress Username Only’ which caused the whole of my site to have a critical error, so I went into recovery mode and deactivated and uninstalled the plugin. This fixed everything except my bbPress forum which still has a critical error as can be seen at https://railjunction.uk/forums/.

    I deactivated and uninstalled bbPress then reinstalled it, but the error is still present.

    Please can someone help me fix this? Thanks in advance. And yes, I have now learned my lesson about installing old plugins!

    #237984

    Interesting discovery. After digging around, I found that if a moderator created a forum topic, the block feature of the addon “bbPress – Moderation Tools” doesn’t show for anyone that posted in that forum topic.

    If a Participant created the forum, a moderator can see the Block and other features of the plugin “bbPress – Moderation Tools”.

    Just a little feedback on my older question.

    kpikus
    Participant

    Hello!
    I have a question about some sort of add-ons to bbPress. Is there a possibility to add in user profile information about languages that user can speak in form of flags? Possibly in a way where user can add that information by himself. Or maybe should I use BuddyPress and some add-on to that plugin?

    Second question is about forums available only for group of people verified by admin (I have online course and I want to restrict access to that forum for enrolled participants only). Is “Private groups” plugin the only solution or there are others?

    Thank you in advance!

    #237982

    Thank you Robin, greatly appreciated. Our forum is also running well and I use the style pack plugin which works great.

    I was just curious about the future of bbPress when checking on a plugin “bbPress – Moderation Tools” with the developer. It used to let us allow moderators to block people but doesn’t seem to work anymore. The person at Digital Arm did allude that the releases are slower on for bbPress.

    Your response is very helpful and Yes, we do pick our battles with open software. Thank you again.

    #237978
    Robin W
    Moderator

    I am just a moderator here, and not a bbpress author.

    The authors tend to release updates every few years, rather than more frequently.

    My personal view is that you should consider bbpress to be a ‘mature’ product, ie any releases will be to fix issues rather than add functionality.

    bbpress is written really well, and has loads of hooks. There are no show stopper bugs in it, it may throw a few deprecation notices (and these are very few at the moment), but WordPress recommends that you should not show error messages in live sites.

    I currently have my test site running WordPress 6.3 and php 8.1 with no issues.

    The only major issue with bbpress at the moment is that it does not work well with FSE themes.

    However my bbp style pack plugin has fixes for this

    bbp style pack

    as well as block versions of the widgets and a ton of styling and functionality add-ons.

    All plugins are subject to the authors commitment, and bbpress is no different.

    The main WordPress support forums use bbpress, and it would be mega work to move those over to some other product.

    But with open software you make your choices….

Viewing 25 results - 851 through 875 (of 64,428 total)
Skip to toolbar