Search Results for 'buddypress'
-
AuthorSearch Results
-
November 1, 2009 at 11:18 am #55597
John James Jacoby
KeymasterBuddyPress doesn’t modify any WordPress tables or data. It does add a few entries to your _options though. The easiest way to “uninstall” BuddyPress is to drop the tables it creates when it installs. They usually start with “wp_bp_”.
Very few WordPress plugins have a real “uninstall.” Most of them pollute the WordPress tables with their data and when you deactivate and delete that plugins files, their settings and data still remain in the database. It took me a while to get used to that too, coming from a world where if you don’t need something, you get rid of it; But it doesn’t hurt anything keeping it there, and it even helps sometimes if you decide to revisit a plugin that you deleted 6 months ago.
In the coming weeks I may write a plugin to import existing blogs into the wp_bp_* tables, but the risk with that kind of thing is just like any other aggregator, it will be a very heavy routine that goes through all users, all blogs, all posts, and all comments, and feeds them into the BuddyPress tables for future use.
November 1, 2009 at 11:10 am #55596In reply to: group slugs when i18n environment
John James Jacoby
KeymasterNo one is forcing you to use WordPress and BuddyPress, and if it doesn’t suit your particular needs then it isn’t the right tool for the job, and that’s okay.
Multilingual blogging and content management is a relatively new need, and as more people speak up and help out in areas of need, things like this eventually do make it into the core product
Remember that there are very few people that can do multilingual development, and even less that can do it well. It isn’t that no one cares, it isn’t due to lack of funding (you mean people get paid to do this?
), it isn’t because the need isn’t obvious, it’s because things are prioritized in the order that the WordPress community votes on, and for 2.9 the votes said media was the top priority. We’ll get there, I promise. But before we can do that, we need to finish some of the work we’ve already got first.
November 1, 2009 at 10:52 am #55593John James Jacoby
KeymasterSounds like you need to activate BuddyPress to me.
November 1, 2009 at 10:50 am #55592In reply to: Cannot change avatar
John James Jacoby
KeymasterYou need a subversion client. For Windows I recommend TortoiseSVN. It’s a way to check out the “bleeding edge” code that includes all spot fixes and patches to current versions.
If you ignore empty lines and white space changes, check https://trac.buddypress.org/changeset/2069 for all of the edits I made tonight to the avatar upload and display process.
November 1, 2009 at 10:10 am #55590In reply to: "Auto Group Join" plugin added
arjdan23
ParticipantHi, that was my error. Plugin auto group join works fine with buddypress 1.1.2
thanks
November 1, 2009 at 10:07 am #55589gazouteast
ParticipantHave upgraded WPMU to 2.8.5.2
First thing I noticed – no BuddyPress menu in the site Dashboard at wp-admin
Second thing I noticed =
Fatal error: Call to undefined function bp_page_title() in /home/serveruser/public_html/wp-content/themes/bp-sn-parent/header.php on line 9 (white screen of death on home page)
November 1, 2009 at 10:00 am #55588In reply to: wp-signup.php is a blank page
John James Jacoby
Keymaster@Porscheheritage, if you’re comfortable with SVN, you can try the trunk version.
Or, apply the fix from here.
November 1, 2009 at 8:51 am #55586John James Jacoby
KeymasterThe reason my avatar appears in WPMU is because it’s picking up my Gravatar in those places.
If WPMU is also having an issue with uploads, then I reckon this is probably not a BuddyPress issue (yet.)
November 1, 2009 at 8:09 am #55582In reply to: Unable to create groups or forums
joafruit
MemberHi there, thanks for engaging with my problem. After I go to the buddypress
Create New Group page, go through the process of putting in a group name, description, selecting options about group forum and comments etc, then upload an avatar, select users to invite and click Finsh… then I am redirected to the beginning of the process and if I go to the Groups page – there are still no groups created.
November 1, 2009 at 8:02 am #55580still giving
ParticipantI have looked but have had no luck with this at all. I cannot see at all where Buddypress keeps its list of recognised blogs.
To add to this, I have also discovered that both WPMU and Buddypress seem to suffer from this disease … so it might be more WPMU related. I found older blogs and posts which should have been deleted still existing in my database.
That is just a guess though.
Is there a good way/plugin to clean out all inactive cruft from WPMU/Buddypress? Does BP even have a working uninstaller? I might have to rebuild from scratch … which I was trying to avoid.
November 1, 2009 at 6:27 am #55573In reply to: Translating, but already old translation avaible
John James Jacoby
KeymasterIf the dutch language pack comes with both po’s and mo’s, then you can rescan the buddypress directory with poedit, update the database from the source, and then proceed with your changes.
If not, then you’re sort-of out of luck I think. I haven’t found a tool to merge an existing mo into a new po, so it would be a manual process of copy and pasting each preexisting translation.
November 1, 2009 at 5:29 am #55570gazouteast
ParticipantThanks Xevo – just had a nosy at the groups here on BuddyPress and noticed all of them are using the generated avatars – wonders if that’s due to buddypress.org actually having the same problem, or if it’s because no-one bothered trying the custom avatar upload?
Edit to add – have joined 3 groups here on buddypress.org – the group avatars do not display in my profile groups list (just display a small 60×60 ? grey box with text link for “Group Avatar” in it.
Also sent friend request to JJJ in case that’s what is needed to send PM – my profile friends list shows no friendship accepted and pending shows no request sent, despite the screen showing confirmation at the time of requesting – will try it again
—
Another edit to add – the friendship thing with JJJ has straightened itself out (server lag?) but still cannot PM him – same error as stated above.
November 1, 2009 at 4:21 am #55564Xevo
ParticipantYour avatar problem is probably because of the file itself. What kinda file do you upload? If it’s some kinda rare file like .raw then it’s obvious it wouldn’t work. If you could, also place the specs of the image, like if it’s cmyk/rgb, how many bits, the size of the image and wether its transparent or not.
Right now Buddypress has to be in the same database as wpmu, I heard they might make it possible to put into another database later in development.
And while your at it, could you make me some coffee too? Haven’t slept for 22 hours..
November 1, 2009 at 4:20 am #55563In reply to: Unable to create groups or forums
John James Jacoby
KeymasterDisabling the admin bar doesn’t change any functionality of BuddyPress. If you have groups enabled, and your theme gives you a path to the create groups pages, then you can create groups. What you’re looking for is in the userbar.php and optionsbar.php files within the bp-sn-parent directory.
If you’re using a custom version of bp-default, click on your own profile, click on “Groups” and then “Create Group”
Do you have groups enabled? What error message(s) do you receive? What is stopping you exactly from creating a group?
November 1, 2009 at 3:39 am #55560Xevo
ParticipantAs far as I know, you HAVE to put them in the same database or it won’t work. I’d also leave the standard prefix, since you never know if a plugin or wpmu/buddypress might go haywire because you didn’t leave the standard prefix.
November 1, 2009 at 3:35 am #55559In reply to: WordPress MU 2.8.5.2 Released
Xevo
ParticipantI now have re-installed wpmu, buddypress and bbpress (all newest versions). But it still won’t work. I also used buddypress Forum Setup.
See the site here: http://xevodesign.nl/talkmore/
The only 3 differences between this setup and the one I did on my localhost (which worked), are that I installed on my localhost, I used my localhost root and the wpmu version.
Edit: Never mind, got it working, used the bbpress-integration plugin. Strangely enough I didnt have to use this before on my localhost.
November 1, 2009 at 2:12 am #55558In reply to: WordPress MU 2.8.5.2 Released
Xevo
ParticipantI might’ve found the first bug, I’m not sure if buddypress/wpmu/bbpress or one of my plugins is the problem though.
I have a stand-alone bbpress and integrated it with the bbpress install. But now the cross-login doesn’t work anymore. When I login to buddypress/wpmu I’m not automatically logged in to my bbpress, I checked if I maybe made a mistake with my KEYs, but those are correct.
Since this worked perfectly fine with wpmu 2.8.4a, I’m geussing it’s wpmu’s fault. I’ll test some more and I’ll try to see if I can track down the problem.
Btw, the plugins I have installed are:
– Plugin Commander
– WP Wiki (already tried disabling, no effect)
November 1, 2009 at 1:32 am #55557In reply to: Unable to create groups or forums
carinallc
ParticipantOk, WordPress has the ability sometimes to make me feel really stupid.
By disabling the admin bar, you lose the ability to create groups. Doh.
Another change it would have been nice to have noted somewhere, and another reason why I’d pay good money (REALLY GOOD MONEY) for a technical deep-dive reference book on BuddyPress
But, because the admin bar doesn’t fit the asthetics of the site we’re building, I need to find the code that makes up My Account, My Blogs, Notifications and Visit and make them part of our new header so that functionality stays intact.
Thanks for your help DJPaul! Would you know offhand where I might find that code?
November 1, 2009 at 1:25 am #55556In reply to: wp-signup.php is a blank page
Xevo
ParticipantYour supposed to go to “/register” not “wp-signup.php”.
Add this to your functions.php. Not sure who wrote this, but the creds go to that guy.

function rk_signup_redirect() {
if (strpos($_SERVER['REQUEST_URI'], 'wp-signup.php') !== false ) {
$url = 'http://domain.ext/register';
wp_redirect($url);
exit;
}
}
add_action('init', 'rk_signup_redirect');Change $url = ‘http://domain.ext/register’; into your own domain.
@audiobookstef: Start looking for something like buddypress then, good luck!
November 1, 2009 at 12:21 am #55553In reply to: WordPress MU 2.8.5.1 Released
Xevo
Participant@ Arghagain: No, I just made a clean install of Wpmu 2.8.5.2, Buddypress 1.1.2 and even a stand alone integrated BBpress 1.0.2. So no problems there.
Shouldnt this be closed, since there’s already a new topic of the newer version?
November 1, 2009 at 12:02 am #55551In reply to: Docs on buddypress.org?
Xevo
ParticipantI found a solution to this problem of mine in a VERY easy way.
I made a second blog for my admin called encyclopedia, then uploaded the plugin “wp wiki” by instinct. Then I went to “Site Admin > Blogs > Back end” and activated the plugin on the encyclopedia blog. Now I have the wiki plugin on this blog only and it works fine.
The only thing left to do is make a template for this blog. And it’ll look like its part of the rest of the site (I don’t use the buddybar).
For all those others that are looking for an easy way to make a wiki/encyclopedia. Try this.
October 31, 2009 at 9:33 pm #55549In reply to: wp-signup.php is a blank page
abcde666
Participantsee this TRAC-ticket:
October 31, 2009 at 9:28 pm #55548In reply to: WordPress MU 2.8.5.1 Released
arghagain
ParticipantI know this may be a stupid reply or may be repeating someone else saying, but have anyone see a problem of getting buddypress 1.1.2 on wpmu 2.8.5.2?
October 31, 2009 at 9:15 pm #55547In reply to: wp-signup.php is a blank page
audiobookstef
ParticipantI have the same problem.
It works fine with regular themes though, which is NOT a proper solution of course, for it would not include the social network features.
I find the fact that this topic is not answered and the main theme being bugged an OUTRAGE and an UNPROFESSIONAL ATTITUDE!
I have gone this far thinking buddypress was a professional item, may be I should change my judgment.
I can lose money a couple of days but after that I will go somewhere else if this problem isn’t fixed!
Stef
October 31, 2009 at 9:14 pm #55546In reply to: wp-signup.php is a blank page
audiobookstef
ParticipantI have the same problem.
It works fine with regular themes though, which is NOT a proper solution of course, for it would not include the social network features.
I find the fact that this topic is not answered and the main theme being bugged and OUTRAGE and an UNPROFESSIONAL ATTITUDE!
I have gone this far thinking buddypress was a professional item, may be I should change my judgment.
I can lose money a couple of days but after that I will go somewhere else if this problem isn’t fixed!
Stef
-
AuthorSearch Results