Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,401 through 1,425 (of 64,423 total)
  • Author
    Search Results
  • #234704
    Robin W
    Moderator

    yes, it is bbpress and is a check when a topic/reply is made or edited.

    and no there is no easy way to avoid this, it really needs changing in the core bbpress product as you say to disallowed.

    There is a way to skip this check, and there are hooks that could be used to re-apply it, but it is a ton of work to do, and beyond free help.

    Unless it is really really bugging you, I think we just need to live with it.

    #234703
    Mike Witt
    Participant

    For what it’s worth, I can’t find a way to make the PHP Deprecated notices happen by doing any bbPress function I can think of. (What I can think of it is just to make posts and replies 🙂 ) If the notices are coming from bbPress (and maybe they’re not) I don’t know what sort of action might trigger them.

    #234685
    ljmac
    Participant

    Hi,

    A MySQL syntax error has started cropping up recently, even though I have made no changes that might be related to this (same MySQL version, same PHP version, same bbPress version, same WordPress version). Can anyone enlighten me on what might be causing this?

    Once again, this only started happening recently despite the lack of any significant related changes – I have been doing forum repairs for years without any errors.

    [09-Mar-2023 05:01:55 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘312810’)’ at line 2 for query INSERT INTO as_usermeta (user_id, meta_key, meta_value) VALUES
    (‘4185’, ‘as__bbp_favorites, ‘312810’); made by require_once(‘wp-admin/admin.php’), do_action(‘load-tools_page_bbp-repair’), call_user_func_array, bbp_admin_repair_handler, call_user_func, bbp_admin_repair_user_favorites

    #234684
    ljmac
    Participant

    Hi,

    I have the replies per page in bbPress set to 10, which is what I want for my desktop theme. However, I want to reduce this to 5 for my mobile theme. How can I go about doing this?

    #234679
    Robin W
    Moderator

    This while old still works

    AsynCRONous bbPress Subscriptions

    #234678
    albertmart
    Participant

    hi guys. i want to know how I can send emails with a delay or stop bbpress sending emails simultaneously.

    #234668
    Robin W
    Moderator

    bbpress is very stable, and the authors tend to release updates at very infrequent intervals.

    It works fine with current versions of WordPress.

    you may like to add this plugin as well

    bbp style pack

    which has lots of additional features to enhance the look and feel of bbpress.

    #234666
    Bruce
    Participant

    I have an error message that I cannot remove.

    Upload Errors:
    ImageName.jpg: File exceeds allowed file size.

    How do I get rid of the error message?

    #234665
    sirhc
    Participant

    This seems weird, I am new to wordpress, bbPress is always referred to best forum plugin but the lack of recent updates ring alarm bells or am I wrong here?

    #234659
    nobody
    Participant

    i use this code for differentiate lead topic :

    function custom_bbp_show_lead_topic( $show_lead ) {
    $show_lead[] = ‘true’;
    return $show_lead;
    }

    add_filter(‘bbp_show_lead_topic’, ‘custom_bbp_show_lead_topic’ );

    now I want to display @mentionname too on lead topic, basically it’s like bbpress forum, however I can’t do it, anyone can help ?

    #234656
    zandros3
    Participant

    Hello again, the issue seems to be resolved.
    I tried de activating the plugins but it didn’t work.
    I erased the website and did a clean WordPress installation.
    Then I re-installed the AR Member Plugin and bbPress.
    The Forum page now works as it is supposed to.

    Thank you all for the support.

    #234649
    bmanning20
    Participant

    I need help with profanity plugins for my bbpress Forum website. I have been using Content Censor and Webpurify. These plugin seem to not work with nested replies within the Froum. I need someone help to use a plugin to stop profanity and racist remarks. Please let me know if any questions.

    #234635
    tumptyteapot
    Participant

    WordPress 6.1.1 running X – Child Theme theme.
    bbPress Version 2.6.9

    Mizan Therapy

    Hi, this is a membership site with private forums. It uses Paid Membership Pro for the subscriptions and bbpress to create private groups. Members are allocated groups on their profile pages.

    It has been fine up to now but the last 4 new members have not been able to access the forums they have been given permission for.

    There is a link on the side for ‘groups’ but I can’t tell if that is a bbpress thing or a pmp thing. There were no groups listed there and if I try to recreate a private group it wants to add it as a new forum, which will duplicate what we have.

    Any ideas appreciated, am I looking in the wrong place for the list of groups?

    #234627
    valarcher
    Participant

    In the path under Forum Title, the first link is to front/home page of website. BBpress is repeating the title of that page. Is there a way to change this wording to “home”?

    e.g. at https://greensmoothie.com/members
    the title of the front page is “Discover the Healing Power of LIVING Foods!” which BBpress is displaying.

    In its place, I want it to display “Home” so the path will read:
    Home › Members > [forum name]

    thanks!

    #234622
    carlviggo
    Participant

    Hi! I’m running a math forum – globalmathforum.com – and I want my users to be able to write equations in when sending their questions via bbPress. Do you know if the users will be able to use the plugin?

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

    #234608
    webcreations907
    Participant

    Try adding the below code to your theme’s functions.php file, should make the userpages full width with no sidebar.

    
    
    if( !function_exists('enkoes_magbook_userpage_css_class') ){
    	function enkoes_magbook_userpage_css_class( $classes ){
    		if( function_exists('bbp_is_single_user') &&  bbp_is_single_user()){
    			$classes[] = 'magbook-no-sidebar';
    		}
    		return $classes;
    	}
    }
    add_filter('body_class', 'enkoes_magbook_userpage_css_class');
    
    if( !function_exists('enkoes_magbook_userpage_options') ){
    	function enkoes_magbook_userpage_options( $options = array() ){
    		
    		if( function_exists('bbp_is_single_user') &&  bbp_is_single_user()){
    			$options['magbook_sidebar_layout_options'] = 'nosidebar';
    			$options['magbook_blog_layout'] = '';
    		}
    		return $options;
    
    	}
    }
    add_filter('magbook_get_option_defaults_values', 'enkoes_magbook_userpage_options',100);
    
    

    You may have to get rid of that bbpress.php file you added.

    I haven’t used Magbook theme before, so let me know if that works out for you.

    😉

    #234602
    carlviggo
    Participant

    Hi! I wonder how to change the bbPress toolbar to include the possibility for the user to include math equations, like the square root sign, in their topic.
    /Carl Viggo

    zandros3
    Participant

    Greetings.

    I have installed bbPress on a website.
    AR Member Plugin is also installed.
    Buddypress Plugin is also installed.

    I created a forum page.
    https://presley.rockmedia.gr/forum/

    I created a new user. ( *Users are registering through AR Member Registration Page )

    When I click on a Forum name to go inside the Forum, the page refreshes but I cannot create a new topic. The only new element displayed is a “subscribe” link.

    What am I doing wrong?

    #234580
    Robin W
    Moderator

    bbpress just uses wordpress users, so this should get you what you want

    https://www.wpbeginner.com/wp-tutorials/how-to-show-total-number-of-registered-users-in-wordpress/

    #234575

    In reply to: widget doesn’t work

    nobody
    Participant

    thanks for replying @robin-w , I mean this widget :

    (bbPress) Topic Views List – A list of registered optional topic views.
    Options:
    Title: Here you can set the title of the widget as it will be displayed in the sidebar.

    when in click does not happen what, actually i just want to display ‘Topics without replies’. Can help me @robin-w

    #234573
    jelliott2014
    Participant

    Thanks. I’ll fiddle with it a bit more, then return to the “standard” bbPress config. Subscribers may/maynot be notified. Serves them right for not regularly checking the Forum. I’m not messing with DNS settings.

    #234560

    In reply to: widget doesn’t work

    Robin W
    Moderator

    bbpress does not have a widget ‘Most Liked Topics and Topics without replies’ – is this from an additional bbpress plugin ?

    #234555
    Robin W
    Moderator

    if you are not using AsynCRONous bbPress Subscriptions, then bbpress will send

    from the noreply@
    to the noreply@
    and then bcc in the users

    This is a common way to bulk email.

    #234551
    nednednerb
    Participant

    Hi there.

    This is about my login page here:
    https://vancouvergathers.ca/wp-login.php
    I’m using WordPress 6.1.1, Elementor Pro 3.11.3 with Hello Elementor theme,
    BBPress version 2.6.9, bbp style pack 5.3.6,
    I’m using LoginPress but that was installed after the issue described below was already present.

    Underneath the captcha and above the blue Login button is an extra button I want to remove. It says “Log in or sign up” but the button just redirects to the login page itself.

    When I inspect the page in Chrome it tells me the element might be div.bbp-button-wrapper or button.bsp-register.

    Do you know how I can find out where this button is being invoked so I can remove it from the code? I am not an expert web developer and I cannot solve this issue on my own.

    Any help would be appreciated. Thanks,
    Brenden

Viewing 25 results - 1,401 through 1,425 (of 64,423 total)
Skip to toolbar