Search Results for 'bbpress'
-
AuthorSearch Results
-
September 2, 2009 at 3:20 am #51903
In reply to: HELP I CAN'T POST! – README
John James Jacoby
KeymasterThat’s a good question. Can you login with your old account on any other *press website? bbpress.org, wordpress.org, etc?
September 1, 2009 at 10:40 am #51871In reply to: BuddyBar for bbPress
Sven Lehnert
ParticipantThere is a bug in the deep integration script
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/your/absolute/path/to/wordpress/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK†);
header( “Status: 200 All rosy†);
It looks like everything is working fine, but a user from the german buddypress forum ( mt ) find out, that wordpress overwrites the buddypress header and so there comes header 200 back and often it is a 302 or even a 404.
this is the new script from mt.
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/your/absolute/path/to/wordpress/wp-config.php’ );
$wp->init();
$wp->register_globals();
I post it hire because I think it must be interesting for everyone. In fact it is really important for seo and the german forum is far away from hire…
August 30, 2009 at 1:06 am #51747In reply to: New Groupblog Plugin
abcde666
Participant– can I have a Group-Blog instead of the BBPress-Forum ?
– I would like to disable User-Blogs for each single user, but instead have a Group-Blog using P2-theme. Does this work with your plugin ?
– Is your plugin compatible with BP-version 1.1 ?
– what is the difference from your Group-Blog-plugin compared with the one from Burt ?
https://wordpress.org/extend/plugins/bp-community-blogs/
Many thanks,
August 29, 2009 at 4:56 pm #51732In reply to: Help with Upgrading my Site
r-a-y
KeymasterIf you have bbPress installed, you should double-check to see if your BP group forums work.
Post in bbPress in a BP group forum and see if that post appears in BuddyPress and vice versa.
Also if you used any BP widgets, remove and re-add them since the widgets API in WPMU 2.8 changed.
Lastly, check to see if your 3rd-party BP plugins work (if you have any installed).
August 29, 2009 at 9:33 am #51717In reply to: BuddyBar for bbPress
matthijsv
ParticipantAny updates on compatibility with BP1.1? I’ve installed the latest bleeding version of BP but when including the wp-blog-header.php I now get a blank screen at the forums.
Any idea’s?
August 29, 2009 at 4:02 am #51710In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterLriggle, tracking down cookie issues can be a huge pain. If you’ve got everything else lined up, then it’s possible it could be an XMLRPC issue or another plugin causing a conflict, both of which are tedious. Good luck!
August 28, 2009 at 11:12 pm #51706In reply to: BuddyBar for bbPress
Lriggle
Participant@ John James Jacoby
Thanks for the info! I’ve verified that all my Keys and Salts are the identical, and double checked that the deep integration code given here (https://wordpress.org/extend/plugins/buddybar-in-bbpress/installation/) has the correct path.
I’m not sure where else to check for cookie issues.
I’ll look into the redirection plugins for my other issue.
Thanks!
August 28, 2009 at 5:57 am #51668In reply to: Forum Integration: HELPING HINTS
elishevadpw
ParticipantTrent,
I have followed until step 7 but i could not find where i can turn off or turn on the discussion enabled.
Under “enable comment wire” there is this:
Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.
August 28, 2009 at 4:56 am #51664In reply to: BP Avatars (and nothing else!) in bbpress… possible?
gerikg
ParticipantYes,
Open post.php replace
<?php post_author_avatar_link(); ?>with
<?php echo bp_core_get_avatar( get_post_author_id() ); ?>August 28, 2009 at 4:50 am #51663In reply to: BP Avatars (and nothing else!) in bbpress… possible?
alexduvot
Participantanyone has a working plugin or instructions
August 27, 2009 at 5:53 pm #51641In reply to: White Screen of Death
adyba
ParticipantPaul,
The URL where I’m testing the BP is http:// mysupport.byethost13.com it is shared hosting where each subdomain that belongs to my account looks like root. All root files must be uploaded into \htdocs folder that pretends to be root.
Once installed, only the core Blog is fully available. Users (user1, user2) have created their blog(s). Posts are accessible by Site Wide Activity/Wires but no permalinks expect the main blog are accessible. Thus no user nor admin personal blogs (comments) aren’t accessible.
My hosting program allows the .htaccess. The links to the missing elements seems to be OK. It properly generates addresses like http://mysupport.byethost13.com/personal/2009/08/27/hello-world-2/ but it is empty.
The /wp-content/blogs.dir contains strange sub-folder structure
/wp-content/blogs.dir/1/files/avatars/2(4) where two and four is a Id of users that have
uploaded their avatar. Gods know what does it mean the 1 in the root.
For testing purposes I have created your account (Id 4) JDPaul/password. I just wanted to test the BP abbility to access/write the folder. Avatar was uploaded.
My conclusion:
1) BP is talsk to MySql
2) tld/blog works as expected
3) All site.tld/users links + site.tld/groups seems to be fine
4) At least part of the BP code can write the blogs.dir folder
5) For some reason site others blog permalinks site.tld/user1, site.tld/user2, site.tld/personal do not work.
Please feel free to log-in and play. I believe we both need a computer aided check list

