Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 526 through 550 (of 64,471 total)
  • Author
    Search Results
  • #240786
    devsg9
    Participant

    Hi,
    Blog page, Buddypress and bbpress pages working normal.
    404 error coming on Elementor pages for non logged in users of the site.
    Logged in users however are able to access all the pages.

    I see, some issue with the login system with this bbpress update.

    Please help.

    #240785
    he110
    Participant

    Hi Eusebiu,
    I downgraded bbPress and all resumed.
    Thank you.

    #240782
    Eusebiu Oprinoiu
    Participant

    You can get older versions from the Advanced page on WordPress.org.
    You can find a dropdown with previous versions at the bottom of this page.

    https://wordpress.org/plugins/bbpress/advanced/

    Once you download the version you want, upload the ZIP archive under Plugins > Add New.
    You will be asked to overwrite the existing plugin. Click Yes, and you are back to normal.

    #240779
    Eusebiu Oprinoiu
    Participant

    I just did a test with the LearnDash integration addon disabled, and it made no difference.
    The issue is caused by bbPress.

    #240778
    Eusebiu Oprinoiu
    Participant

    I’m not using any other addon for bbPress, but I do have LearnDash and their bbPress integration addon.

    bbPress Integration

    #240777
    OSCOWP
    Participant

    robin, do you know whats new in the bbpress 2.6.10 update?

    There is no changelog…

    #240776
    Robin W
    Moderator

    what other bbpress related plugins are you running?

    #240774
    Eusebiu Oprinoiu
    Participant

    Hello, Robin!

    I tried all the steps you mentioned before opening this ticket.
    I cleared both the page and object caches and resaved the permalink rules in case this was causing the 404 errors. (although permalink issues would cause problems regardless of the logged-in status)

    In addition to the 404 errors, pages containing queries, like the Blog page or post-type archive pages, load as they should, with 200 OK status, but do not display any content. (the queries return null)

    Reverting to bbPress 2.6.9 solves the issue.
    And as I mentioned, this only happens for anonymous visitors. For administrators and logged-in users the pages work as expected.

    Eusebiu Oprinoiu
    Participant

    After updating to bbPress 2.6.10, every single page returns a 404 error.
    This only happens for logged-out users. For the users who are logged in, the website works as expected.

    #240769
    OSCOWP
    Participant

    there is a new update availeable but I don’t find any change logs

    Does anyone has information about this new update?

    #240767
    Robin W
    Moderator

    Otherwise it is doable but far beyond free help – as I say bbpress just uses wordpress registration so maybe contact a wordpress developer who can do some code for you.

    #240759
    ttiefenbach
    Participant

    I’m trying to get a default featured image to display using a filter of “post_thumbnail_id” in my child theme’s functions.php file. I’m able to add a default thumbnail for post_type of topic, but I’d like it to be a custom thumbnail based on the id, or name of the forum the topic is in. Here’s what I have so far:

    function my_filter_thumbnail_id( $thumbnail_id, $post = null ) {
    	if ( $post->post_type != 'topic' )
    		return $thumbnail_id;
    	
    	$forumname = get_forum_name( $post->forum_id );
    	if ( $forumname == "wellness")
    		$thumbnail_id = 7091;
    
    	return  $thumbnail_id;
    }
    add_filter( 'post_thumbnail_id', 'my_filter_thumbnail_id', 20, 5 );
    

    The issue is, “get_forum_name(),” is an undefined function. I’m not looking to override the default functions of bbPress, just be able to access the forum_id or forum_name from my theme’s functions.php file. Any help would be greatly appreciated! Thanks

    #240736
    Robin W
    Moderator

    bbpress just uses wordpress registration.

    Wordpress requires users to have an email address for various reasons, including password changing and resetting.

    Whilst this is certainly achievable with code, I do not know of any plugin that allows this.

    No-one sees the email address apart from WordPress admins and the user.

    #240731
    tgothard
    Participant

    Hello,
    We are new to bbpress and are working on setting up our forums. We have some requirements and are unable to find a plugin to work for us:

    1. We need to have a registration, but WITHOUT an email. We just want a username and password.
    2. Moderator must approve all registrations.

    Hoping someone can help us with this!
    Thanks,
    Theresa

    #240725
    jlemee
    Participant

    I found it on a bbpress support discussion because I only wanted you to keep the modify, edit and trash links. But the link to edit never worked, before or after adding this code

    Dean Scott
    Participant

    I’m looking directly at wp_posts table. post_parent key has matching values to post_type records (topics, replies) and verified by your code returning zero for any mismatches.

    I’ve also added a copy of my theme’s page.php (parent = Kyma, child = Frontech), renamed it bbpress.php, and put it in both parent and child root theme folders (unaltered, because there’s nothing in the theme interfering with the layout and placement of BBP). No change.

    Dean Scott
    Participant

    I just discovered more at the end of the PHP error…

    LIMIT 0, 15 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), apply_filters(‘template_include’), WP_Hook->apply_filters, bbp_template_include, apply_filters(‘bbp_template_include’), WP_Hook->apply_filters, bbp_template_include_theme_compat, BBP_Shortcodes->display_topic, bbp_get_template_part, bbp_locate_template, load_template, require(‘/plugins/bbpress/templates/default/bbpress/content-single-topic.php’), bbp_has_replies, WP_Query->__construct, WP_Query->query, WP_Query->get_posts

    Is this helpful?

    Yes, I’ve switched to 2024 theme AND deactivated all plugs, one-by-one. Same error.

    Dean Scott
    Participant

    I installed and ran Robin’s Fix Import plugin from this thread: https://bbpress.org/forums/topic/topics-and-replies-not-showing-after-import/

    The results:

    Topics fixed…
    Replies fixed…
    All done….
    Total topics: 106
    Topics with no post_parent: 0
    Topics with no parent in post meta: 0
    Total replies: 663
    Replies with no post_parent: 0
    Replies with no parent in post meta: 0

    I do not see how this is possible. I’m looking at the database wp_posts and selecting by post_type = replies (and then topics) in phpMyAdmin. The post_parent key for post_type = replies has values matching the post_parent key value for each post_type = topic, AND the post_parent key value matches the ID key value for post_type = forum. Wherein does this warrant a finding of ZERO posts/replies?

    Abhishek Saini
    Participant

    bbPress is not compatible with BuddyPress version 12.5.1
    active plugin bbPress 2.6.9 , Buddypress 12.5.1 and theme is :2023 or any
    issue appears on subscriber role on fourm tab
    https://prnt.sc/Q0JtKKzcxvMu

    #240683
    ncarring
    Participant

    Re “you might need to change the email address bbPress sends emails from”. How easy is this? I am the admin of my site, but I don’t have any server access, so can’t hack into php files. I know the issue is the from address, because I have fixed other emails from WP using the “WP Mail From” plugin. The issue is that the site is in a subdomain of the main hosted domain, but emails need to go from the main domain.

    Hope this makes sense.

    Nick

    #240682

    Despite reinstalling BBPress and disabling other plugins, the “forum” button is missing from the WordPress dashboard. Seeking advice on resolving this issue.

    #240679
    teresaanderson
    Participant

    I copied the entire page. Please let me know if there’s something else you need. Thanks!

    Site Details
    PHP Version 8.1.29
    WP Version 6.5.4
    Multisite False
    Active Members 1
    Total Forums 9
    Total Topics 3
    Total Replies
    Theme Twenty Twenty-Three 1.1
    Theme Type FSE Block Theme
    bbPress Version 2.6.9
    Plugin Version 6.0.5
    WP Debugging False

    Site Plugins
    MU Plugins Name and Version
    – mu1 wpcomsh-loader.php

    Active Plugins Name and Version
    – active1 Akismet Anti-spam: Spam Protection 5.3.2
    – active2 bbp style pack 6.0.5
    – active3 bbPress 2.6.9
    – active4 Enable Classic Editor 2.6
    – active5 WordPress.com Editing Toolkit 4.26529
    – active6 Gutenberg 18.5.0
    – active7 Jetpack 13.6-a.5
    – active8 Layout Grid 1.8.4
    – active9 Page Optimize 0.5.5
    – active10 Remove Footer Credit 1.0.14
    – active11 Simple Custom CSS 4.0.6
    – active12 What The File 1.6.0

    Inactive Plugins Name and Version
    – inactive1 BuddyPress 12.5.1
    – inactive2 Crowdsignal Forms 1.7.2
    – inactive3 Crowdsignal Polls & Ratings 3.1.1
    – inactive4 Elementor 3.22.1
    – inactive5 WP File Manager 7.2.9

    File Generations
    Filename Last Generation
    bspstyle.css 2024-06-23 15:12:11
    bspstyle-quotes.css 2024-06-10 13:43:35
    bsp_delete.js 2024-06-10 13:43:35

    Plugin Settings
    Option Group Values
    Theme Support
    bsp_style_settings_theme_support

    a:4:{s:3:”fse”;s:1:”1″;s:9:”fse_width”;s:0:””;s:17:”fse_template_page”;s:3:”101″;s:20:”fse_template_version”;s:1:”0″;}
    BuddyPress
    bsp_buddypress_support

    No values set for: bsp_buddypress_support
    Forums Index Styling
    bsp_style_settings_f

    No values set for: bsp_style_settings_f
    Forums Templates
    bsp_templates

    No values set for: bsp_templates
    Forums Display
    bsp_forum_display

    No values set for: bsp_forum_display
    Forums Order
    bsp_forum_order

    No values set for: bsp_forum_order
    Freshness Display
    bsp_style_settings_freshness

    No values set for: bsp_style_settings_freshness
    Breadcrumbs
    bsp_breadcrumb

    No values set for: bsp_breadcrumb
    Forum Buttons
    bsp_style_settings_buttons

    No values set for: bsp_style_settings_buttons
    Login
    bsp_login

    a:1:{s:9:”update448″;s:1:”1″;}
    Login Failures
    bsp_login_fail

    No values set for: bsp_login_fail
    Forum Roles
    bsp_roles

    No values set for: bsp_roles
    Subscription Emails
    bsp_style_settings_email

    No values set for: bsp_style_settings_email
    Subscription Management
    bsp_style_settings_sub_management

    No values set for: bsp_style_settings_sub_management
    Topic Order
    bsp_topic_order

    a:3:{s:18:”Default_OrderOrder”;s:1:”2″;s:18:”Forum_Order1Forums”;s:0:””;s:11:”reply_order”;s:1:”1″;}
    Topic Index Styling
    bsp_style_settings_ti

    a:52:{s:19:”Pagination FontSize”;s:0:””;s:20:”Pagination FontColor”;s:0:””;s:19:”Pagination FontFont”;s:0:””;s:20:”Pagination FontStyle”;s:0:””;s:25:”Voice/Post Count FontSize”;s:0:””;s:26:”Voice/Post Count FontColor”;s:0:””;s:25:”Voice/Post Count FontFont”;s:0:””;s:26:”Voice/Post Count FontStyle”;s:0:””;s:27:”Topic Title LinksLink Color”;s:0:””;s:30:”Topic Title LinksVisited Color”;s:0:””;s:28:”Topic Title LinksHover Color”;s:0:””;s:20:”Topic Title FontSize”;s:0:””;s:20:”Topic Title FontFont”;s:0:””;s:21:”Topic Title FontStyle”;s:0:””;s:24:”Template Notice FontSize”;s:0:””;s:25:”Template Notice FontColor”;s:0:””;s:24:”Template Notice FontFont”;s:0:””;s:25:”Template Notice FontStyle”;s:0:””;s:31:”Template NoticeBackground color”;s:0:””;s:32:”Template Notice BorderLine width”;s:0:””;s:32:”Template Notice BorderLine style”;s:0:””;s:32:”Template Notice BorderLine color”;s:0:””;s:20:”Topic Started bySize”;s:0:””;s:21:”Topic Started byColor”;s:0:””;s:20:”Topic Started byFont”;s:0:””;s:21:”Topic Started byStyle”;s:0:””;s:49:”Sticky Topic/ReplyBackground color – sticky topic”;s:0:””;s:55:”Sticky Topic/ReplyBackground color – super sticky topic”;s:0:””;s:26:”Forum Information FontSize”;s:0:””;s:27:”Forum Information FontColor”;s:0:””;s:26:”Forum Information FontFont”;s:0:””;s:27:”Forum Information FontStyle”;s:0:””;s:33:”Forum InformationBackground color”;s:0:””;s:34:”Forum Information BorderLine width”;s:0:””;s:34:”Forum Information BorderLine style”;s:0:””;s:34:”Forum Information BorderLine color”;s:0:””;s:29:”Topic Index Headings FontSize”;s:0:””;s:30:”Topic Index Headings FontColor”;s:0:””;s:29:”Topic Index Headings FontFont”;s:0:””;s:30:”Topic Index Headings FontStyle”;s:0:””;s:13:”Lock IconSize”;s:0:””;s:14:”Lock IconColor”;s:0:””;s:18:”Sticky PinFontSize”;s:0:””;s:15:”Sticky PinColor”;s:0:””;s:11:”empty_forum”;s:0:””;s:19:”empty_forumActivate”;s:1:”1″;s:17:”must_be_logged_in”;s:0:””;s:18:”register_page_page”;s:0:””;s:17:”register_page_url”;s:0:””;s:16:”topic_title_link”;s:1:”0″;s:12:”topic_topics”;s:0:””;s:11:”topic_posts”;s:0:””;}
    Topic Previews
    bsp_style_settings_topic_preview

    No values set for: bsp_style_settings_topic_preview
    Topic/Reply Display
    bsp_style_settings_t

    a:51:{s:49:”Topic/Reply ContentBackground color – odd numbers”;s:4:”#fff”;s:50:”Topic/Reply ContentBackground color – even numbers”;s:7:”#fbfbfb”;s:34:”Topic/Reply HeaderBackground color”;s:7:”#f4f4f4″;s:48:”Trash/Spam ContentBackground color – odd numbers”;s:4:”#fdd”;s:49:”Trash/Spam ContentBackground color – even numbers”;s:4:”#fee”;s:36:”Closed Topic ContentBackground color”;s:4:”#fdd”;s:25:”Topic/Reply Date FontSize”;s:0:””;s:26:”Topic/Reply Date FontColor”;s:0:””;s:25:”Topic/Reply Date FontFont”;s:0:””;s:26:”Topic/Reply Date FontStyle”;s:0:””;s:25:”Topic/Reply Text FontSize”;s:0:””;s:26:”Topic/Reply Text FontColor”;s:0:””;s:25:”Topic/Reply Text FontFont”;s:0:””;s:26:”Topic/Reply Text FontStyle”;s:0:””;s:20:”Author Name FontSize”;s:0:””;s:20:”Author Name FontFont”;s:0:””;s:21:”Author Name FontStyle”;s:0:””;s:19:”Reply Link FontSize”;s:0:””;s:19:”Reply Link FontFont”;s:0:””;s:20:”Reply Link FontStyle”;s:0:””;s:15:”Author RoleSize”;s:0:””;s:16:”Author RoleColor”;s:0:””;s:15:”Author RoleFont”;s:0:””;s:16:”Author RoleStyle”;s:0:””;s:16:”Topic HeaderSize”;s:0:””;s:17:”Topic HeaderColor”;s:0:””;s:16:”Topic HeaderFont”;s:0:””;s:17:”Topic HeaderStyle”;s:0:””;s:21:”Topic Admin linksSize”;s:0:””;s:22:”Topic Admin linksColor”;s:0:””;s:21:”Topic Admin linksFont”;s:0:””;s:22:”Topic Admin linksStyle”;s:0:””;s:18:”Revisionsrevisions”;s:3:”all”;s:17:”mentions_priority”;s:0:””;s:12:”mentionsSize”;s:0:””;s:13:”mentionsColor”;s:0:””;s:12:”mentionsFont”;s:0:””;s:13:”mentionsStyle”;s:0:””;s:9:”hide_name”;s:1:”1″;s:11:”hide_avatar”;s:1:”1″;s:28:”participant_trash_topic_text”;s:43:”Are you sure you want to delete this topic?”;s:28:”participant_trash_reply_text”;s:43:”Are you sure you want to delete this reply?”;s:17:”must_be_logged_in”;s:0:””;s:12:”window_links”;s:1:”0″;s:16:”more_less_length”;s:3:”200″;s:9:”more_text”;s:7:”More…”;s:9:”less_text”;s:7:”Less…”;s:21:”new_reply_description”;s:16:”Create New Reply”;s:17:”topic_button_type”;s:1:”1″;s:16:”TopicButtonclass”;s:0:””;s:29:”topic_subscribe_button_prefix”;s:0:””;}
    Topic Counts
    bsp_settings_topic_count

    No values set for: bsp_settings_topic_count
    Topic/Reply Form
    bsp_style_settings_form

    a:27:{s:10:”LabelsSize”;s:0:””;s:11:”LabelsColor”;s:0:””;s:10:”LabelsFont”;s:0:””;s:11:”LabelsStyle”;s:0:””;s:25:”Text areaBackground Color”;s:0:””;s:13:”Text areaSize”;s:0:””;s:14:”Text areaColor”;s:0:””;s:13:”Text areaFont”;s:0:””;s:14:”Text areaStyle”;s:0:””;s:22:”ButtonBackground Color”;s:0:””;s:16:”ButtonText Color”;s:0:””;s:20:”SubmittingSubmitting”;s:10:”Submitting”;s:20:”Show_editorsactivate”;s:1:”0″;s:16:”topic_rules_text”;s:0:””;s:16:”reply_rules_text”;s:0:””;s:23:”topic_posting_rulesSize”;s:0:””;s:24:”topic_posting_rulesColor”;s:0:””;s:23:”topic_posting_rulesFont”;s:0:””;s:24:”topic_posting_rulesStyle”;s:0:””;s:35:”topic_posting_rulesBackground Color”;s:0:””;s:31:”topic_posting_rulesborder_color”;s:0:””;s:17:”placeholder_topic”;s:0:””;s:17:”placeholder_reply”;s:0:””;s:12:”htmlActivate”;s:1:”1″;s:15:”nologinActivate”;s:1:”1″;s:15:”errormsgMessage”;s:0:””;s:16:”no_anon_namename”;s:0:””;}
    Profile
    bsp_profile

    No values set for: bsp_profile
    Search Styling
    bsp_style_settings_search

    No values set for: bsp_style_settings_search
    Unread Posts
    bsp_style_settings_unread

    No values set for: bsp_style_settings_unread
    Quotes
    bsp_style_settings_quote

    No values set for: bsp_style_settings_quote
    Moderation
    bsp_style_settings_modtools

    No values set for: bsp_style_settings_modtools
    Latest Activity Widget Styling
    bsp_style_settings_la

    No values set for: bsp_style_settings_la
    Custom CSS
    bsp_css

    a:1:{s:3:”css”;s:0:””;}
    CSS Location
    bsp_css_location

    No values set for: bsp_style_settings_translation
    Dashboard Admin
    bsp_settings_admin

    No values set for: bsp_settings_admin
    bbPress Bug Fixes
    bsp_style_settings_bugs

    No values set for: bsp_style_settings_bugs
    Block Widgets
    bsp_style_settings_block_widgets

    No values set for: bsp_style_settings_block_widgets
    Column Display
    bsp_style_settings_column_display

    No values set for: bsp_style_settings_column_display
    Topic Form Additional Fields
    bsp_style_settings_topic_fields

    No values set for: bsp_style_settings_topic_fields

    thinlizzie
    Participant

    Hi,

    My WordPress/Buddypress site uses bbpress as the forum.
    All’s good.
    Users post openly under their Buddypress name.
    No guest posting or anonymous posting is possible.

    The issue:

    Lots of users delete their account, after which all bbpress topics & replies created by them will then display as “by Anonymous”.
    This makes the pages look messy & confusing.
    I would like the ability as Admin to bulk delete all those topics & replies showing as “by Anonymous”.

    Is it possible?

    #240667
    Robin W
    Moderator

    You will need to be a ‘keymaster’ to see this option

    dashboard>users>all users>edit your self as user and see what bbpress role you have

    If not keymaster, then you will need another keymaster to appoint you

    crankymillenial
    Participant

    Wordpress version 6.5.4
    bbpress version 2.6.9
    hipsbc.ca

    I took over managing this website from another agency that created their own theme and had BBPress already installed. After installing BBPress there should be a “forum” button on the left sidebar of the wordpress dashboard but it is not showing up. I cannot figure out why its not showing up. I’ve uninstalled and reinstalled the plugin and turned off other plugins to see if one is interfering with another. Neither troubleshooting method solved my problem.

    Missing Forum

    I appreciate any help! I’ve searched through the forums to see if anyone else ran into a similar problem but don’t see a solution.

Viewing 25 results - 526 through 550 (of 64,471 total)
Skip to toolbar