Forum Replies Created
-
Not a problem. We all overlook things.
Drupal does have comparable social networking tools and is worth considering. It is more of a “proper CMS”, but also considerably more difficult to configure properly.
I’d recommend against Joomla if for no other reason than they don’t have an upgrade path. They have fewer extensions available, and more of their extensions cost money. I also wasn’t a big fan of the social network tools available.
In the end, I went with WordPress because I love how easy it is to update, and how easy it us to update all my plugins. I looked at Mingle, WP-Symposium and Buddypress. Of the three, Buddypress had the most features and plugins, and seemed to have the most developer support.
I think it is the best tool out there for building a social network personally, but your mileage may vary.
I don’t believe there are many options for it. But under the Buddypress menu you should see components, and you can turn the forums on and off from there.
Both BP 1.2.9 and BP 1.5-beta-1 come with bbPress integrated. And both support pointing to an external bbPress install.
Are you having an issue that is leading you to believe that bbPress isn’t there?
@4ella you have the Buddypress plugin folder named 1.5-beta-1. Rename that folder to Buddypress.
1.5 isn’t even released yet. Many plugins will need to be updated, but you can’t really expect people to update those plugins until they’ve had a time to test against 1.5 for compatibility.
It doesn’t look like permalinks aren’t working correctly.
http://d34thst4lker.com/register/ works
http://d34thst4lker.com/members/ works
http://d34thst4lker.com/members/d34thst4lker/ worksBut the link to your profile is http://d34thst4lker.com/d34thst4lker/
Did you change your permalinks setting as well as using the .htaccess settings aces recommended?
You may need to copy over some files from bp-default theme to your theme to make things fully work properly. From trunk you probably want to copy over:
buddypress/bp-themes/bp-default/activity
buddypress/bp-themes/bp-default/blogs
buddypress/bp-themes/bp-default/forums
buddypress/bp-themes/bp-default/groups
buddypress/bp-themes/bp-default/members
buddypress/bp-themes/bp-default/registrationall to your theme folder
Do you have Buddypress 1.2.9 uploaded at the moment, or Trunk (1.5)? Because this should be fixed in Trunk.
So we’re making progress. That’s good. Which error are you seeing now?
Plugins that aren’t working currently:
bp-profile-privacy
bp-privacy
Achievements
bp-linksThe file may not exist for you yet. You can set PHP options per folder with a php.ini file. If you put it in the root of your WordPress install, it will also change all the subfolders as well.
You can create a text file named php.ini and just put in it:
allow_call_time_pass_reference=true
And then upload that to the root of your WordPress install, and try install Buddypress again. Here is some documentation on php.ini files:
http://php.net/manual/en/configuration.file.php
If you want a template php.ini file with all the possible changes/settings you can make, you can find one here:
http://svn.php.net/viewvc/php/php-src/trunk/php.ini-production?view=co
Brajesh has released a BP 1.5 compatible version of bp-gallery
I’m not that familiar with this error, but it looks like you might be able to also set:
allow_call_time_pass_reference=true
in your php.ini file
I’d delete the Buddypress folder then, which will deactive the plugin. That should get you back into your Admin Panel.
You can download trunk here:
What version of WordPress are you running, and which version of Buddypress are you uploading?
I’ll test this on 1.5 tonight. And if the page titles are messed up, I’ll try your function.
@igeekout when you say current, do you mean 1.5 or 1.2.9?
For one of my sites, I’m going to need to use custom post types and I was planning on running with 1.5 beta if I could.
So as BP adds support for bbPress 2.0, they’re going to building a framework for supporting custom post types.
Isn’t BBPress 2.0 built on custom posts?
Brajesh’s bp-gallery will support image tagging in a future release, but it does not do that today.