Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 926 through 950 (of 64,513 total)
  • Author
    Search Results
  • #238306
    kelixirr
    Participant

    Serious css issues I am facing:

    1. My reply content are overflowing out of the box and subsequent replies are not properly inheriting the CSS styles even of the buddress and the styles that I added. Check my site here: https://neuraldemy.com/forums/topic/subscription-payment-related-queries/

    Other questions that I need help with:

    1. How to allow the use of Markdown in forum editor?
    2. How to highlight the first topic so that it can stand out from the crowd of replies just like wordpress org forums main topic.
    3. How to keep the author’s details and photo above the content (just like the WordPress org has) and shift this line “This topic was modified 1 day, 4 hours ago by XYZ.” below the content.
    4. How to allow admin or moderator to highlight the best reply of reply that contains solution or to ping the solution reply below the main topic.

    #238296
    Robin W
    Moderator

    ok, it could be due to loots of things, not possible to resolve without site access top a live example.

    But try accessing from a different browser (maybe cache on your browser), or clearing cache on your site if you have it.

    otherwise try :

    #bbpress-forums span.bbp-admin-links a, #bbpress-forums span.bbp-admin-links {
    	font-size: 13px !important;
    }
    #238290
    kelixirr
    Participant

    Hi, I want to highlight the first topic that the user creates to ask his doubts so that it can stand out from other replies. I tried this code but I don’t know what’s missing here. I could not find the CSS classes for the first topics in their documentation.

    .bbpress-forums .bbp-topics:first-child {
    	
    	background-color: #000;
      font-weight: bold;
    }

    Additionally, I want to highlight the best reply either by changing it’s color or by pinging it to the main topic so that new visitors won’t have to check every other reply. It will be helpful for the new users.

    is there any way I can solve these two issues using css:

    1. Highlight the first issue so that it stands out from the crowd of replies
    2. Highlight or ping the correct/solution contained reply thread so that new visitors won’t have to read everything.

    #238282
    illusorythrall
    Participant

    Yes, I’m running BBpress, and when you go to the “edit profile” page on the forums – the boxes are white, and so is the text. I need to change one or the other.

    #238280
    Robin W
    Moderator

    is this bbpress related?

    #238277

    In reply to: Forum

    Robin W
    Moderator

    The ‘Forums’ heading is created by your theme.

    which method in the below are you using to create the forum page?

    https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 3

    jgasba
    Participant

    I updated an issue about this on bbPress trac: https://bbpress.trac.wordpress.org/ticket/3355#comment:4

    #238231
    erinuia
    Participant

    Thanks, I’ll try there too. It’s a bbpress forum linked to a buddypress group.

    #238228
    erinuia
    Participant

    I created a forum in a specific bbpress group. Now I would like to change the permissions so any logged in user can post in the forum (not just group members). How do I do this?

    #238222
    gozazomo
    Participant

    great, thank you boss 🙂

    Anyway do you know some solution on how to migrate topics from wpforo to bbpress? Thank in advance

    #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

Viewing 25 results - 926 through 950 (of 64,513 total)
Skip to toolbar