Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 576 through 600 (of 64,401 total)
  • Author
    Search Results
  • kwmoon01
    Participant

    Thanks for responding Robin. I am also having the same issue with the BBpress messages. I’m just gonna uninstall them. Maybe there is some other alternative.

    #239841
    Robin W
    Moderator

    These errors are as you say not bbpress errors, but ones related to a different plugin.

    You will need to post in

    https://wordpress.org/support/plugin/follow-bbpress/

    although with on 10 users and no update for 4 years, I suspect it is not actively suppprted

    #239840
    kwmoon01
    Participant

    I just installed the follow for bbpress plugin, and I have received four warnings about the coding on lines 36, 38, 42, and 44. I have not altered anything. This messaged popped up upon going to setting. I am not sure what to do to get rid of it. Below is what the error message says:

    Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 36

    Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 38

    Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 42

    Warning: Trying to access array offset on value of type bool in /home/noisvjkg/public_html/wp-content/plugins/follow-bbpress/setting.php on line 44

    #239839
    Robin W
    Moderator

    bbpress just uses wordpress registration, so it is likely that no emails are working.

    Use the test in that plugin I sent to see if they are leaving your site

    #239835
    kchrist8
    Participant

    Thanks for the reply. I didn’t really think it was bbPress related but my hosting told me that I should talk to the plugin support. I’ll push harder for them to help me out and will try the plugin you mention. Thanks!

    #239831
    Robin W
    Moderator

    not really bbpress related, but talk to your hoster, and try installing ten ‘check and log email’ plugin

    #239825
    bobjgarrett
    Participant

    We have a bbpress forum in a secure site. A member has just tried to show images from his own site within our forum. It seems that because his site is not secure (http) the images do not get rendered.
    Is there any way to fix this?

    #239813
    Robin W
    Moderator

    Thanks for joining!

    I am not a bbpress author, just someone who helps out.

    Yes, I suspect that there are several places it could be done.

    My code above should work (and if you can test it that would be great) , but if you fancy working up a better solution, please post back.

    I will happily incorporate it into my bbp-style-pack plugin to save others needing to work out code and/or use child theme functions.

    #239803
    Robin W
    Moderator

    I suspect you are 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

    #239800
    Robin W
    Moderator

    I don’t have any forums on my live sites (anymore), so don’t use akismet, so I’m relying on your better knowledge 🙂

    so to save having to repeat bbpress code, the logic might be

    add_action ('bbp_new_reply_pre_extras' , 'rew_askimet_check', 100 , 1 ) ; //might need to be run at a high priority to make sure it is last - not tested
    
    function rew_askimet_check ($reply_id) {
    	//only execute is this is akismet spam
    	if ( bbp_get_spam_status_id() == get_post_status($reply_id) && !empty (get_post_meta( $reply_id, '_bbp_akismet_user_result', true ))) {
    		//unspam the reply (which takes it back to pending, and within that function runs the update_reply_walker)
    		bbp_unspam_reply( $reply_id) ;
    		//and then re-spam it
    		bbp_spam_reply( $reply_id) ;
    	}
    }

    which is actually what I do manually (I click unspam and then click spam on the front end admin) on this site when akismet does this.

    uksentinel
    Participant

    Is there any way to change the BBPRESS Topics and Posts default menu listing to show an icon/image instead ?

    I have seen a couple of BBPRESS forums (https://wordpress.org/support/view/all-topics/) that achieve this, but no idea how ?

    Thanks

    #239767

    In reply to: No forum sidebar

    uksentinel
    Participant

    Very strange, best next step is to see if any plugins are causing a conflict, if the site is not live, disable one plugin at a time and see if the BBPRESS side bar appears

    #239761
    jelliott2014
    Participant

    I have lately been notified several times that obviously fake emails have evidently “subscribed” to my Forum. I thought that only approved users could see or subscribe to the forum, or at least I could approve anyone who subscribes. Is there a setting that prevents spammers from subscribing? Thanks.

    saanichsommeliers.ca
    bbPress: ver. 2.6.9
    bbp Style Pack ver. 5.8.7

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

    #239747

    In reply to: No forum sidebar

    uksentinel
    Participant

    Interesting, have you activated the ‘bbPress WP Tweaks’ plugin ?
    If so, then go to Dashboard > Settings > bbPress WP Tweaks > BBPRESS Side bar and for ACTION select REPLACE. for TARGET select SIDEBAR WIDGET AREA.

    Then the BBPRESS Widgets sidebar should be accessible if you go to Dashboard > Appearance > Widgets > BBPRESS Sidebar

    If that does not work, you may ave to try with a different theme

    #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

    #239733

    In reply to: No forum sidebar

    uksentinel
    Participant

    I use the free version ‘bbPress WP Tweaks’ which adds a dedicated BBPress sidebar to all forum pages including any searches.

    Its a little outdated, but works well for myself.

    My dedicated BBPRESS Sidebar is on the Right:
    https://uktechhub.com/forums/forum/mobile/

    hope this helps 👍

    #239723

    In reply to: No forum sidebar

    Robin W
    Moderator

    so set a global sidebar and make this the default

    https://wpastra.com/docs/sidebar-free/

    and bbpress should use this.

    WPabmm
    Participant

    Re allinop.com

    1. I have tried using bbpress style pakc to remove the words ‘creator’ ‘topic’ that are above every reply to no avail (bbstylepack > topic/reply display > 10. > 0px , but this did not work

    2. I used bbstyle pack to disable all breadcrumbs. An unintended side effect is that topic titles also got removed. (now breadcrumb disable has been deselected).

    Are there any css solutions for the above?

    #239704

    Topic: No forum sidebar

    in forum Installation
    terrenuit
    Participant

    Hello,
    I setup my BBPress forum, but there’s no forum sidebar,
    I need a widget to show the users activities,
    Please tell me how to get this forum sidebar.
    Thank you very much !

    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/

    #239685
    anirban0184
    Participant

    bbpress dashboard not working. and some errors show in home page.

    here is video link discribe the problem
    bbpress dashboard not working
    https://drive.google.com/file/d/1sgTIptA-flUxGz__AP0BQHvK3wBHDMIo/view?usp=sharing

Viewing 25 results - 576 through 600 (of 64,401 total)
Skip to toolbar