Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,401 through 1,425 (of 64,487 total)
  • Author
    Search Results
  • #234974
    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

    #234972

    In reply to: Related topics!

    elsoar
    Participant

    Excuse me, sir. What do you mean?
    I mean related topics at the end of the topic or widgets.
    There are plugins that do this, but they do not work with bbpress. like: YARPP.

    #234968
    scott43c
    Participant

    I installed bbpress 2.6.9 and bbp style pack 5.4.2 and I set up two forums and one test message so far. I was able to change most of the look with the bbp style pack but what I can’t figure out is how I change the root page of the forum. All I see is above the two forums is the word “Forums” in big red letters. I tried using elementor pro and the regular editor but it doesn’t work.

    I’m using WordPress 6.1.1 and site is behind a maintenance plugin under development.

    #234956

    In reply to: SEO friendly theme

    Robin W
    Moderator

    try adding this to your theme’s custom css

    @media only screen and (max-width: 480px) {
    
    #bbpress-forums .bbp-body div.bbp-reply-author, #bbpress-forums .bbp-body div.bbp-topic-author {
    	float: none;
    	margin: 0px; 
    	min-height: 2px;
    }
    
    }
    #234954

    In reply to: Dashboard users

    Robin W
    Moderator

    sorry, I’m sure it can be done, but not something I’ve tried.

    So do you want to bbpress profile to show some woocommerce things or visa versa?

    #234953
    Robin W
    Moderator

    You would need to amend

    bbpress\templates\default\bbpress\loop-topics.php
    bbpress\templates\default\bbpress\loop-single-topic.php

    so for loop topics find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-topics.php

    transfer this to your pc and edit as required

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-topics.php
    bbPress will now use this template instead of the original

    repeat for loop-single-topic.php

    you would then need to change the style css to amend width.

    Sorry beyond free help to actually do the answer, if you’d like me to do this as a paid job, then contact me via

    Contact me

    #234945
    snowfox6
    Participant

    I need to offload my search functionality and would like to use elastic search.
    Will BBpress support it ?

    #234937
    madorac
    Participant

    In the forum I created for my website, when you click on a user, their username/email is visible under their “Display Name Publicly As”. How can I hide usernames/emails for all users from public viewing?

    #234935
    Robin W
    Moderator

    I sort of did this ten years ago (it was how I got into bbpress)

    Documented import from snitz access database

    if you read from the start, but I went via excel, so from there should be relevant.

    #234933
    Ricsca2
    Participant

    I would like to import a custom forum into bbpress.
    I can create a csv file with all the custom forum data.
    Is there any way to import it into bbpress?
    What data must the csv file have?
    Thanks

    #234931
    daviddossantos
    Participant

    Hello

    I run a large Forum using BBPRESS. Recently, users started being directed to an error page after posting a topic. The error page states:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 528384 bytes) in /home/customer/www/###mysite###.com/public_html/wp-includes/class-wpdb.php on line 2885
    There has been a critical error on this website.

    I have defined my memory to the max possible: define( ‘WP_MEMORY_LIMIT’, ‘768M’ );

    But this had no impact.

    Also, what is strange is that despite receiving the error the topic is posted (sent to me for moderation). Once I approve the topic is posted correctly.

    Any ideas?

    #234930
    longtinc
    Participant

    We changed the domain name of an existing website a couple of weeks ago. Everything in bbPress is still working as expected, expect we use the RSS Feed to send automated emails every day with new posts to a list of users and get the following error:
    allowed memory size of 805306368 bytes exhausted (tried to allocate 262144 bytes) in /home/customer/www/portal.cnar-rcor.ca/public_html/wp-includes/class-wp-object-cache.php

    There is nothing here that points to bbPress yet, but we disabled all plugins to try and find the issue and it only remains when bbPress is activated.

    We have also set a large memory size in the config file to no avail.

    Here is the RSS feed result for forums that also shows the error at the bottom in some browsers.
    https://portal.cnar-rcor.ca/feed/?post_type=forum

    This started following the domain change. Is there anywhere in some bbPress settings or files that the previous domain URL is still be used?

    Any other hints or information would be helpful.
    Thanks!

    #234929
    #234928

    In reply to: Dashboard users

    eluyawi
    Participant

    Awesome, it works correctly, Robin. Thank you very much.
    Do you know any information about how I can add the bbpress user profile and the Woocommerce account of the same user, so, everything related to the configuration, would be in the same page.

    #234914

    In reply to: Dashboard users

    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

    #234911

    Topic: Dashboard users

    in forum Installation
    eluyawi
    Participant

    Hi, I have a problem, I installed the bbpress plugin for the first time and it worked very well, and I got access to the dashboards of the users, after removing the plugin and reinstalling it I can not access the dashboards of the users, it gives me request timeout error. can someone help me to solve the problem, please?

    #234910

    In reply to: This topic is empty

    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

    #234901
    wblank83
    Participant

    Howdy y’all,

    Trying to create a bbpress forum with the Winkel theme

    I put the index short code on my page, but when I click through the forum link, I get a blank page

    It isn’t plugin related, and I’ve already tried downloading Robin Wilson’s bbp style pack plugin to no avail

    Does anyone have some insight into this? I’ve seen it posted several times but just can’t get this to work.

    #234890

    In reply to: Create bloc categories

    jeff1245
    Participant

    Hello Wpturk,

    Thanks for your answer.
    To be honest, I starting with BBPress.

    I will check this loop-forums.php and see what is possible (even if i don’t know php well)

    #234882

    In reply to: SEO friendly theme

    wpturk
    Participant

    bbpress does not have a template since it’s a plugin. You can style your bbpress via css so that it looks like your wordpress theme.

    Alternatively, there are some wordpress themes which have built-in styles for bbpress.

    You can check some in Themeforest: https://themeforest.net/search/bbpress

    #234881

    In reply to: SEO friendly theme

    Robin W
    Moderator

    Not quite sure if this is the answer, but if a good looking bbpress is what you are after, then this should help

    bbp style pack

    #234877

    In reply to: SEO friendly theme

    elsoar
    Participant

    @ricsca2
    thanks for your comment.
    I already have a WordPress blog.
    Recently, I installed bbPress.. Now I am looking for a special template for the forum.

    #234873

    In reply to: SEO friendly theme

    Ricsca2
    Participant

    bbpress works with wordpress so you have to install wordpress and then if you don’t want to use the bolg just don’t create articles.

    #234872
    Ricsca2
    Participant

    I see bbpress hasn’t been updated for over a year.
    How come?

    #234855
    elsoar
    Participant

    Please; How can I install a template for forum only, not blog too.
    I mean bbPress template only.
    Also, I want a simple, fast, and SEO friendly theme.
    TIA

Viewing 25 results - 1,401 through 1,425 (of 64,487 total)
Skip to toolbar