Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

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

    I appreciate that you are feeling a sense of frustration.
    But both WordPress and bbpress are free software, and come with free support offered by volunteers.
    In effect you are asking someone to take their free time to help you, and then complaining that it is not at the level you want.
    When I asked for a link to your forum page, you were unable to provide this, giving a link to a page that does not exist. As such it is hard to help – a bit like asking for help with your car, but then not allowing me to examine your car.
    If you provide a link to the forum, the I may be able to help further, otherwise ethe best I can offer is to read the documentation

    Step by step guide to setting up a bbPress forum – Part 1

    and/or the advice in

    Before Posting

    #237789

    In reply to: Forum layout settings

    Robin W
    Moderator

    bbp style pack

    has lots of options to style and add features to bbpress

    #237788
    kudejstari
    Participant

    Hi, I’ve been seeing that it is generally suggested to use the bbpress importer to get the data from kunena, but in my case it freezes in step 1 and I guess it’s because of the version difference (since bbpress importer has support until kunena3).

    I am looking to migrate a kunena forum in joomla to bbpress with wordpress. The kunena version is 6.x. Is there any way to do it?

    Wordpress version: 6.3.1
    Bbpress version: 2.6.9

    #237750
    enkoes
    Participant

    Try to enable tinymce full editor and you will see the button. Check out this documentation.

    #237746
    1wb5rdd
    Participant

    Folks, this is reference bbPress 2.6.9, WP 6.2.2 and the link to our site forums page is https://www.wb5rdd.org/forums/. My issue is this – Forum users cannot change the font color on their posts. Even with the highest level of access I cannot change the font on the sentence “Please call, text or email me if you can help.” on this page https://www.wb5rdd.org/forums/topic/autumn-in-bonham-bike-rally-radio-operator-assistance-requested/ red. Where are the color choice buttons? Why won’t using HTML code (<FONT COLOR=”#ff0000″> </FONT>) doesn’t even do it. THANKS! – Phillip Beall

    #237732

    Topic: bbpress css

    in forum Plugins
    maciejatmyshca
    Participant

    Hello,

    I also would like to hide Forums from Member Profile Page.

    I have set up Groups Forums only as per instructions here so the Forums on Profle Page is obsolette as I want the forums to be accessible only from Group Page.

    Could anyone kindly advice how to do it please?

    sethbburgess
    Participant

    New to BBPress. WordPress version 6.3.1. Avada theme 7.11.2, BBPress 2.6.9. The default installation of BBpress is picking up colors from my theme which I don’t want. I have followed the instructions in the article https://codex.bbpress.org/themes/theme-compatibility/ like this “The “css” directory contains style sheets that work with the default markup. Copy any you want to modify into a directory named “css” in your theme’s root. eg. /wp-content/themes/%your-theme%/css/” I have created the css directory in the theme root directory and copied the bbpress-rtl.css file to that css directory. I have not yet modified the file. There is no change to the look of BBPress. I even rebooted the server. What am I missing?

    #237708

    Topic: subfolder

    in forum Installation
    Denis
    Participant

    Hello, I just installed bbpress plugin, can anyone explain how to install the main forum page (forum lists) on subfolder, so I can achieve these URLS:

    main forum page – site.com/forums/

    forum category – site.com/forums/categoryname/

    forum post – site.com/forums/topic/topicname

    Are these possible?

    #237699
    Robin W
    Moderator

    in this link

    Formatting of User Profile and Search Results pages

    I suggested this as a solution

    dashboard>Divi >Theme options>Builder >Advanced > Static CSS File Generation > Clear.
    then
    dashboard>divi>Theme Options>Performance> Dynamic CSS option and disable

    THEN critically you need to clear and server side caching, AND clear your browser cache.

    Server side will depend on your host, and/or any caching plugins you have installed.
    Browser – see this helpful article

    How To Clear Cache for All Major Browsers

    then it all worked fine

    Robin W
    Moderator

    posts, postmeta and options

    bbpress just uses the custom post type features of bbpress, so the entries are mixed in with all the page, post and any other custom post types you have.

    options holds the settings

    Chuckie
    Participant

    As subject line.

    #237686
    Robin W
    Moderator

    you can hook to various actions in bbpress eg

    add_action( 'show_user_profile', 'xxx', 50,2 )  ;
    //does the display/edit if viewing another's profile
    add_action( 'edit_user_profile', 'xxx', 50,2 )  ;
    //does the save if viewing own profile
    add_action( 'personal_options_update',         'xxx' );
    //does the save if viewing another's profile
    add_action( 'edit_user_profile_update',        'xxx' );

    but would need user registration to tell you what functions to put in the xxx

    #237685
    #237677
    Robin W
    Moderator
    #237670

    In reply to: upload images

    ibnat
    Participant

    Hi, I use GD bbPress Attachments

    GD bbPress Attachments is an easy-to-use plugin for WordPress and bbPress for implementing files upload for bbPress Forums topics and replies. You can control file sizes from the main plugin settings panel, or you can change some attachments settings for each forum individually.

    Works fine for my forum

    #237668
    Robin W
    Moderator

    This is one of the new FSE themes, so you need a fix to work with bbpress.
    As well as 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

    #237667
    Thomas
    Participant

    Hi all

    twenty twenty two and bbpres ….
    I have try the guide from here … nothing works.
    I can only make visible with shortcode, but than only this site, not the topics or other.

    its possible bbpress use with twenty twenty two?

    Thomas

    #237652
    isolde03
    Participant

    Hi,

    I have tried my best to remove the log in and register button from the top of my Forum page (www.pytteliv.se/forum). I would prefer to only use the bbpress widget for those actions. Is that doable, and if so, really happy to get any info on how to achieve that.

    #237646
    Chuckie
    Participant

    I am trying to use a GitHub Issue Tracker as a replacement for one of my bbPress support forums. How I I remove this specific forum group / children from being visible to ANYONE (apart from me)?

    #237600
    Robin W
    Moderator

    they said

    Unfortunately, WPML does not support translating bbpress topics at the moment.

    https://wpml.org/documentation/related-projects/how-to-use-bbpress-on-multilingual-sites-with-wpml/#translating-topics-and-replies

    #237598

    In reply to: Forum full width

    Robin W
    Moderator

    ok, it is theme related – this may help

    Step by step guide to setting up a bbPress forum – Part 1

    item 8

    #237597
    Robin W
    Moderator

    sorry, I’m just a free volunteer, I generally don’t have the time to look at individual problems, and this seems to be specific to your site.

    I am suspicious that it might be caching software – can you confirm that neither your site or hoster use this, or if they do as a test disable.

    I would also try

    dashboard>settings>permalinks and just click save – this resets the permalinks and may help

    Then I would do the following

    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

    #237592
    Robin W
    Moderator

    Can you confirm that you site is as per this

    How to Use bbPress on Multilingual Sites with WPML

    #237590
    Josh Virkler
    Participant

    And yes, I am aware that they seem to be confused about bbPress vs BuddyBoss. But I think the underlying question is still the same, regarding what cache groups to exclude.

    #237589
    Josh Virkler
    Participant

    Ok, so beloaw is the most recent response from Cloudways. Can anyone from bbPress possibly provide the info requested so we can properly exclude this from Redis? Thanks!

    ————————-
    These specific errors typically occur due to the buddy boss caching group conflicting with the Redis keys.
    It is usually essential to exclude some of the cache groups/plugins to ensure that there are no conflicts due to different ways of handling of cache key which can cause issues with transients.

    If any conflicts are observed, the best way to do this is to exclude them as instructed in the guide below:-

    https://wordpress.org/support/topic/understanding-ignored-groups-and-how-to-best-apply/

    https://objectcache.pro/docs/ignoring-groups

    This typically requires a bit of testing due to different caching statuses which can still be utilized to ensure the proper allocation of resources.

    We have already implemented a documented fix that was typically applied by Buddy Boss:-
    https://github.com/buddyboss/buddyboss-platform/issues/1715

    However, despite numerous methods, the issue remains. Due to the circumstance of this issue, it’s imperative to check in with the plugin team before excluding their groups further, they can typically provide proper cache groups which can ensure perfect performance as other caching groups involving BuddyBoss typically was not documented and could have a negative performance impact if excluded without proper evaluation.

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