Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,651 through 38,675 (of 64,523 total)
  • Author
    Search Results
  • #78984

    In reply to: threaded forum ?

    WPsites
    Member

    Just thought I would update this post as nothing seems to have been said about the threaded posts plugin recently (https://bbpress.org/plugins/topic/threaded-posts/)

    I’m in the process of setting up a forum and one of the requirements was for threaded posts so I have used this plugin.

    I have it installed on the most recent version of BBpress (“Bechet” version 1.0.3) and on it’s own it works fine.

    To get it to work I did have to follow the comments on the info page for this plugin. Pretty much just changed some file names.

    If you want to use the threaded post plugin along with the BBpress moderation suite then you will run into problems when you come to moving and splitting threads since the moderation suite doesn’t know anything about the threaded post functionality and just cannot deal with it. So you will have your work cut out trying to hack the moderation suite to take into account the threaded posts (it is doable though).

    Also the threaded post plugin may fail to list the threaded posts correctly if used in conjunction with other plugins that change the mysql query for displaying posts on the topic page. Since this plugin checks EVERY database query and if it matches what the plugin thinks is a request to display all posts from a topic then it intervenes and add something extra to the query to list the threaded posts in the right place.

    As part of that, in the code for this plugin it actually says “# FIXME: This is a horrible horrible hack” in the no_child_posts function. Well I had to fix it in order for it to play nicely with some private forum functionality that changes the mysql query when requesting posts for a topic. The code I created that replaces the no_child_posts functionality is below.

    function threaded_sql_where($where){

    return $where . ” AND pp.post_id is NULL “;

    }

    add_filter(‘get_thread_where’, ‘threaded_sql_where’, 10, 1);

    function threaded_sql_join(){

    return “LEFT JOIN bb_post_parent AS pp ON pp.post_id = p.post_id”;

    }

    add_filter(‘get_thread_join’, ‘threaded_sql_join’, 10, 1);

    You can download my modified version of the threaded posts plugin here: http://www.wpsites.co.uk/threaded_posts.zip

    #99901
    dreamgrowers
    Member

    Oh, that makes total sense, thank you so much!

    Well folks, this is exactly why I want bbpress to use my custom WP login because I’ve calibrated it perfectly to prevent spam as well as ask specific questions about the users.

    Would still love to get help rediredting login to WP-admin

    Thanks!

    #105001
    dreamgrowers
    Member

    Oh, that makes total sense, thank you so much!

    Well folks, this is exactly why I want bbpress to use my custom WP login because I’ve calibrated it perfectly to prevent spam as well as ask specific questions about the users.

    Would still love to get help rediredting login to WP-admin

    Thanks!

    #99664
    amnion
    Participant

    Indeed, this is an excellent plugin. Easiest transfer of forums I have ever done.

    #104764
    amnion
    Participant

    Indeed, this is an excellent plugin. Easiest transfer of forums I have ever done.

    #95081
    Ryan Gannon
    Member

    Also, bbp_reply_author_link( array( ‘type’ => ‘avatar’ ) ); returns the avatar thumbnail is there a way to retrieve the full version of the avatar?

    #99932
    zaerl
    Participant

    It’s a known bug which has been fixed in the last (not released to the public) version. bbPress (standalone) is dead and I have decided to freeze all my plugins and waiting for the plugin version to come.

    #105032
    zaerl
    Participant

    It’s a known bug which has been fixed in the last (not released to the public) version. bbPress (standalone) is dead and I have decided to freeze all my plugins and waiting for the plugin version to come.

    #96320

    In reply to: Design Saga

    chiefchick
    Member

    Blahman,

    Did you create that forum with bbpress?? that’s amazing. can i pay you to do mine?

    #101420

    In reply to: Design Saga

    chiefchick
    Member

    Blahman,

    Did you create that forum with bbpress?? that’s amazing. can i pay you to do mine?

    #95079
    LPH2005
    Member

    I decided not to re-open ticket 1487 but wanted to share the actual resolution: site collapses after uploading latest files.

    1. The theme was returned to WP default.
    2. The bbpress plugin was deactivated.
    3. The 2908 files were removed from the server.
    4. The 2968 files were uploaded.
    5. The bbpress plugin was reactivated.
    6. Permalinks were resaved.
    7. The “discussions” index page was resaved with the new template for index.
    8. ALL forums were re-saved.

    Now, the important distinction in the process is that the 2908 files were removed rather than simply over-writing files. Otherwise, errors are tossed all over the place.

    Hope this helps others playing around with the bbpress plugin.

    cbowers428
    Member

    Hey so I’ve been trying everything to get bbpress up and running on my site and I finally thought I had it but when I visit the forums I see the login screen and when I do it says

    Access to the webpage was denied

    You are not authorized to access the webpage at http://chubshub.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-login.php. You may need to sign in.

    Does anyone know why this happens? I’ve made a mySQL database and username and it doesn’t work. I’m not really sure whats going on I’m pretty new. Thanks!

    #99929
    shinigami87
    Member

    I solved thanks this topic: https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work

    I moved wordpress from “/wordpress” to the root and cookies integration now works! :-)

    #105029
    shinigami87
    Member

    I solved thanks this topic: https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work

    I moved wordpress from “/wordpress” to the root and cookies integration now works! :-)

    #95078
    Ryan Gannon
    Member

    Any ideas on how to use wp_tiny_mce() for replies and posts?

    #73123
    Pedal Blog
    Member

    Have a similar problem –

    -Tried to integrate my wp site w/ bbpress

    -Could not login as admin to my wp site

    -Removed bbpress integration settings

    -Now able to log into my wp site (whew!)

    Either I did something wrong in the settings (tired it twice with same resultes), or perhaps my challenge is related to this thread.

    I’ll be watching this thread for updates.

    #99896
    miguelnetto
    Member

    I’m also wanting it.

    #104996
    miguelnetto
    Member

    I’m also wanting it.

    #95077

    I know it is still not finished, but I was just playing around with a local installation and had bbpress up and working, but when I activated Buddypress it completely stopped bbPress, pages would just redirect to the blog’s front page.

    #37957

    Topic: Login error

    in forum Troubleshooting
    fum
    Participant

    Hi, I have just installed bbPress integrated to my WP blog, a mesage said that the instalation was completed Ok., but when I tried to log in I got this:

    Warning: Cannot modify header information – headers already sent by (output started at /www/docs/carlosfumagalli.com.ar/public_html/foro/bb-config.php:54) in /www/docs/carlosfumagalli.com.ar/public_html/foro/bb-includes/functions.bb-pluggable.php on line 232

    Any help is apreciated, regards and thanks in advance

    #99938
    richfortune
    Member

    Found that there was a conflict with another BBPress integration tool. Removed the offending plugin via FTP. All is good now.

    #105038
    richfortune
    Member

    Found that there was a conflict with another BBPress integration tool. Removed the offending plugin via FTP. All is good now.

    #95076

    @tooltrainer – Closed topic issue is now fixed. Favorites and subscriptions should be viewable in your profile, and subscriptions trigger email messages on new replies. If these aren’t working for you, are normal WP emails working?

    @yutt – If you want it out sooner, lend us a hand. :)

    @darkwolf.it – Signature could possibly have room in bbPress core, since it’s an often requested feature and popular plugin. Will consider it. :)

    #37955
    pelisboule
    Member

    Hi everybody,

    I’ve looked around a little bit but was unable to find an answer to my question.

    I’d like to find a way to have an online payment on a forum (based on bbpress i think but i’m still open to other suggestions).

    Mainly, my goal is to be able to manage private secure sections on a forum which would be only for subscribers with an active account.

    Is such “solution” already existing ?

    Thanks a lot for your responses,

    #37954
    richfortune
    Member

    Hey Folks,

    I’m getting the following error when I try to log into my site via WP-admin.

    Warning: Missing argument 3 for bbpress_integration_set_bb_auth_cookies() in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

    Warning: Missing argument 4 for bbpress_integration_set_bb_auth_cookies() in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

    Warning: Missing argument 5 for bbpress_integration_set_bb_auth_cookies() in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 212

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 212

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 212

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/wordpress-26-and-bbpress-09-integration/bbpress-integration.php on line 95

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plug

    I’m trying to integrate a WPMU with bbpress…but am having difficulty with the setup. I really need to get this site live as soon as possible, so I’m torn between reverting to my old setup and leaving them as separate entities. Although I do like the idea of single sign-in.

    Can anyone help me resolve this issue?

    Cheers,

    Richard

Viewing 25 results - 38,651 through 38,675 (of 64,523 total)
Skip to toolbar