Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,226 through 49,250 (of 64,096 total)
  • Author
    Search Results
  • #73511
    grosbouff
    Participant

    Got this problem too and it doesn”t change anything when I re save the role map…

    With #1.0.2.

    #77769
    _ck_
    Participant

    “Easy integration with your blog” <- if that’s the biggest problem you have with what bbpress promises, you are doing great. I actually have a problem with two of the three words in the upper right hand corner of every page on bbpress.org due to 1.0

    Why is it hard to put a bbpress login box in wp? Pull up the bbpress login page in your browser, view the source and copy everything between <form... </form> and paste it into WP wherever you’d like and add a little bit of PHP code to detect if the user is logged in or not to offer them the form. 10 minutes tops.

    What are you using now for avatars in WP?

    Plugins are not hacks. Hacks are when you hack the core.

    Is the phpbb solution a clean copy of phpbb with plugins or is it’s core heavily hacked, hence cannot keep up with upgrades/security fixes easily?

    #77768
    DennisH
    Member

    Buddypress group forums run on bbpress. Besides, wp-united hooks into more than the user table.

    I would hope that Automattic would at the very least see where there is user demand and make some effort to fulfill that demand. After all it’s their users a developers that are responsible for their huge success. I guess I can understand them feeling that we give you the software for free so you shouldn’t complain, but those users/developers create, extend, promote and for the most part supply customers service for them.

    Nevertheless, statements like this can lead to the wrong impression:

    Easy integration with your blog

    WordPress and bbPress are siblings, and they get along together a lot better than you and your brother did when you were kids!

    I don’t think I’m alone in this. Just look at your tags.

    We have been able to pull off much of what I described here. We have integrated bbpress into our theme. We have converted phpbb forums posts and users and have integrated them. We have been able to list new posts in WP. We have been able to do about 75% of what we need so far. Avatars are still a issue. And I can’t see why it’s so hard to put a bbpress login box in WP.

    So its not that much of this can’t be done. I just fear with so many hacks it could be trouble down the road.

    #77767
    _ck_
    Participant

    As far as I know, bbPress adds no special abilities or requirements to BuddyPress, it’s simply able to use the usertable directly, so you in theory should be able to use your phpbb solution with BuddyPress too.

    You have to understand bbPress was never designed originally to deeply integrate into WordPress, only use the user-table. Deep integration was an afterthought – years after it was originally released and a mish-mash of legacy was established. Matt had a 180 degree turnaround on that process with bbPress 1.0 being rewritten to use BackPress instead. If WordPress ever is redesigned to use BackPress itself (don’t hold your breath, it could be years) deep integration could be even easier and much lighter weight.

    I’m not saying this to be mean or unfair, but very simply, if you don’t like something you see in bbPress 1.0, don’t adopt it now thinking it will change sometime soon, it won’t and you’ll only be very disappointed. bbPress development is quite obviously NOT developed around user requests, it’s developed around Automattic requirements. It’s the exact same thing for WordPress and nothing new policy-wise. Everything else is left to plugin developers.

    That said, I would stop using bbPress in heartbeat if they started throwing in many of the features that people are demanding be included as built in. I already have a big enough problem with many of the hardcoded “features” already.

    #31452
    melat0nin
    Member

    Hi all

    I’m looking into creating a kind of online consultation system using bbPress. The idea is that the body doing the consultation will create the topics which they would like people to give their views on/discuss, but they don’t want users to be able to create topics themselves.

    So, there’ll be a few subforums (one each for a project) and within them a few threads, say up to 10, each being a question or topic within the project that views are sought on.

    Here’s an example of the kind of thing I’d like to create: http://talklaw.co.nz/topic/are-you-being-watched

    (alas the software used for that site costs £14,000 and we’d like to do is F/OSS if possible!)

    Does this sound reasonably easy to set up with bbPress?

    #77766
    DennisH
    Member

    @_ck_: So are you using that phpbb3 integration?

    If it works so well, I am curious why you are here?

    It does work well.

    There are several reasons I’m here.

    First, although it has been recently taken over and updated that mod was abandoned for over a year by its creator . During the period it was MIA we where locked in and it was very had to upgrade to new versions of WordPress. It wasn’t compatible with 2.6. All that has changed recently and upgrading and installing is much easier. But, even though it is “under new management” I didn’t want to be held hostage by one developer.

    Second, I wanted a lighter site. Phpbb is great but it can be overkill sometimes.

    Third, at some point in the future we want to move to Buddypress. I thought moving to bbpress would get us ready for that next step.

    Forth, we are adding about 500 new members each month so if we where unable to move those users and posts it was better to start over now rather than later.

    Fifth, Although phpbb was well integrated in terms of users and themes there was still a sense of 2 different sites. I was hoping that because bbpress was made by the same people as WP we could better integrate both style and function.

    I knew going into this that WP-United was currently a better option, but I was willing to overlook those smaller details in order to be with a platform that would grow with us. Now my fear is that bbpress will grow in the wrong direction (if at all).

    PS

    I want to thank you personally. Your contributions are a main reason we decided to give this a try… and continue to try.

    PSS

    The reason I bring up WP-Untied is not because I want people to drop bbpress for phpbb. I bring it up as and example of what bbpress could be or at least inspiration for new plugins.

    #76468
    still giving
    Member

    Thanks. Sorry, that was my typo.

    I have ‘define( ‘BB_LANG’, ‘ja’);’. The language files are installed and they are recognized.

    I am trying to build in dual language support for the 1.0.1.

    Its seems that neither bbPress Language Switcher by _ck_ nor User Languages by alex work on v.1.

    Does anyone know if there is a work around for this?

    Manually, I can define either, say, ‘ja’ or ‘en_US’ … but it does not seem possible to do any switching at all, either via user admin or Switcher bar.

    I really am sorry to discover this as I was looking for dual language WordPress/bbPress integration and to be free of the bloated phpBB for ever.

    Thank you.

    #69746
    dudenas
    Member

    I confirm that after converting from phpbb 3.0.4 to bbpres 1.0.1 the user passwords don`t work anymore..

    _ck_
    Participant

    I just realized today if you are using a bunch of plugins that have their options stored in the bbpress meta, your query count has jumped on every page in bbPress 1.0.x

    Apparently 1.0 now has a reserved list of option names that are pre-loaded, instead of *all* of them like 0.9 could. Plugins have to add their desired names to the pre-caching option, which of course 100% of all pre-exisiting plugings are not aware of, so they all cause an extra query in 1.0

    This isn’t a magic bullet by any means but you can at least fix this behavior. There isn’t any flag you can turn on to cache all (that would be far too easy) but you can fool the routine by loading all the options before it gets around to it.

    Simply make the below into a mini-plugin, or right click here

    and save as _load-options.php in your my-plugins/ directory

    I strongly suggest you save it with a leading underscore so it auto-loads.

    <?php
    /*
    Plugin Name: Load Options
    */

    global $bbdb;
    $results = $bbdb->get_results( "SELECT meta_key, meta_value FROM $bbdb->meta WHERE object_type = 'bb_option' ");
    foreach ( $results as $options ) {
    wp_cache_delete( $options->meta_key, 'bb_option_not_set' );
    wp_cache_set( $options->meta_key, maybe_unserialize( $options->meta_value ), 'bb_option' );
    }
    ?>

    #69745
    DennisH
    Member

    I got the following error when converting:

    General Error

    SQL ERROR [ mysql4 ]

    Data too long for column ‘post_text’ at row 1 [1406]

    An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.

    I solved this issue. It was the © symbol in some of the posts causing the error.

    Another question: any ideas on redirecting perm links from the old phpbb to bbpress?

    #77763
    johnhiler
    Member

    A lot of those features do exist… although you’re not going to have much luck getting all those features/plugins to work on bbPress 1.0. bbPress 1.0 is a very new release, and most of the plugins won’t be upgraded until later this year.

    That said, I get the feeling that you would like WordPress and bbPress to interoperate more? I don’t just mean integrated signins – some of your points suggest that plugins would ideally work on both systems interchangably… I don’t think that’s on their product map. Even having more interoperability between the two themes systems seems pretty low on the bbPress priority list.

    It’s all good to have concerns about bbPress! I have many concerns myself. :-) I’m staying on bbPress for now, because it is the only option for a lightweight forum with a plugin model. I’m very concerned about the 1.0 path though, and am starting to think through whether or not I want to stay on the bbPress platform in the long term. So I especially appreciate hearing your concerns. :-)

    #77727
    johnhiler
    Member

    Could the URL be linked from somewhere as https?

    https://bbpress.org/forums/topic/https-vs-http-for-bbpress-url

    #77726
    arnet7
    Member

    bbPress is running on it’s own using php. No other software is being used. (no WordPress) Here are the server settings from my end ( I don’t know what the guy having problems signing on is running)….

    General server information:

    Operating system Linux

    Kernel version 2.6.9-67.0.22.ELsmp

    Machine Type i686

    Apache version 1.3.41 (Unix)

    PHP version 4.4.9

    MySQL version 5.0.67-community

    #77762
    DennisH
    Member

    @gardenfl: My main complaint would be that sifting through this site for solutions it is sometimes difficult to figure out version compatibility.

    Yes, searching for solutions is really frustrating. Like most people trying to decide if they should jump in I looked trough the plugins and other mods only to find out later many/most are out of date. Installing a older version of BB isn’t a real option when you want a forward looking cms. This is of course no ones fault (at least not the plugin developers), I am very thankful for what is there.

    @chrishajer: bbPress is not right for some people, but it’s just fine for a lot of others.

    But how do we define “a lot of others?” I think there are huge numbers of users out there looking for a truly integrated solution. I don’t see many people using bbPress as a stand alone community forum. There are other forum platforms that fulfill that need. I believe most of the adapters of BB will be users that want to integrate a forum into their current site. BB may be good for someone that just wants a support forum (or something along those lines), but the true market is site owners that want to add more community features…. and that means true integration.

    @johnhiler: I agree that bbPress lacks many social features… but that’s not really the scope of the project, which is more focused on forums? If there’s a specific feature you’d like to see, let us know in the forums!

    A forum is a “social feature.” Now that does mean it has to be Facebook, but it should have some basic features.

    These are some of the features I would love to see some day (I know some can be done with plugins and hacks, but I would like to see more “stable” solutions):

    bbPress “login box” in WP (with new private messages and profile link).

    Integrated bbPress in a WP page that strips out the bbPress header and footer (theme integration)

    Integrated Avatars

    Blog Comments listed in bbPress profile

    Current forum topics/replies in WP

    Integrated bbcode in WP comments

    Facebook Connect, Twitter, OpenID etc.

    I’m sure I can think of more, but those are the ones that come to mind.

    Here is a good list of features I would like to see:

    http://www.wp-united.com/features/

    The reason i decided to post this is to help voice concerns that may one day lead to a better BB and that will in turn lead to more developers and users. Not yet being knowledgeable enough to create these add-ons myself my voice is all I can currently contribute. Although, I soon hope to share how I overcame some of these issues and provide some inspiration and tips for others. :)

    #77818
    Detective
    Member

    I use this on my site to login via wpmu and get redirected to bbpress:

    add_action('bb_init', 'bp_redirect_registration');
    function bp_redirect_registration() {
    if (strpos($_SERVER['REQUEST_URI'], 'bb-login.php') !== false) {
    $ref = wp_get_referer();
    wp_redirect('http://ryuuko.cl/wp-login.php?redirect_to=' . urlencode($ref));
    }

    if (strpos($_SERVER['REQUEST_URI'], 'register.php') !== false)
    wp_redirect('http://ryuuko.cl/register');

    if (strpos($_SERVER['REQUEST_URI'], 'profile.php') !== false) {
    if (bb_is_user_logged_in() && isset($_GET['id']) && isset($_GET['tab'])) {
    $user = bb_get_current_user();
    if ($_GET['tab'] == 'edit' && $_GET['id'] == $user->ID)
    wp_redirect('http://ryuuko.cl/members/' . $user->user_login . '/profile/edit');
    //TODO: see how to handle moderators editing user profiles

    }

    }
    }

    of course, it’s not complete yet (check out the TODO). But it works OK.

    #77817

    Not if they register that way. The register link will always take them back to WPMU if you use the redirect, however if you have an inline login form (like they do on the top of this forum) then it’ll work fine.

    But yeah, registrations will kick you back to the main WPMU site, I think.

    #76756
    batrachoid
    Member
    #76755
    brad_langdon
    Member

    Hi everyone,

    I am about to build a new forum for a client. What are the new main features in version 1.0?

    Do you still need to install a heap of plugins to allow PM’s image posting etc?

    mrroboto
    Member

    Hi

    I’ve just installed the new version of BBPress and followed the instructions to integrate

    it with WP.

    When I log in and click on Admin I just get a plain text page, where my only options

    are to choose the template. So basically I can’t go any further with this install…

    Does anyone have a way to fix this please

    #31447
    Luke3115
    Member

    Hi I have a problem and was hacked. How do I completely remove it from my domain. I can’t even access my wp-admin or anything.

    I am kind of a noob also when it comes to coding so if someone could help explain the removal process I would greatly appreciate it. Thanks a bunch guys.

    #76626
    johnhiler
    Member

    Role Manager only works on version 1.0 and up…

    _ck_ just wrote a plugin last week that removes the ability for moderators to see IPs anywhere in bbPress:

    https://bbpress.org/forums/topic/how-do-i-remove-the-posters-ip-address-from-the-post-display#post-55575

    Just stick it in a plugin information wrapper:

    https://codex.wordpress.org/Writing_a_Plugin#Standard_Plugin_Information

    And you should be good to go!

    #77761
    gardenfl
    Member

    I like the simplicity of BBPress. My forum is pretty active and simplicity gives me better performance.

    And I am grateful to the volunteers working to improve BBPress.

    My main complaint would be that sifting through this site for solutions it is sometimes difficult to figure out version compatibility.

    #77816

    Thanks a lot! Talk about a quick response!

    Is there any way to have it so after login, it will direct you to the original page in which you were on? When I login, it just sends me to the main WordPress domain instead of redirecting me to the original forum page that I was on.

    Ideally this is what happens

    BB clicks Login/Register > Forward to WPMU Login/Register > Authenticated at WPMU > Redirected back to original page.

    At the same time, if someone does a login at the WMPU area, it would put them back to where they came from.

    Is this possible?

    #77815

    Put this in your forum’s .htaccess for a simple way:

    Redirect 301 /forums/register.php http://yourdomain.com/wordpressmu/wp-login.php?action=register
    Redirect 301 /forums/bb-reset-password.php http://yourdomain.com/wordpressmu/wp-login.php?action=lostpassword

    I’m using it on my WP/BB and WPMU/BB/BuddyPress sites :)

    #31446
Viewing 25 results - 49,226 through 49,250 (of 64,096 total)
Skip to toolbar