Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,476 through 8,500 (of 64,488 total)
  • Author
    Search Results
  • #186326
    sovvyg
    Participant

    Hi,

    I have no idea why but the forum/topic subscribe button is not appearing next to the breadcrumbs in bbpress forums as it should, i have enabled the functionality in the settings. This has never appeared but i’m probably missing something simple.

    Is there a way to add this next to the forum title rather than in breadcrumbs? I’m not sure how to call it:

    add_action( 'bbp_theme_after_forum_title', 'n8_after_forum_title' );
    function n8_after_forum_title() {
    
    WHAT DO I ADD HERE??
    
    	}

    WP version: 4.8
    BBpress version: 2.5.13

    Thanks!
    Lauren

    #186323
    fdarn
    Participant

    They can’t comment without entering their name and email address anyway, so is there a plugin for bbPress that will add that name and email address to a mailing list and allow them to receive email alerts of new comments to that post?
    I am sure you know, there are plugins that do that for the WordPress comments, so that even commenters who do not have a WordPress account on that site can check a box to receive email alerts of new comments.

    #186322
    cassel
    Participant

    Using WP 4.8.1 and bbpress 2.5.13

    I just did a search in the forum, and it yielded 346 results. All the posts were displayed as i would expect at first, but as soon as i clicked on the second page, i got only this:

    Search Results for ‘cassel’
    Home of the Scrapbook Campus › Forums › Search › Search Results for ‘cassel’ Viewing 30 results – 31 through 60 (of 346 total) ← 1 2 3 … 12 → Author Search Results August 1, 2017 at 2:57 am #14264 In reply to: July Mystery Challenge AprilDawnParticipant (162.158.2.165) Here is my contribution to this… Continue Reading

    So, basically no other result is actually readable. I am not sure if it is specific to bbpress or a setting i might have wrong. If i do a search on the blog or the rest of the site, I can get results displayed for many pages without any issue.

    Here is my site: http://scrapbookcampus.com

    Thanks.

    khaleds
    Participant

    I did the 2nd choice (upgrade to bbpress 2.6rc3) and it works just fine.
    Thank you Robin

    Robin W
    Moderator

    so 3 fixes
    1. downgrade to a lesser version of php
    2. upgrade to bbpress 2.6rc3
    3. in bbpress 2.5.13 in includes/forums/functions.php
    change line 1851 from
    $meta_query = $posts_query->get( ‘meta_query’ );

    to
    $meta_query = $posts_query->get( ‘meta_query’, array() );

    and change line 1796 from
    $post_stati = $posts_query->get( 'post_status' );

    to

    $post_stati = $posts_query->get( ‘post_status’ ); 
    if (!is_array($post_stati)){
                                                 $post_stati = array($post_stati);
    }
    khaleds
    Participant

    I’ve upgrade my PHP version to 7.1.8
    Everything works just fine, only bbPress forum stopped working!
    see the error in the debug:
    PHP Fatal error: Uncaught Error: [] operator not supported for strings in /home/******/public_html/wp-content/plugins/bbpress/includes/forums/functions.php:1800
    Stack trace:
    #0 /home/******/public_html/wp-includes/class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query))
    #1 /home/******/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #2 /home/******/public_html/wp-includes/plugin.php(515): WP_Hook->do_action(Array)
    #3 /home/******/public_html/wp-includes/class-wp-query.php(1683): do_action_ref_array(‘pre_get_posts’, Array)
    #4 /home/******/public_html/wp-includes/class-wp-query.php(3248): WP_Query->get_posts()
    #5 /home/******/public_html/wp-includes/class-wp.php(617): WP_Query->query(Array)
    #6 /home/******/public_html/wp-includes/class-wp.php(735): WP->query_posts()
    #7 /home/******/public_html/wp-includes/functions.php(955): WP->main(”)
    #8 /home/******/public_html/wp-blog-header.php(16): wp()
    #9 /home/******/public_htm in /home/******/public_html/wp-content/plugins/bbpress/includes/forums/functions.php on line 1800

    #186311
    fdarn
    Participant

    WP 4.8
    BBPress 2.5

    Hello,
    We use bbPress in place of the WP comments, and we allow both logged in and logged out users to reply. I know that people logged in can check the box to subscribe to new replies, but logged out users cannot. I would like to allow logged out users to subscribe as well. Can this be done?

    Thank you.

    TheDream18
    Participant

    Hi,

    I used bbpress Version 2.6-beta-2. When i search content in forums. After enter “search” It always come to homepage
    – I tried test deactive one by one plugin still same
    – I tried change to defaul wordpress theme still same

    Hope to have solution

    Thanks

    #186294
    Divvy
    Participant

    Hello guys,

    How can I make the 1st post of each topic (author post) to have a different background color? Exactly like we can found here in official bbpress support forum.

    Thanks in advance 🙂

    #186293
    Divvy
    Participant

    Hello guys,

    Is there any chance to have this plugin integrated in bbpress?

    WP Editor Imgur Button

    Would be a perfect addition!

    The idea is to users upload images directly to imgur.com and post in the forum…

    #186288
    darrennye
    Participant

    After reading many forums, and trying many other themes, I found that all stock wordpress themes, had no issue with the right margin on bbpress content (and the submit button) from being cut off. Disabling all plugins also made no difference. So I went back to WooThemes and had another chat with a tech, and I explained all this to them. Nicole immediately knew what the problem was. I added the following to Canvas > Settings > Custom CSS:

    /* ADDED FOR BBPRESS COMPATIBILITY */
    fieldset { width: auto; }

    Wallah!! That did it.

    I asked her to please put this in the next WooThemes Canvas update, so others don’t have to spend days figuring this out.

    #186283
    kariellen35
    Participant

    That suggestion worked perfectly! Thanks so much!!

    For anyone interested, you can edit any part of the wordpress email messages (/buddypress/bbpress) because they are all tied together) by going here to download this plugin: https://wordpress.org/plugins/welcome-email-editor/

    There are a couple more ways to customize the emails and the tutorial is here: http://www.wpbeginner.com/plugins/how-to-send-a-custom-welcome-email-to-new-users-in-wordpress/

    Thanks for your help Robin! 🙂

    locutus1
    Participant

    I’ve got bbp style pack already. Some things don’t work and it might be the fault of my host because I had another issue that was caused by my host. When entering a forum, “Create new topic” appears automatically. I would like to remove the automatic “Create new topic” message and create a “create new topic” button. bbp style pack makes the button but won’t remove the automatic message. Can anyone suggest another plugin that will let me do this?

    Also, in some of my forums I would like to rename the button from “Create new topic” to something else but only in some of the forums. I’ve been told this can be done with CSS. Can anyone give me the code for this? Thanks.

    #186237

    In reply to: PHP 7.1 Fatal Error

    w-sky
    Participant

    I got the same error with bbPres 2.5.13 when I switched from PHP 7.0 to 7.1 (and HTTP error 500 on the forum page).
    Afaik this problem is fixed in bbPress 2.6. My advice: Switch back to PHP 7.0 until the update for bbPress has arrived.

    #186236

    In reply to: HTTP ERROR 500

    w-sky
    Participant

    Yes, I got the same error when switching from PHP 7.0 to 7.1 – ifaik this problem is fixed in bbPress 2.6. My advice: Switch back to PHP 7.0 until the update for bbPress has arrived.

    #186233
    jstuts5797
    Participant

    Hello there… I’m not sure what I”m wanting to do is possible… or maybe it is with the correct plugin. But basically I want to know if a visitor logs in through the wordpress login does this also log them into the forum as well.. and vice versa? I want my site to basically be a community. Meaning to do or see just about anything (including the forums). You need to register for the site. I want one simple registration, login, log out, ect that will register users for both the site and the forum all in one. Does this make any sense? I don’t want users to have to create a wordpress account then ALSO create a separate account for the forums. Is this the way it works out of the box? If not is there a way to do this? Thanks in advance for all your help!

    #186232
    trishadams
    Participant

    Hi @klink – Did you ever get this issue resolved? I’m also using Divi and bbpress and running into the same issue.

    darrennye
    Participant

    Hello,

    See http://www.derekandromaine.com/boards
    Or see: https://drive.google.com/file/d/0BzmtEJeuWu1dNDFRNGRaMnNsVGM/view?usp=sharing

    They are currently hidden from the navigation.

    Look in the Intros section and click the Test post.

    You will see in the reply area, the Submit button is cut off on the right side. In fact almost everything is slightly cut off on the right margin.

    In addition, the Subscribe link is left justified where it shouldn’t be.

    The website is using the most current WordPress, most current WooThemes Canvas theme, and the most current bbPress. I have updated all plugins to current versions.

    I have also disabled all plugins and see the same result. When I switch to the twenty-seventeen wordpress plugin, the submit button is not cut off and things look a bit better, but the Subscribe link is still too far left justified. So this is a conflict between the Canvas theme and bbPress.

    I opened a support ticket with WooThemes and they have suggested trying to use the plug-in http://www.rewweb.co.uk/bbp-style-pack/ to resolve any style issues but the plugin looks very complicated to use.

    Any suggestions?

    Are there any “current” documentation that someone has written, on how to make Canvas play nice with bbPress? I found some old sites with comments about this but nothing recent (which might relate to more current versions).

    #186227

    In reply to: HTTP ERROR 500

    Andrew Leonard
    Participant

    OK
    Now I have removed the code above and reset PHP to version 7.0 and it is working
    Is there going to be a fix so BBPress works with PHP 7.1?

    #186225

    Topic: HTTP ERROR 500

    in forum Installation
    Andrew Leonard
    Participant

    I am getting a HTTP ERROR 500 when I click on a Forum e.g.: https://ebps.org.uk/forums/forum/biology/
    If I click on a post – it works, i.e: https://ebps.org.uk/forums/topic/sporangia-under-the-microscope/
    If I click on “All Forums” from the dashboard, I get the 500 error
    If I click on “NEW Forum” it works
    The error_log says:
    functions.php:1800
    Stack trace:
    #0 /var/sites/e/ebps.org.uk/public_html/wp-includes/class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query))
    #1 /var/sites/e/ebps.org.uk/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #2 /var/sites/e/ebps.org.uk/public_html/wp-includes/plugin.php(515): WP_Hook->do_action(Array)
    #3 /var/sites/e/ebps.org.uk/public_html/wp-includes/class-wp-query.php(1683): do_action_ref_array(‘pre_get_posts’, Array)
    #4 /var/sites/e/ebps.org.uk/public_html/wp-includes/class-wp-query.php(3248): WP_Query->get_posts()
    #5 /var/sites/e/ebps.org.uk/public_html/wp-includes/class-wp.php(617): WP_Query->query(Array)
    #6 /var/sites/e/ebps.org.uk/public_html/wp-includes/class-wp.php(735): WP->query_posts()
    #7 /var/sites/e/ebps.org.uk/public_html/wp-includes/functions.php(955): WP->main(”)
    #8 /var/sites/e/ebp in /var/sites/e/ebps.org.uk/public_html/wp-content/plugins/bbpress/includes/forums/functions.php on line 1800

    This is the code
    1793 /** Default ***********************************************************/
    1794
    1795 // Get any existing post status
    1796 $post_stati = $posts_query->get( ‘post_status’ );
    1797
    1798 // Default to public status
    1799 if ( empty( $post_stati ) ) {
    1800 $post_stati[] = bbp_get_public_status_id();

    Any ideas?

    #186217
    TrustedOrb
    Participant

    Since there aren’t any replies, I think bbPress isn’t SEO optimized.

    #186214

    In reply to: My bbpress login

    peet91
    Participant

    Hi, do you try bbpress shortcodes ?

    Here – https://codex.bbpress.org/features/shortcodes/

    #186213
    jasemon
    Participant

    Can someone help me set up the login and signup widget for my forum that is functional please. Thank you.

    #186211

    Topic: dien hoa ha nam

    in forum Installation
    fpthanam24h
    Participant

    Hi, i want to ask, what plugins is used on bbpress.org forum ?
    I see any plugin on avatars, maybe next plugin to mark title on forum dien hoa ha nam (http://dienhoahanam.net/)

    Can you tell my ? Thanks

    #186210

    Topic: fpt ninh binh

    in forum Installation
    fpthanam24h
    Participant

    Hi, i want to ask, what plugins is used on bbpress.org forum ?
    I see any plugin on avatars, maybe next plugin to mark title on forum FPT Ninh Binh (http://lapmangfptninhbinh.net)

    Can you tell my ? Thanks

Viewing 25 results - 8,476 through 8,500 (of 64,488 total)
Skip to toolbar