Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 7,351 through 7,375 (of 7,401 total)
  • Author
    Search Results
  • #34319
    gogoplata
    Participant

    I’ve been working on this all morning but haven’t had much luck so far using trunk WPMU and the new zip bbPress. I have the users integrated between WPMU and bbPress but can’t get the cookies/SSO to work. Anyone else get it setup yet?

    #34318
    gogoplata
    Participant

    As Andy said they might, it looks like the bbPress team has bumped it up to Alpha 3 and updated the zip.

    #34312
    net3s
    Participant

    It works with the last bbPress trunk and backpress.

    #34307
    bearuser
    Member

    I keep getting a “backpress” error when trying to intall trunk bbpress.

    #34306
    gogoplata
    Participant

    I’ve been trying to install bbPress using the trunk but I can’t get it to work at all – the forums just load white/blank instead of the installer. I’ve installed and integrated the 1.0 Alpha zip no problem but have had no luck with the latest revision, including manually.

    #34305
    Andy Peatling
    Keymaster

    Okay – are people downloading the alpha zip of bbPress form bbpress.org?

    If so – it will not work, as it does not contain some needed new functions in the trunk.

    I’m talking with Sam and he is going to update the zip file to the latest. For now – please check out bbpress trunk for subversion and use that. Let me know if that works.

    #34303
    Burt Adsit
    Participant

    @wardeh, bearuser

    I’m having the same problems. The forums aren’t getting created because bp tries to go verify and get an url to use from bbpress. bbpress is reporting 404 for me when bp (actually mu) tries to get that url from bbpress. It’s the url in group forums admin screen.

    On a dev machine I’ve got running everything works fine. On the live server it doesn’t because of that. Still trying to debug it. If anyone wants to lend a different perspective the failure is in:

    function discover_pingback_server_uri($url, $deprecated = 2048) {

    $pingback_str_dquote = 'rel="pingback"';

    $pingback_str_squote = 'rel='pingback'';

    /** @todo Should use Filter Extension or custom preg_match instead. */

    $parsed_url = parse_url($url);

    if ( ! isset( $parsed_url ) ) // Not an URL. This should never happen.

    return false;

    $response = wp_remote_get( $url, array( 'timeout' => 2, 'httpversion' => '1.1' ) );

    if ( is_wp_error( $response ) )

    return false;

    if ( isset( $response ) )

    return $response;

    // Not an (x)html, sgml, or xml page, no use going further.

    if ( isset( $response ) && preg_match('#(image|audio|video|model)/#is', $response) )

    return false;

    $contents = $response;

    [snip] and other junk beyond that…

    That lives in /wp-includes/comment.php

    The param $url is fine. It’s what is in the group forums admin screen. The point of failure is when it gets a $response back from wp_remote_get(). It gets 404. So functions higher up the food chain that eventually call this think that there isn’t a ‘pingback server uri’. So nothing happens. No forum creation. No forum, no topics. No nothing.

    That’s as far as I’ve gotten with this. Usually explaining it makes it clearer but not this time. Gotta go delve into bbpress and see why it’s returning 404 for a simple ‘gimme the header and your html for the url where you live’.

    #34299
    Burt Adsit
    Participant

    wardeh and others,

    there is a little link to an .htaccess file you need to put in the bbpress directory. In bbpress settings > general settings > pretty permalink types you’ll see a notice that you need to create a .htaccess file with a link to ‘privided here’. Cut and paste, send it up to your bbpress root directory.

    bbpress needs a .htaccess file for apache if you are running permalinks and not the xxx.php?something type of url.

    #34297
    Wardee
    Participant

    Thank you! I will give this a try! (Well, after I get the forums to work.)

    #34295
    Andy Peatling
    Keymaster

    For people that it is not working for: Are you sure the new user you created in bbpress for BuddyPress to use has admin privileges in bbPress? Basically the account that you enter into site admin > group forums?

    #34294
    Arturo
    Participant

    all is possible :) but Andy in the readme say wpmu 2.7 or trunk and same for bbpress.

    p.s. Oh Nicola e tu anzicche’ chiedere qui chiedi su http://www.buddypress-it.it che e’ il sito di supporto italiano no?

    #34292
    Arturo
    Participant

    no, you can use the trunk of wpmu and the same of bbpress, or wait for the wpmu 2.7 and the beta of bbpress 1.0.

    #34291
    Wardee
    Participant

    bebopcool: “i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile (it gives a 404 error on every user imported from wordpress)”

    That’s what happens to me, too.

    The forums are with the groups now, but no posts can be added.

    #34288
    bebopcool
    Participant

    wpmu trak version 1574

    bbpress 1.0 alpha 2

    buddypress 658

    pb with cookie integration between bbpress and wordpress

    i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile

    (it gives a 404 error on every user imported from wordpress)

    it tried to use the bbpress integration function that allows to give a role to wordpress users :

    the new forumbdpress is put as an administrator in wpmu

    but he does not appear as an administrator is bbpress

    surely those pb are not directly linked with your plugin

    but it makes it working not properly :

    the groups forums seems to be created but

    i cannot create topics in groupes forums

    #34271
    net3s
    Participant

    When I create a group with forum, its creating a forum on http://ninofonline.be/bbpress/.

    But i can’t post a topic. (http://ninofonline.be/)

    #34266
    Burt Adsit
    Participant

    @zenseeker, ok here’s the mu trunk link:

    http://svn.automattic.com/wordpress-mu/trunk

    Balance? Balance?! What balance? Alphas, betas and trunks (all together now) Oh, My!

    I’m getting goofy. Gotta lay off the caffeine.

    #34257
    Andy Peatling
    Keymaster

    If you don’t want to mess with trunks, then wait a week or so until WPMU 2.7 is out. Then you can download that, and use the bbPress 1.0 Alpha zip download.

    #34256
    zenseeker
    Participant

    Thanks for the clarification. I didn’t know that mu had a 2.7 yet. I’ll try and google for it, but can you post where the trunk is just in case I don’t find it? All these betas and alphas and trunks, I feel like I’m walking a tight wire. But, all it takes is balance, right? I’m just happy to find something that keeps getting closer to what I’m looking for in a social site.

    #34255
    Andy Peatling
    Keymaster

    I missed a step. You must also enable “pingbacks” in the bbpress bb-admin. I’ve updated the instructions now.

    #34250
    Burt Adsit
    Participant

    Well, if you want the bp forums for groups then you have to be running at least bbpress 1.0 alpha 2 and mu 2.7 trunk. The alpha part on bbpress isn’t as scary as it sounds. The release cycle on bbpress is pretty slow and it seems to work just fine.

    Until yesterday I was running bbpress 1a2 and mu 2.6.2 with integration turned on. Now I’m at bb r1860 (1.0 alpha 2+), bp r654, mu 1571 (2.7). Today I get to turn on group forums.

    You’re not the only one who isn’t ready. Launch date 1/1/09. Minimum 18hr days until then. :D

    #34248

    In reply to: Sitewide search

    Michael Berra
    Participant

    sorry, bbpress gave me an error and a couple minutes later all my “trying” showed up…

    #34221
    gogoplata
    Participant

    Great news Andy, I’ve updated to the latest trunk and am eagerly awaiting the readme so I can setup the forums.

    I assume we’re to use bbPress 1.0? I’ve installed and integrated 0.9.X currently but will switch to 1.0 if that’s what BuddyPress will be using.

    #34211
    Burt Adsit
    Participant

    Damn. It’s 5a EST in the States. I’ve been up all nite fooling around with geocoding and googlemapping posts. I should have checked the forums 2 hrs ago. Well, it’ll be here when I get up now won’t it?

    Thanks Andy. You know we’ve all been waiting (im)patiently for the forums component. I was reading the SVN log for bbPress. I don’t normally do that or even keep up with the revs on bbPress. Just wasn’t that important until today. It says that Sam has solved some integration problems between bbpress and wpmu. Ya, I’d surely love to see that.

    Cookie & session keys that are under documented, admin user accounts disappearing, new users having ‘inactive’ roles, docs that are just plain wrong, _ck_ running around trying to help and put out fires. I don’t even remember all the headaches. Am I just tired or did that sound like you were saying I had to do all that again. Really?

    I’m going to bed. So should you. One of us is hallucinating. Dreaming. You gonna write docs for that process? Dreaming, he’s dreaming.

    I should be.

    #34208
    Simon
    Participant

    LOL, yeah, sorry… overlap! I saw the wire post on the testers group right after I hit submit here on the forum ;-)

    Looks FAN-BLOODY-TASTIC… You’re a legend! Can’t wait to see it in the build :-D

    #34207
    Simon
    Participant

    LOL, yeah, sorry… overlap! I saw the wire post on the testers group right after I hit submit here on the forum ;-)

    Looks FAN-BLOODY-TASTIC… You’re a legend! Can’t wait to see it in the build :-D

Viewing 25 results - 7,351 through 7,375 (of 7,401 total)
Skip to toolbar