Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,976 through 2,000 (of 64,411 total)
  • Author
    Search Results
  • #229455
    Robin W
    Moderator

    that appears to be bbpress version 2.5.12 which is very old and out of support

    #229454
    ithemelandco
    Participant

    Hello. I installed bbpress on one of the clients’ websites. But unfortunately, after installation and activation, it gives an error and does not run properly.

    See the attached file and help.
    Thankful

    Screenshot

    #229443
    Robin W
    Moderator

    bbpress just uses WordPress login, so any ‘member’ plugin will work for bbpress

    #229441
    razezendegi
    Participant

    hello,
    my site has forum with bbpress how can connect it to iranian payment gateway (like https://sepordeh.com) , is it possible?

    Hammy Havoc
    Participant

    Hi Robin!

    Thank you very much for the reply, really appreciate it. :- )

    Around two years ago, I migrated from phpBB to bbPress, and it works great, just get this error via email (via Jetpack) 1-2 times per day around the same time each day. There shouldn’t be any kind of conversion going on anymore. Once migrated, you don’t need it anymore, right? Is there any way to disable it from running?

    neon67
    Participant

    It’s been 3 years and 2 months – and everything works great.

    Such a short entry in functions frees up a lot of free time for administrator. You can better plan the appearance of content in your forum, smooth out the peaks and days of silence, leave the scheduled right answers or warnings in the topics.
    I recommend the authors of bbpress to include these lines in the standard delivery))

    Thanks so much to Robin for your generosity and kindness!

    cayd
    Participant

    Hi all,

    I’m currently working on trying to display the currently signed in users subscriptions to both forums and topics within a Gutenberg block, but when accessing the user-subscriptions.php template, it shows that I’m not currently subscribed to any topics or forums, even though I can see I’m subscribed to them on the true subscriptions page at /forums/subscriptions. Is there any way to output this same content into a custom block?

    Hammy Havoc
    Participant

    Hi,

    I’m receiving this error 1-2 times per day like clockwork:

    Current plugin: bbPress (version 2.6.9)
    PHP version 8.1.6
    Error Details
    =============
    An error of type E_ERROR was caused in line 33 of the file /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php. Error message: Uncaught TypeError: register_shutdown_function(): Argument #1 ($callback) must be a valid callback, class BBP_Converter_DB does not have a method "__destruct" in /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php:33
    Stack trace:
    #0 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php(33): register_shutdown_function(Array)
    #1 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-base.php(150): BBP_Converter_DB->__construct('site_db', '&9Ah58fa', 'site_db', 'localhost')
    #2 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-base.php(104): BBP_Converter_Base->init()
    #3 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/converters/phpBB.php(24): BBP_Converter_Base->__construct()
    #4 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/tools/converter.php(94): phpBB->__construct()
    #5 /home/site/public_html/wp-content/plugins/bbpress/includes/users/functions.php(982): bbp_new_converter('phpBB')
    #6 /home/site/public_html/wp-includes/class-wp-hook.php(307): bbp_user_maybe_convert_pass('')
    #7 /home/site/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #8 /home/site/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
    #9 /home/site/public_html/wp-content/plugins/bbpress/includes/core/sub-actions.php(265): do_action('bbp_login_form_...')
    #10 /home/site/public_html/wp-includes/class-wp-hook.php(307): bbp_login_form_login('')
    #11 /home/site/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
    #12 /home/site/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
    #13 /home/site/public_html/wp-login.php(518): do_action('login_form_logi...')
    #14
    thrown
    uksentinel
    Participant

    Hi

    I am now using the [BBP-STATS] shortcode and am trying to adjust the below code so that instead of ‘Forum Members’ being position higher than the $stats[‘user_count’] value presented, I am looking for code adjustment that will place $stats[‘user_count’] to the Right and inline with ‘Forum Members’

    Currently;
    Forum Members
    xxxx

    Looking to achieve;
    Forum Members xxxx

    Code currently is …
    —-
    <dt><?php esc_html_e( ‘路 Forum Members’, ‘bbpress’); ?></dt>
    <dd>
    <?php echo esc_html( $stats[‘user_count’] ); ?>
    </dd>
    —-

    Any guidance most welcomed

    ianwild
    Participant

    Hi all,

    Rather than wake up an old thread I thought I’d start a new one. The issue was reported here:

    Links in posts lead to them being hidden (and how to deal with them)

    And we have a similar problem. It seems a post with a single link is being hidden and no notification is being sent in spite of having the number of links set to ‘2’ before posts are hidden and us actively checking for the relevant notifications.

    I was wondering if anyone else was experiencing this issue? I’m not that familiar with bbPress so if there’s something obvious I’m missing then I would be grateful if someone was able to point me in the right direction.

    Wordpress 5.9.3
    bbPress: 10.2.0

    Many thanks in advance!

    Robin W
    Moderator

    sorry, no, presume you have woocommerce installed, but no idea why it is conflicting.

    I presume you carried out

    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.

    Robin W
    Moderator

    something (not bbpress) is using a filter to call this function.

    so you’d be looking for a hook that looks kinda like this

    add_filter( ‘bp_notifications_get_notifications_for_user’, ‘xxxxxxxx’, 10, 5 );

    or some code directly calling ‘bp_notifications_get_notifications_for_user’

    Both of those should pass 8 arguments, but are only passing 5 – hence the issue.

    it is not bbp-private-groups

    if you really want to track it down, then use FTP to transfer the wp-content directory of your site to your PC.

    then download and install notepad++ and use the search/find in files option to find bp_notifications_get_notifications_for_user in wp-content

    that should get you to options where it is called

    beachcalsix
    Participant

    Hi, the error codes were found in my files in the back end/ftp. The error email is only sent to me while bbpress is activated. It has been hard to find out what is causing this. I tried deactivating youzify as well as buddypress. So far no more error emails have been received but I’m at a loss as to where it’s coming from exactly and how to correct it. My site needs these 3 plugins to function as well as the bbpress private groups plugin I have. My only theory is that the privacy function is conflicting with the notifications for some reason but like I said, it’s hard to pinpoint. My host is unsure and said to try asking bbpress. Maybe someone has a similar issue? I’ll keep researching and if I find an answer, I’ll post it here.

    #229308

    Topic: caching issue

    in forum Troubleshooting
    realadulting101
    Participant

    Hi there,
    I think I am having a caching issue as when my users go to reply to a bbpress forum topic, it takes 2-3 times to submit their reply. (I am also having an issue sending buddypress private messages, when you click send nothing happens). I use W3Total Cache and Memberpress and I know I need to say “never cache” certain pages for Memberpress, so are their certain slugs I need to add to that list so the replies go through?
    Thank you!
    my site url: http://www.realadulting101.ca
    wordpress version 5.9.3
    theme: astra ( I also use a child theme)

    #229306

    Topic: unread plugin

    in forum Troubleshooting
    markusmit
    Participant

    Hello, we have been using the bbpress forum for some time.

    since he didn’t show new posts, we installed bbpress unread pencil.
    Unfortunately, the “unread button” doesn’t work and I would have to click through all 18,000 posts.

    then we installed bbp style pack. the functions are great. only if i leave this plugin active my forum works very very slowly. only when I disable it does it run smoothly. is there another plugin that doesn’t show my old posts as unread?
    Thank you,
    regards Markus

    Robin W
    Moderator

    If you have deactivated bbpress, then the error cannot show as this is a bbpress function, where are you seeing these errors – if in a log, then are you sure the log is being cleared before each test

    #229280
    enkoes
    Participant

    Hi, I couldn’t find Widget in Appearance in my WordPress 5.9. This version of WordPress has apparently shifted to block based editor which eliminated Widget in Appearance. May I know how am I going to design bbpress sidebar if we can’t use Widget? I also downloaded bbPress WP Tweaks, it seems that we really can’t do anything without Widget in Appearance.

    beachcalsix
    Participant

    Further info update:

    Hi, after doing further testing, I’m still getting an error. I deactivated youzify. Then, I deactivated bbpress and buddypress but still getting an error. I am not too familiar with the files and coding but I opened the files where the errors are indicatd in the above error message I posted. If anyone is familiar and sees an error, I would really appreciate the heads up. Probably a long shot but thought I’d try. Thanks!

    First file:
    An error of type E_ERROR was caused in line 62 of the file /home/advance1/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php. Error message: Uncaught ArgumentCountError: Too few arguments to function bbp_format_buddypress_notifications(), 5

    this is the code showing in the above file currently:

    Line 62-6 :

    function bbp_format_buddypress_notifications( $content, $item_id, $secondary_item_id, $action_item_count, $format, $component_action_name, $component_name, $id ) {

    // Bail if not the notification action we are looking for
    if ( 0 !== strpos( $component_action_name, ‘bbp_new_reply’ ) ) {
    return $content;
    }

    _______________
    The code found in this file: passed in /home/advance1/public_html/wp-includes/class-wp-hook.php on line 307:

    line 303: // Avoid the array_slice() if possible.
    if ( 0 == $the_[‘accepted_args’] ) {
    $value = call_user_func( $the_[‘function’] );
    } elseif ( $the_[‘accepted_args’] >= $num_args ) {
    line 307–> $value = call_user_func_array( $the_[‘function’], $args );
    } else {
    $value = call_user_func_array( $the_[‘function’], array_slice( $args, 0, (int) $the_[‘accepted_args’] ) );
    }
    }
    } while ( false !== next( $this->iterations[ $nesting_level ] ) );

    ________________
    Last error file:passed in /home/advance1/public_html/wp-includes/class-wp-hook.php on line 307

    shikoro
    Participant

    I can definitely guarentee it is not the theme, switched to twentytwenty, switched to a user with just the subscriber role and I am seeing the same edit button. I talked with the theme devs and they believe this has something to do with bbpress, I cannot find a plugin that is causing the issue. If I need to get an admin at bbpress access to our website I can no problem but this is a big issue for us.

    beachcalsix
    Participant

    Sorry, I thought the rest was just additional info. Here is the full error from the email I received:

    Site info
    WordPress version 5.9.3
    Current theme: Olympus child Theme (version 1)
    Current plugin: bbPress (version 2.6.9)
    PHP version 8.0.17

    Error Details
    =============
    An error of type E_ERROR was caused in line 62 of the file /home/advance1/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php. Error message: Uncaught ArgumentCountError: Too few arguments to function bbp_format_buddypress_notifications(), 5 passed in /home/advance1/public_html/wp-includes/class-wp-hook.php on line 307 and exactly 8 expected in /home/advance1/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php:62
    Stack trace:
    #0 /home/advance1/public_html/wp-includes/class-wp-hook.php(307): bbp_format_buddypress_notifications()
    #1 /home/advance1/public_html/wp-includes/plugin.php(233): WP_Hook->apply_filters()
    #2 /home/advance1/public_html/wp-content/plugins/youzify/includes/premium/public/core/functions/youzify-live-notifications-functions.php(83): apply_filters_ref_array()
    #3 /home/advance1/public_html/wp-content/plugins/youzify/includes/premium/public/core/functions/youzify-live-notifications-functions.php(27): youzify_get_the_notification_description()
    #4 /home/advance1/public_html/wp-includes/class-wp-hook.php(307): youzify_process_notification_request()
    #5 /home/advance1/public_html/wp-includes/plugin.php(189): WP_Hook->apply_filters()
    #6 /home/advance1/public_html/wp-admin/includes/ajax-actions.php(3425): apply_filters()
    #7 /home/advance1/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_heartbeat()
    #8 /home/advance1/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #9 /home/advance1/public_html/wp-includes/plugin.php(474): WP_Hook->do_action()
    #10 /home/advance1/public_html/wp-admin/admin-ajax.php(187): do_action()
    #11 {main}
    thrown

    It mentions buddypress and youzify. I have both plugins if that helps.
    Thanks so much for the quick response!

    #229259
    Robin W
    Moderator

    likes and shares are not part of bbpress

    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

    beachcalsix
    Participant

    Hi, I’m hoping someone can help me as my host directed me to contact the plugin directly. Any interaction made on my site with the bbpress forum will result in a critical error. I’m not sure what is causing the conflict. I have the bbpress private groups plugin installed as well.

    Error Details
    =============
    An error of type E_ERROR was caused in line 62 of the file. Error message: Uncaught ArgumentCountError: Too few arguments to function bbp_format_buddypress_notifications(), 5

    Has this happened to anyone else? Is there any way to fix it? I think it happens whenever someone tries to click “subscribe” or “notify me of follow-up replies via email”

    Thanks in advance for any input you can give!

    deborahdavidson
    Participant

    When logged into our forums and using the search function, if there are say 130 results, 15 show correctly on the first page but when you click onto the second page it looks like a blank page but if you scroll down the page header is there (although the format is corrupted) and then the rest of the results show below this. This is the same for the subsequent pages but if you click to go back to the first page of results, it then shows correctly again. I haven’t edited the site recently, so this is a bit out of the blue.

    Many thanks!

    WordPress Version: 5.9.3
    bbPress version: 2.6.9

    Home

    #229222

    In reply to: Spam Registrations

    Robin W
    Moderator
Viewing 25 results - 1,976 through 2,000 (of 64,411 total)
Skip to toolbar