Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,426 through 8,450 (of 64,454 total)
  • Author
    Search Results
  • #186389
    Robin W
    Moderator
    #186386
    InTempest
    Participant

    Archived old site: imapiece .com/connect1/
    New wordpress site curently being developed: imapiece .com/
    WP version: 4.8.1
    BBPress Version: 2.5.13
    (I broke the links and removed the https:// because the previous posts I made where all the links worked were never approved by mods and stayed in limbo, just take out the space before .com and they’ll work)

    I am moving my current guild forums from PHPbb to buddypress/bbpress in wordpress.
    There is one thing I can’t seem to find, and ive been looking around everywhere and it seems im not the only one looking.
    bbpress .org/forums/topic/looking-for-an-application-plugin

    Here is what im looking for, user registers and then applys for a specific group by going to a page with the php form and on submission the post is made in a specified forum.

    So lets say there is a page with links to the groups pages and on each page is a application to join that group because the cosplayers have different questions than car guys or wow players. User fills out the app and when they submit it creates a new thread in that groups recruitment forum.

    Here is the addon that I use with phpbb
    phpbb .com/customise/db/extension/application_form

    Here are some screenshots of it in its current use

    Front end application
    Front end view

    Then it creates a new post with New Application from %username
    Creating new post

    Then in the output view it has it in its own post
    guild view of applicant

    Has anyone seen ANYTHING from bbpress or buddy press that can do this? I have been looking and as mentioned I can’t find a solution anywhere. Closest I found was an option in gravity forms to send to trello or via email but that doesn’t make a new thread in a pre determined forum where community members can access and respond to it. I’m bootstrapping this myself if anyone knows a place that contracts this stuff out. I don’t have a lot of money, but the guild is dying and i dont know what else I can do.

    Thank you for any information you may have available,
    InTempest

    #186375
    Divvy
    Participant

    I’m using this guide to show TinyMCE in my bbpress forum:
    https://codex.bbpress.org/enable-visual-editor/

    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        $args['teeny'] = false;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    Is it possible to remove or hide some buttons in Visual tab?

    I want to hide those:

    Can someone help me?

    Thanks 🙂

    #186370
    Robin W
    Moderator

    ahh!!

    7.1 has some issues with bbpress (or visa versa)

    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);
    }
    #186365
    atmojones
    Participant

    Hmmm @slomeli79 it’s been awhile since I worked on this. I see this code in my functions.php file but I hesitate to think the solution was this simple. Try it out, and if it doesn’t work I’ll check the rest of my code.

    
    function custom_bbpress_maybe_load_mentions_scripts( $retval = false ) {
    
    	return true;
    }
    add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );
    
    #186360
    Robin W
    Moderator

    ok, you have two choices

    either use the default wordpress lost password and register

    http://mysite.com/wp-login.php?action=lostpassword
    http://mysite.com/wp-login.php?action=register

    obviously changing the ‘mysite.com’ to your sites name

    or create pages within your site and use the bbpress shortcodes
    and then reference the page url

    eg create a page called ‘password’ and have it’s permalink as say ‘password’ and put
    [bbp-login] as the page content (you can precede this with any text you like, or have text after) eg

    Lost you password?- enter your email and we'll send a new one straight to you
    [bbp-login]

    Then in the widget you would put

    http://mysite.com/password/
    

    you can do the same with [bbp-register] to display the register screen.

    #186353
    slomeli79
    Participant

    I’m going to make the changes to functions.php to enable the visual editor and to enable buddypress @mention suggestions in bbPress visual editor (like my production site) and see if the error reproduces.

    ^ @atmojones, how did you enable @mentions within the visual/tinyMCE editor for bbPress?

    #186351
    grainosalt
    Participant

    Hi Robin,
    Thanks for answering so quickly. That didn’t work but I want to try a similar approach. I disabled everything and I’m just using the bbpress login widget. My issue now is that I don’t know what I’m supposed to enter by lost password uri and register uri. Any ideas?

    #186349
    Robin W
    Moderator

    ok, you’ll need to do some elimination

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #186345
    grainosalt
    Participant

    Hello,
    I’m not sure which version of wordpress and bbpress I’m using but I just downloaded it so I would assume it’s the most recent version.
    I’m trying to build a wordpress site which acts purely as a forum. I am using the twenty sixteen theme, I loaded bbpress and I got the opening setup but I can’t add an option to register or retrieve lost password. I tried adding it to the widget as well as using wordpress tweaks, none of it worked. In addition, for some reason, the login suddenly switched to text, [bbpress login], instead of showing the login box which used to be there. My site is forum.campexpo365.com. Thank you

    #186342
    daltmc
    Participant

    I’ve deleted bbpress and reinstalled and every problem persisted. It seemed none of the bbpress data was removed. Although in the add plugins page it tells me bbpress has not been tested with my version of WordPress.

    #186336
    cocktail5555
    Participant

    I’m dealing with the same exact issue as you. I just posted about it here

    lupacexi
    Participant

    Hi there,

    I am currently using the below versions of WordPress and BBPress:
    BBPress version 2.5.12
    Image Upload for BBPress Plugin version 1.1.14
    WP version 4.8

    My website is myfertilityfocus.com (the forum is for members only).

    When I originally installed the ‘Image Upload for BBPress’ plugin, there was an option for setting the dimensions of the image that was being uploaded to a post. Now this seems to have disappeared. If a member wants to post an image, there is no way for them to set the dimensions. Do you know what has happened here? Images are ending up way too big on members’ posts!

    #186332

    Topic: Blank Pages

    in forum Troubleshooting
    cocktail5555
    Participant

    Hello,
    I have a development site running BBpress perfectly fine. All forums and topics work great: http://www.switchitupdesigns.com/hatch/forums. As you can see, clicking on a forum opens up the page fine.

    I then used All-In-On Migration plugin to copy the site from one domain to the next. Installation worked flawlessly and the site is up and running great on GoDaddy. However, now BBpress is not working correctly. When I click on the “Forums” tab in the admin dashboard I get a blank white page. Also, when clicking on a forum from the forum index on the frontend, I get a blank page:
    http://hatchnutrition.com/forum/

    We only have 4 plugins installed and WP, theme and plugins are all on the latest versions. Because the dev site is working perfectly fine, what could be causing this problem? Could it be a memory issue with the new hosting account on Godaddy?

    Thank you for the assistance! 🙂

    #186331
    drinkingsouls
    Participant

    Hi,
    I’m trying to move my entire WordPress site to another server. I export users, forums, replies and topics but when I try to import the topics I get the “WordPress Import assign authors” for every single user in my site even though I have already imported the users first.
    What is the best way to go about exporting and importing BBpress and users?
    Thank you,
    Chris

    #186328
    Robin W
    Moderator

    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.

    wasn’t aware of that.

    I don’t know of any plugin that does this for bbpress.

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

Viewing 25 results - 8,426 through 8,450 (of 64,454 total)
Skip to toolbar