Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 26 through 50 (of 26,586 total)
  • Author
    Search Results
  • #239751
    martinna218
    Participant

    Wordpress: 6.4.3
    bbPress: 2.6.9

    Our site uses bbPress forums with a fairly large amount of traffic. We use Akismet for spam protection and it works reasonably well. The only issue is that a topic’s last active time updates even if the submitted comment is detected as spam. As a result, some old topics that have had spam comments posted into them, invariably find their way to the top of the forum, with no (visible) new content inside, which is annoying. Due to the size of the forum and the amount of traffic, retriggering the last active time calculation is somewhat unfeasible. My question is, is there a way to hook into bbPress internal functions and just prevent the $last_active_time from updating if the reply is already detected as spam?

    #239739

    In reply to: Forum reply timestamps

    Robin W
    Moderator

    ok, not much i can do without seeing it, but 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

    #239736
    Kate 1234
    Participant

    Hi there,

    Forum replies are displaying with the incorrect timestamp. All replies to a topic are shown with the timestamp for when the topic was created, rather than when the actual comment was made.

    I have the bbp style pack plugin, but can’t see a way to fix this here.

    Wordpress – Current version: 6.4.3
    BBpress – Version 2.6.9

    uksentinel
    Participant

    Post to original Q and A as formatting is not correct for PHP code

    https://wordpress.org/support/topic/add-xootix-login-to-bbpress/#post-17505394

    #239688
    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

    #239687
    Robin W
    Moderator

    Thanks – those are deprecation errors from buddypress not bbpress.

    I’d suggest you add

    BP Classic

    and see if that fixes.

    If not, raise the issue in

    https://buddypress.org/support/

    #239679
    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

    #239666

    In reply to: forum issues

    eefkedigibitch
    Participant

    Okay this was a quick test.
    I deactivated all my plugins accept for bbpress and still ‘Forums’ wasn’t shown in the left navigation bar. I reinstalled wordpress (6.4.3) but still nothing. So I don’t know what is going on, but I think bbpress isn’t compatible with this WP version or something…

    #239646

    In reply to: Forum styling

    Robin W
    Moderator

    you are using the divi theme

    1. I’d suggest you add

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>theme support and you’ll see some useful info on serach and profiles

    2. it looks like the sub pages are using a different divi template.

    this link might help
    https://divi.help/threads/bbpress.11376/ or post on that support group or raise with Divi?

    #239619
    #239532
    Robin W
    Moderator

    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

    #239510

    In reply to: forums not working

    Robin W
    Moderator

    You may be using 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

    The forums should then display

    If not, come back

    #239498

    In reply to: Subscribe to Forum

    webcreations907
    Participant

    That work you for you? I was trying to post the code snippets link, but maybe it wouldn’t go through. You can find that plugin on WordPress plugins

    matthewdhuntley
    Participant

    Thanks for the feedback, @robin-w.

    I noticed the anchor element with the class “bbp-glance-users” (from bbpress/includes/admin/metaboxes.php), which appears in the dashboard_right_now/”At a Glance” widget, is exclusively created by the bbPress plugin through the ‘dashboard_glance_items’ WordPress hook. For a multisite, the Users count is coming from the entire network.

    I’ve traced the Users count number back to this function (from bbpress/includes/core/abstraction.php):
    function bbp_get_total_users() {
    $bbp_db = bbp_db();
    $count = $bbp_db->get_var( “SELECT COUNT(ID) as c FROM {$bbp_db->users} WHERE user_status = ‘0’” );

    // Filter & return
    return (int) apply_filters( ‘bbp_get_total_users’, (int) $count );
    }

    And I was wondering if this could be updated to check if the site is a multisite and then select the Users based on the individual site ID.

    Thanks,
    Matthew Huntley

    Robin W
    Moderator

    this is WordPress related not bbpress, suggest you post to WordPress support

    matthewdhuntley
    Participant

    Hi bbPress Folks,

    I currently have a WordPress multisite installation with several individual sites. My WordPress version is 5.9.1 and the bbPress version is 2.6.9.

    On any given individual site’s WP Dashboard, in the “dashboard_right_now”/”At a Glance” section, the number of users shown is reflective of the total number of users on the entire multisite network, as opposed to the total number of User on the individual site.

    When it comes to multisite installations, can the output logic for this Users number be updated to reflect the number of Users for an individual site instead of the entire multisite network?

    Thanks very much,
    Matthew Huntley

    #239452
    Robin W
    Moderator
    #239450
    kris927
    Participant

    Bonjour,
    Je dois transférer un forum bbpress de l’ancien site au nouveau site.
    Dans l’ancien site, je n’ai pas les champs forum/sujets/réponses dans le dashboard WordPress, rien qui puisse m’amener dans les paramètres de bbpress (même en passant par la section extension, pas de lien réglage ou paramètre sur bbpress).
    J’ai essayé un export/import par csv ça ne fonctionne pas mon forum reste vide sur le nouveau site.
    J’ai essayé via le ftp idem.
    Comment je peux faire pour récupérer les données du forum et les transférer dans le nouveau ?

    En vous remerciant pour votre aide.

    #239441
    biblewithbelle
    Participant

    Hi,

    My theme is creating a featured image on the Topics which I can’t seem to change so I just have a large grey blob square at the top of every topic.

    Introduce Yourself

    I tried multiple default image wordpress themes and none of them worked.

    I can’t add code to display: none because then it takes away the featured posts from the blog section.

    Help?

    #239331
    mikeraine11
    Participant

    I’ve read that WordPress’s new FSE themes such a Twenty Twenty Four can be an issue with bbPress because bbPress is so out of date (hasn’t been updated in over 2 years, which is very concerning).

    However, I am VERY reluctant to change themes. We JUST went through a lot of time and work to rebuild the site after migrating from the old host to WordPress.com because the old custom theme was not compatible with Jetpack. I chose Twenty Twenty-Four because I assumed, as the newest WordPress default theme, that it was the most future-proof and would avoid compatibility issues.

    Is there just no way around this issue while keeping the Twenty Twenty Four theme?

    #239330
    Robin W
    Moderator

    ok, so you definitely have bbpress enabled 🙂

    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. don’t use twenty twenty four, as it is an FSE theme

    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

    mikeraine11
    Participant

    Hi,

    We recently moved our site from a previous host to WordPress.com, and in doing so updated the site to the Twenty Twenty-Four theme. We use bbPress for discussion forums because it integrates with Memberpress courses.

    All was good on the old site, but now bbPress and any mentions of Forums has disappeared from the WP Admin dashboard. I’m double checked that I am a bbPress keymaster, and also installed the bbPress Style Pack plugin, but don’t see anything there that solves my problem. I have also seen some people with a similar issue say that the All in One SEO plugin was the culprit, but that is not installed on the site.

    We are running version 6.4.3 of WordPress.

    Can anyone please help me get forums working!

    Thank you!

    #239309
    Robin W
    Moderator

    You can build your forum to look however you like, many would complain if this was the only way you could show your forum.

    The basic look of the forum is generally determined by your theme, and dependent in theme how you use sidebars.

    The widgets on the left are available either in the default bbpress plugin or in

    bbp style pack

    which will let you style bbpress and add lots of features.

    #239303
    jemar707
    Participant

    I am trying to replace the titles for Voice and Replies with dashicons like the WordPress forums are styled. I am using the code below, and it works in that it adds the dashicon, but it doesn’t remove the words.

    
    /*topic titles*/
    .bbpress .forum-titles {
    	overflow: hidden;
    }
    .bbpress .forum-titles .bbp-topic-voice-count::before,
    .bbpress .forum-titles .bbp-topic-reply-count::before {
    	font: 400 16px/1 dashicons;
    	margin-right: 100px;
    	-moz-osx-font-smoothing: grayscale;
    	-webkit-font-smoothing: antialiased;
    }
    
    	.bbpress .forum-titles .bbp-topic-voice-count::before,
    	.bbpress .forum-titles .bbp-topic-reply-count::before {
    		font: 400 21px/1 dashicons;
    		margin-left: 20px;
    	}
    
    .bbpress .forum-titles .bbp-topic-voice-count::before {
    	content: "\f307";
    }
    .bbpress .forum-titles .bbp-topic-reply-count::before {
    	content: "\f125";
    }
    
    .bbpress li.bbp-header li.bbp-forum-info,
    .bbpress li.bbp-header li.bbp-topic-title {
    	text-align: left !important;
    }
    
    /*forum titles*/
    
    .bbpress .forum-titles {
    	overflow: hidden;
    }
    .bbpress .forum-titles .bbp-forum-topic-count::before,
    .bbpress .forum-titles .bbp-forum-reply-count::before {
    	font: 400 16px/1 dashicons;
    	margin-right: 100px;
    	-moz-osx-font-smoothing: grayscale;
    	-webkit-font-smoothing: antialiased;
    }
    
    	.bbpress .forum-titles .bbp-forum-topic-count::before,
    	.bbpress .forum-titles .bbp-forum-reply-count::before {
    		font: 400 21px/1 dashicons;
    		margin-left: 20px;
    	}
    
    .bbpress .forum-titles .bbp-forum-topic-count::before {
    	content: "\f307";
    }
    .bbpress .forum-titles .bbp-forum-reply-count::before {
    	content: "\f125";
    }
    
    .bbpress li.bbp-header li.bbp-forum-info,
    .bbpress li.bbp-header li.bbp-topic-title {
    	text-align: left !important;
    }
    
    Robin W
    Moderator

    probably (untested)

    add_action ('plugins_loaded' , 'rew_move_reply_button' ) ;
    
    function rew_move_reply_button () {
    	remove_action ( 'bbp_template_before_single_topic', 'bsp_display_reply_button' );
    	add_action ( 'bbp_theme_after_topic_content', 'bsp_display_reply_button' );
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

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

    or use

    Code Snippets

Viewing 25 results - 26 through 50 (of 26,586 total)
Skip to toolbar