Search Results for 'bbpress'
-
AuthorSearch Results
-
December 13, 2008 at 3:06 pm #34319
In reply to: Group forums working yet not working
gogoplata
ParticipantI’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?
December 13, 2008 at 1:17 pm #34318In reply to: Group forums working yet not working
gogoplata
ParticipantAs Andy said they might, it looks like the bbPress team has bumped it up to Alpha 3 and updated the zip.
December 13, 2008 at 9:13 am #34312In reply to: Group forums working yet not working
net3s
ParticipantIt works with the last bbPress trunk and backpress.
December 13, 2008 at 4:30 am #34307In reply to: Group forums working yet not working
bearuser
MemberI keep getting a “backpress” error when trying to intall trunk bbpress.
December 13, 2008 at 4:25 am #34306In reply to: Group forums working yet not working
gogoplata
ParticipantI’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.
December 13, 2008 at 3:33 am #34305In reply to: Group forums working yet not working
Andy Peatling
KeymasterOkay – 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.
December 13, 2008 at 3:01 am #34303In reply to: Group forums working yet not working
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’.
December 13, 2008 at 1:51 am #34299In reply to: Group forums working yet not working
Burt Adsit
Participantwardeh 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.
December 13, 2008 at 1:03 am #34297In reply to: bbPress Force Login for Buddypress
Wardee
ParticipantThank you! I will give this a try! (Well, after I get the forums to work.)
December 13, 2008 at 12:16 am #34295In reply to: Group forums working yet not working
Andy Peatling
KeymasterFor 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?
December 12, 2008 at 11:08 pm #34294In reply to: Can I use WPMU 2.6.5 and bp-forums?
Arturo
Participantall 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?
December 12, 2008 at 9:25 pm #34292In reply to: Can I use WPMU 2.6.5 and bp-forums?
Arturo
Participantno, 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.
December 12, 2008 at 8:56 pm #34291In reply to: Group forums working yet not working
Wardee
Participantbebopcool: “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.
December 12, 2008 at 5:59 pm #34288In reply to: Group forums working yet not working
bebopcool
Participantwpmu 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
December 12, 2008 at 10:27 am #34271In reply to: Group forums working yet not working
net3s
ParticipantWhen 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/)
December 12, 2008 at 12:12 am #34266In reply to: Which version of bbpress to use?
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.
December 11, 2008 at 9:35 pm #34257In reply to: Which version of bbpress to use?
Andy Peatling
KeymasterIf 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.
December 11, 2008 at 9:17 pm #34256In reply to: Which version of bbpress to use?
zenseeker
ParticipantThanks 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.
December 11, 2008 at 8:25 pm #34255In reply to: bp-forums Installation Read-Me
Andy Peatling
KeymasterI missed a step. You must also enable “pingbacks” in the bbpress bb-admin. I’ve updated the instructions now.
December 11, 2008 at 4:07 pm #34250In reply to: Which version of bbpress to use?
Burt Adsit
ParticipantWell, 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.
December 11, 2008 at 1:27 pm #34248In reply to: Sitewide search
Michael Berra
Participantsorry, bbpress gave me an error and a couple minutes later all my “trying” showed up…
December 10, 2008 at 7:36 pm #34221In reply to: bp-forums is checked in
gogoplata
ParticipantGreat 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.
December 10, 2008 at 10:25 am #34211In reply to: bp-forums is checked in
Burt Adsit
ParticipantDamn. 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.
December 10, 2008 at 12:50 am #34208In reply to: BuddyPress and BBPress Integration
Simon
ParticipantLOL, 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
December 10, 2008 at 12:50 am #34207In reply to: BuddyPress and BBPress Integration
Simon
ParticipantLOL, 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
-
AuthorSearch Results