Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,026 through 3,050 (of 64,430 total)
  • Author
    Search Results
  • #220519
    Robin W
    Moderator

    dashboard>settings>discussion is a default wordpress option, so if you don’t have this, then something is wrong outside of bbpress !!

    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

    #220514
    vincenzon617
    Participant

    I am having some difficulty figuring out what this does, apologies, my PHP knowledge is very minimal. What exactly is the

    if (! empty($_POST[‘my_parameter’] ) ) {
    $myvalue = $_POST[‘my_parameter’] ;
    }
    else $myvalue='empty';

    part doing? Specifically, what would ‘my_parameter’ be? Would this be the name or value of what I would like the meta to be?
    I have looked up what $_POST does, and the variables that I am using are declared using JavaScript. Now I am wondering if I will have to change my approach to checking the user input for the checkbox (something which isn’t related to bbpress).

    Many thanks

    #220507
    nicolaboscolo
    Participant

    To reproduce the problem I installed a clean wordpress 5.7.1. Then Elementor, bbPress and the test plugin. Then I activated them in the same order. At the moment that I activate the test plugin bbPress menu items literally disappear.
    PS: in this configuration I am able access the forum as a user. But when i discovered it on my working site the first time, forum pages were blocked as i described before.

    #220506
    wleanadev
    Participant

    Hi!
    It is not a new site (been active for a few years), but I just started to use bbpress and experienced this. It happened to all users (including moderators that I assigned), and it seems to happen all the time consistently. Whenever they edit their posts, it appears “pending approval” and I had to approve their edit. Setting the minutes value doesn’t make any difference. Thank you!

    #220504
    Robin W
    Moderator

    ok, I installed the test plugin, and have not been able to find an issue.

    For instance you say ‘bbPress admin menu items disappear.’ – I can still see all admin items, can you specify an exact example of one that goes eg ‘in this I no longer see that’

    #220495
    Huzoor Bux
    Participant

    Hello @Jing did you find anything for your bbPress mobile app APIs because I am also looking for some APIs to make a mobile app for my bbPress.

    Regards,
    HB

    #220487
    #220475
    natekinkead
    Participant

    I know this thread is super old, but I thought I would jump in here to let anybody (who stumble upon this thread) know that I developed a free plugin in the WordPress plugin directory that adds voting to bbPress. https://wordpress.org/plugins/bbp-voting/

    Just like the OP found, there was nothing out there that offered this pretty common functionality to a bbPress forum, so I developed my own plugin to do it. I hope you like it!

    #220460
    neon67
    Participant

    Still looking for a caching plugin for bbpress….
    I’m check the cache on the server – my Super Cash prepares pages for all WordPress perfectly , but not the forum pages.

    Forums contain non-persistent content, with dynamically changeable php blocks and the like. I think, we need the type of caching Legacy or PHP and enabling “Dynamic caching” in the settings? So better for object caching choose – W3 Total Cache?

    Please, take the good example of choosing a cache plugin for bbpress

    #220451
    webmasterfreya
    Participant

    Hi Back to Front,

    I also have buddypress installed. As admin you have for each member a page wich among other things shows topics started and replies made by the member. The replies did not show up (and there were definitly replies).

    As buddypress makes use of bbpress for fora i expected your code to work but it did not (is the culprit then buddypress or bbpress or your code? I haven’t the faintest idea).

    Maybe : if( $bbPress_post_type ==’topic’ ){

    /** TOPIC **/
    $query[‘order’]=’DESC’;
    return $query;

    should have an } else {return $query}

    #220448
    Robin W
    Moderator

    thanks for this – can you confirm that is only affecting bbpress, it doesn’t affect the other plugin ?

    #220447
    nicolaboscolo
    Participant

    The problem is that sometimes with a combination of some plugins (firstly started with Acy Mailing)

    • bbPress admin menu items disappear.
    • Keymasters are able to access the pages but can’t reply.
    • Participants can’t access the forum pages at all.

    Acy Mailing did some investigation and it turned out that this issue comes out when bbPress is calling the function wp_roles. WordPress version 5.7.1
    Here is their comment:

    After some investigations and tests, it appears the issue is coming from the BBPress plugin.
    In AcyMailing we are calling a WordPress core function (wp_roles) which gives the user roles.
    AcyMailing is called before BBPress and this is what creates the issue. It seems that whenever an other plugin is calling this function before BBPress, its role system is not working properly and doesn’t give access to its content.
    Whichever plugin who calls this WordPress function before them will create the problem.
    As an example we created a test plugin which only call this function and does nothing else and it also prevent BBPress from working properly (I have attached this test plugin).

    Ricsca2
    Participant

    I tried in every way but I couldn’t …
    I have a large vbulletin forum that is no longer online that I would like to get back online and switch to bbpress.
    On-line I have found various articles that suggest switching first to phpbb and then to bbpress but nothing seems to work.
    I also found 2 sites that offer paid migration but the figure is very high.
    Is there anyone who could help me?
    I can also pay for something but since it is a forum that will have very few users, I cannot give much.
    Thanks

    Robin W
    Moderator

    Thanks for your further input.

    bbpress and buddypress are free software offered with free support, I an just a user of bbpress who helps out here.

    With just bbpress and buddypress, the twentytwenty team could not replicate your issue, I cannot replicate your issue, and now you say you are not able to replicate the issue on a brand new installation. Therefore this would suggest it is individual to your site as I said probably a template issue, not an issue with bbpress or buddypress.

    you could try

    bbPress WP Tweaks

    and see if changing the template works

    #220435
    eeyyjohn
    Participant

    Hi there,

    I’ve created a new fresh instance on my local machine using bbpress version 2.6.6 and it works fine. I tried to do debug the site that has bug with the recent version of bbpress by tracing the output of each functions that leads to showing the subscribed forums. I also check those functions on the site that is working properly and compared them with the site that has bug.

    Then I got to this function that returns a different object.

    Function name: bbp_user_engagements_interface
    File name and path: /bbpress/includes/common/engagements.php

    On the site that bbpress has bug, it returns this class: BBP_User_Engagements_User Object ( [type] => user )

    And on the site the bbpress is working properly, it returns this class: BBP_User_Engagements_Meta Object ( [type] => meta )

    Do you know any reason why it uses a different class?

    Here’s the screenshot of the function:

    Thanks in advance!

    deborah86
    Participant

    @robin-w

    I contacted the support at the twentytwenty theme. They asked me to request that you open a ticket if you think the issue is with their theme.

    Here is their response:

    I’m not able to replicate the scenario from the screenshot you showed in the original report, but it looks to me like bbPress’ themes and styles are being removed from the page for some reason. As @desrosj mentioned though, the plugin you are working with is a premium one, so it’s not possible for us to look into this any deeper, but it certainly appears to be a problem on their end. If they know for certain the problem is with the theme, I would suggest you let them know that they should open a ticket (or provide details in this one) as to what that problem is, so we can find a solution together.

    https://core.trac.wordpress.org/ticket/53147#comment:6

    #220433
    deborah86
    Participant

    Will the shortcodes be converted into blocks to work fully with the block editor? Is bbPress preparing for full-site editing that is coming this year?

    deborah86
    Participant

    @robin-w

    buddyboss is a private development that includes bbpress and buddypress in it, buddyboss has its own theme, and is designed to work with that. it is really designed as a paid solution with its own theme. https://www.buddyboss.com/

    Buddyboss is not a replacement for buddypress and/or bbpress – these free plugins are just used by it.

    I understand.

    As the twenty twenty support says in their first post ‘I used the steps above to try and reproduce the issue you described, but I was unable to. When testing, I see the list of forums available as expected.’

    bbpress works fine with twentytwenty, as indeed does bbpress and buddypress work with twentytwenty.

    Neither bbpress or BuddyBoss are working correctly on my website with the Twenty Twenty theme. That is why I am contacting both bbPress and BuddyBoss for support. I have tried both plugins.

    I first had the issue with bbPress. I installed BuddyBoss to see if I would have the same issue. I still had the same issue.

    I contacted BuddyBoss. They told me to contact the twentytwenty theme developers because it is an issue with the theme. I contacted them. They told me it is an issue with BuddyBoss and bbPress since I experience the same issue with both plugins. Now, I am contacting bbPress and BuddyBoss for additional help.

    I have had the website since November and I am unable to replicate the issue on a brand new WordPress install. I don’t know if the age of the website makes a difference.

    I suspect this issue is with using Buddyboss with the twentytwenty theme, and buddyboss may well consider that to be an issue with twentytwenty and not their problem, just as Ford might consider you using a Chevolet gearbox on a Ford and not working to be a Chevrolet issue. Since buddyboss is a paid solution, I cannot test to find out what is wrong.

    I suspect the issue is with the default template that something is trying to use, and might be quite simple to fix, but as I don’t have access to Buddyboss without buying it, I can’t say.

    I understand this is also an issue with Buddyboss and the twentytwenty theme. I have also contacted their support. I am contacting you for help with the bbPress plugin.

    The BuddyBoss platform is opensource. You can download it on their website without paying.

    Please explain to me why I am having the same issue with bbPress. Why is bbPress not working correctly with the twentytwenty theme but it works fine with the other themes?

    elliesatt
    Participant

    I’m using the plugin bbpress-ajax-replies I found from this thread here.

    Works great on desktop, and even when I simulate mobile on Chrome developer console. But when I actually access on mobile (Android), clicking on the reply button reloads the page, so ajax doesn’t seem to be working.

    Any idea what could be going wrong? Thanks in advance for any help or advice given!

    Robin W
    Moderator

    hmmm..

    ok, let me try and unpick this to help you.

    buddyboss is a private development that includes bbpress and buddypress in it, buddyboss has its own theme, and is designed to work with that. it is really designed as a paid solution with its own theme. https://www.buddyboss.com/

    Buddyboss is not a replacement for buddypress and/or bbpress – these free plugins are just used by it.

    As the twenty twenty support says in their first post ‘I used the steps above to try and reproduce the issue you described, but I was unable to. When testing, I see the list of forums available as expected.’

    bbpress works fine with twentytwenty, as indeed does bbpress and buddypress work with twentytwenty.

    I suspect this issue is with using Buddyboss with the twentytwenty theme, and buddyboss may well consider that to be an issue with twentytwenty and not their problem, just as Ford might consider you using a Chevolet gearbox on a Ford and not working to be a Chevrolet issue. Since buddyboss is a paid solution, I cannot test to find out what is wrong.

    I suspect the issue is with the default template that something is trying to use, and might be quite simple to fix, but as I don’t have access to Buddyboss without buying it, I can’t say.

    deborah86
    Participant

    I am currently using the Twenty Twenty theme. The theme is causing jumbled text on the forum page.

    Forum Page

    I have tried both bbPress and BuddyBoss. I have the same issue. I contacted BuddyBoss, they stated there is an issue with the Twenty Twenty theme. I contacted the admins at the Twenty Twenty theme. They told me to go to bbPress for support. I cannot locate the issue in the code.

    See Twenty Twenty theme ticket

    I also completed the additional troubleshooting steps:

    • Deactive plugins – this did not solve the issue
    • Themes – switching the themes fixes the issue. I contacted the Twenty Twenty theme authors. They told me to contact you.
    • Selecting the default permalinks – I am already using the default permalinks
    • Repair Forums – this did not solve the issue
    • Using WP Debug – no debug issues appeared
    • Diagnose Javascript errors – there are no javascript errors appearing

    I have basically tried everything besides resetting my WordPress website. Nothing seems to work.

    #220398
    carterville
    Participant

    Hello. I hope I’m in the correct forum. If not, I apologize.

    I am new to forum plugins. I downloaded bbPress and have it installed. I also have a WordPress blog plugin I’m currently using as well. In order for the forum plugin to display I had to create a page and therefore is being displayed along the top of my blog as Discussion Forum (changed from Forum).

    Note: I also have Forum which is the Asgaros Forum plugin. You can ignore this. It is there only for comparison purposes.

    What I would like to do is unassociate bbPress from my Blog and make bbPress totally standalone. Is this possible? If so, can you provide me with instruction?

    Thank you very much!
    Charles

    #220383
    alama32
    Participant

    Bonjour à tous, voilà, j’ai un bbpress qui contient 7 forums ! le 1er forum ne me servira que pour poster mes annonces à destination des visiteurs et membres. Lorsqu’on crée un nouveau forum il n’existe aucune possibilité de restriction par rôle en lecture et écriture. Je trouve étonnant que BBpress si connu n’ai pas cette option. J’aimerais simplement que personne ne puisse intervenir sur ce forum sauf moi.
    Aussi, il place les forums par ordre alphabétique, j’ai dû mettre 0,1,2,3,etc.. pour commencer chaque titre afin de classer mes forums comme je voulais.. Encore une lacune pourtant élémentaire me semble t’il.
    Si quelqu’un à une solution, je suis tout ouïe lol
    Ou me propose un autre plugin forum plus efficace tout en restant aussi clean, pas trop envie d’avoir un site carnaval 🙂

    #220358
    Mike Witt
    Participant

    @deborahdavidson, This is probably not a bbPress issue. We have the same problem, particularly with iPhones. It tends to show up on forums posts and things like memberpress signups. I know of one particular iPhone issue that *sometimes* causes this, if you want more info on that.

    #220349

    In reply to: Messages not working.

    satyrography
    Participant

    Sorry, I confused Buddypress with BBPress again. :/
    I meant the personal messages.

Viewing 25 results - 3,026 through 3,050 (of 64,430 total)
Skip to toolbar