1. Which version of WPMU are you running?
WordPress MU 2.8.4.
2. Did you install WPMU as a directory or subdomain install?
directory
3. If a directory install, is it in root or in a subdirectory?
root as much it can be on shared host
4. Did you upgraded from a previous version of WPMU? If so, from which version?
no
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
there was no trafic
6. Which version of BuddyPress (BP) are you running?
BP 1.0.3
7. Did you upgraded from a previous version of BP? If so, from which version?
no
8. Do you have any plugins other than BuddyPress installed and activated?
no
9. Are you using the standard BuddyPress themes or customized themes?
standard – works fine
10. Have you modified the core files in any way?
no
11. Do you have any custom functions in bp-custom.php?
no
12. If running bbPress, which version?
not yet
13. Please provide a list of any errors in your server’s log files.
August 27, 2009 at 3:10 pm #51637In reply to: Can't create groups
andisites
ParticipantI take it back. I can add groups from within wp-admin, but they don’t show up on the BP site. Is this an issue with this part of 1.1 not being ready yet? I also can’t get forum integration to work…when I try to navigate directly to my bbPress admin, it takes me to another install I did on a completely different domain. Weird.
August 27, 2009 at 4:22 am #51619In reply to: Can't create groups
andisites
ParticipantI’m having a similar problem. Just did a fresh install with WordPress MU 2.8.4a and the trunk version of BuddyPress 1.1. Also installed bbPress via the WP admin panel. Went through all the setups for BuddyPress (General, Components, Forums), but when I go to the Profile Field Setup it tells me I don’t have any groups. When I try to add one, it returns the message, “There was an error saving the group. Please try again.” If I try to add a group directly via the site, I get the message (in a big scary red bar), “There was an error saving group details, please try again.”
I noticed that the database only has one table with the wp_bp prepend (wp_bp_activity_user_activity_cached). Another install I did (based on WMU 2.8.2, BuddyPress 1.0.3, and current bbPress) resulted in a database with a gazillion wp_bp tables. Is that the problem, and if so, how do I get those tables? And if not…wassup? Having groups is kinda the point, after all.
Otherwise, I’m looking forward to skinning the new template framework (ONCE, rather than twice). Thanks for your patience with a relative BP newbie…
August 25, 2009 at 11:38 pm #51569In reply to: Members, Groups and Blogs style sheets not working
Dworldon
ParticipantDJPaul
Sorry, details are:
1. Which version of WPMU are you running?
2.8.4
2. Did you install WPMU as a directory or subdomain install?
Directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgraded from a previous version of WPMU? If so, from which version?
Yes, 2.8.1
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
Yes
6. Which version of BuddyPress (BP) are you running?
1.0.3
7. Did you upgraded from a previous version of BP? If so, from which version?
Yes, 1.0.1.
However, I could not get the auto upgrade function to work through the WPMU plugins browser, so I manually deleted all the BP1.0.1 and installed BP1.0.3.
BP1.0.1 was working correctly before installing BP1.0.3.
8. Do you have any plugins other than BuddyPress installed and activated?
No
9. Are you using the standard BuddyPress themes or customized themes?
Standard
10. Have you modified the core files in any way?
No
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version?
Not running
13. Please provide a list of any errors in your server’s log files.
Error log is empty.
August 25, 2009 at 10:23 pm #51566In reply to: page not loading: http://buddypress.org/forums/
Jeff Sayre
ParticipantWell, it seems that the tinyMCE (or whatever Javascript WYSIWYG Editor these bbPress forums were using) may have been causing the issue. It has been removed from the posting and editing panel and now I have no issues–especially the really annoying “strong” tag inserting issue that WebKit-based browser users experienced.
I can live without the convenience of quicktags. I’m very glad that I no longer have to deal with the “strong” tag issue.
August 25, 2009 at 10:17 pm #51564In reply to: Only admin can create a group!
newbie999
ParticipantThank you for the response! I’m a total newbie at buddypress/wordpress mu/bbpress. Would you be able to provide some additional details as to how I can accomplish the 2 suggestions you provided, so I can head in the right direction? I’m not quite sure where to start. I’m using the bphome/bpmember themes.
August 25, 2009 at 8:54 pm #51558In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterAt lriggle; Your first issue sounds more like a cookie issue between BuddyPress and bbPress. Logging through bbPress isn’t giving you the correct cookies for WordPress/BuddyPress to recognize you as logged in. You’ve got some kind of one-way communication going on, and that can be hard to track down. Start by checking your bbPress integration settings and go from there?
The second issue is just a login screen thing. If you click the login link on the buddybar anyways, it will just direct you to the WordPress login page, which will dump you back at the blog root by default. There are other redirection plugins for WordPress and WPMU that will help with this.
August 25, 2009 at 4:35 am #51529In reply to: BuddyBar for bbPress
tmcandle
ParticipantThis is probably going to sound stupid, but I copied and pasted the example code from the readme and (as it is late) I did not notice there were single quotes around the whole thing. Not sure why they are there but I ended up grabbing the bottom one unknowingly and it took me a bit to realize it was why I was getting a parsing error.
But now all is well and as soon as I can find a bbPress version of the default buddypress template I am golden.
Thanks for this it is a huge help to provide integration.
August 24, 2009 at 11:39 pm #51524In reply to: New Groupblog Plugin
newbie999
ParticipantHello. I’m a newbie and just created a test site up with buddypress/wordpress/bbpress. Everything looks good. I installed this plugin and followed the directions. However, when I activate it, I get this error:
Fatal error: Class ‘BP_Group_Extension’ not found in /home/ieconnec/public_html/isocal/wp-content/plugins/bp-groupblog/bp-groupblog-classes.php on line 105
I’m running buddypress 1.0.3 and wordpress mu 2.8.4a. Any help you can provide will be much appreciated. I would like to be able to use this plugin.
August 24, 2009 at 6:08 pm #51506chrisknade
ParticipantHi Guys
Sorry to come back to this after a while but, its literally just the name change of the domain Im wanting. Fortunately nothing like the location of the database or folder names etc are changing, so Im ok just to use Jeff’s recommendation and do the domain part of the Changing site url?
Cheers
Chris
August 24, 2009 at 2:39 pm #51485In reply to: BuddyBar for bbPress
Lriggle
ParticipantHi Guys!
I’m also having 2 niggling issues with this plugin. 1) If I’m logged out of wordpress AND bbpress, and I log into bbpress, the buddybar doesn’t change from the logged out status. If I click the login link on the buddybar through the forums and log in, it redirects me back to the blog homepage, not the page I clicked from.
Here’s what I’m running…
WPMU 2.8.2
Buddypress 1.0.3
bbPress 1.0.1
Thanks!
August 24, 2009 at 11:47 am #51479In reply to: Error creating groups
mistermachine
ParticipantCannot create groups.
There was an error saving group details. Please try again.
I wish I got to step 4. I’ve been on step one all day. Not sure how to resolve this. I have no other plugins installed, besides the base needed for bbPress integration. I’ve been over and over this process with no luck.
August 24, 2009 at 11:40 am #51478In reply to: Ajax areas not working correctly
mistermachine
ParticipantHey Guys
This sounds similar to my problem. I have been trying to set up groups for a while now with no luck. Groups haven’t worked from install, which was something I though would clear up as I proceeded with integration, but no go.
http://5planes.mistermachine.com/network/
It looks the page is trying to load an incorrect ajax url. It seems to be adding extra sub-directory to the path name.
http://5planes.mistermachine.com/network/network/
I checked and rechecked the wp-config file with no luck.
Attempts to add new profile information also seems to error out.
Other than these two errors the rest of the site works great! If anyone can help that would be great.
BuddyPress 1.03 and WordPress MU 2.8.4a and bbPress 1.0
August 24, 2009 at 11:38 am #51477Paul Wong-Gibbs
KeymasterThere’s no end user or developer documentation yet.
August 24, 2009 at 9:42 am #51441Sven Lehnert
ParticipantThanks for the replay,
It’s working now.
@ Nicola, I want to know more details. Where can I find the Information about the changes in 1.1 Is there a special place I have to look for ?
-
AuthorSearch Results