Search Results for 'buddypress'
-
AuthorSearch Results
-
October 2, 2009 at 10:57 am #53564
In reply to: Sign up fatal error!
Paul Wong-Gibbs
KeymasterIf /wp-content/bpthemes/ exist, BP will try to use pre-version 1.1 themes.
If that folder doesn’t exist, it will load from /wp-content/themes/ as like normal WordPress. This is explained perfectly well in the upgrade documentation and throughout this forum.
October 2, 2009 at 10:55 am #53562In reply to: Need for Buddypress API
Paul Wong-Gibbs
KeymasterOf course there’s a BuddyPress “API”. How do you think we write plugins and themes that rely on BuddyPress? If you are specifically talking about stuff like how WordPress can use XML-RPC for remote blog posts, then, no, there’s nothing like that at the moment. You could use the AJAX functions for quite a lot of stuff, however.
I would imagine this is a very low priority feature suggestion and such a thing would more likely be driven by someone writing some kind of external app.
October 2, 2009 at 10:52 am #53560October 2, 2009 at 10:47 am #53558In reply to: How to Remove Admin Bar from Buddypress 1.1
bpisimone
ParticipantHehe, thanks for trying anyways!

I’ve put it in the mu-plugins folder with a file called remove-adminbar.php. And it seems to be working fine! Thanks a lot!
I am under the impression that the site reacts a bit slower right now, but that is just a feeling, no php error found there.
October 2, 2009 at 10:23 am #53556Paul Wong-Gibbs
KeymasterYou are not following the upgrade instructions properly. There’s a document linked on the news post on the front of this site to an in-depth article, but:
1) Deactivate all of your plugins, but not BuddyPress (yet).
2) Remove any plugins out of your mu-plugins folder.
3) Change your theme back to the standard WordPress theme.
4) (Now) deactivate the BuddyPress plugin.
5) Delete BuddyPress off your server and the /wp-content/bp-themes/ directory.
6) Upload 1.1 and move the new themes into /wp-content/themes/.
7) Reactivate the BuddyPress plugin. Reactivate the BuddyPress theme.
Reactivate any other plugins you took out in step 1.
October 2, 2009 at 10:06 am #53554In reply to: How to Remove Admin Bar from Buddypress 1.1
Simon Wheatley
ParticipantDoh! Good point. I did say untested.

You could try adding the line to your functions.php in the theme?
October 2, 2009 at 9:41 am #53551In reply to: advertising code is being added to activity
pengume
Participantupdate I deactivated all my plugins and then only activated buddypress and it seemed to get rid of the ads code, but still displayed site wide activity for each member. so it was a plugin issue, one that I was using to place ads into the posts and pages. Not crucial but would be nice to have eventually working so users can put in their own code without tweaking the template. one last thing that is a different topic I also upgraded bpPicture Album to the new version thinking it would improve my problem but am getting this error when i activated it and on the album page.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /home/content/12/4455612/html/wp-includes/plugin.php on line 414I’ll ask the creater of the plugin too.Thanks for the support
-Aaron
October 2, 2009 at 9:38 am #53550In reply to: How to Remove Admin Bar from Buddypress 1.1
bpisimone
ParticipantThanks Simon!
That gets me a white page and this error message,
[02-Oct-2009 11:35:47] PHP Fatal error: Call to undefined function is_admin() in /(…)/wp-config.php on line 109
October 2, 2009 at 9:23 am #53549takuya
ParticipantSomething you must read before posting the forum.
October 2, 2009 at 9:03 am #53548In reply to: advertising code is being added to activity
pengume
ParticipantHey John thanks for getting back to me on this so quickly, you actually have to be a member to see the buddypress part of the site. but I’ll create you a user name named: jacoby , password: password so you could have a look but the link is HERE
Cheers,
Aaron.
October 2, 2009 at 9:01 am #53547In reply to: Restricting group creation to admins
Simon Wheatley
ParticipantI’ve proposed a patch to add a hook which would allow the restriction of group creation through a plugin, and provided a plugin which demonstrates it’s use in this trac ticket: https://trac.buddypress.org/ticket/1150
How does it look?
(Also, not sure whether trac keywords should be comma separated?)
October 2, 2009 at 8:29 am #53543In reply to: Need for Buddypress API
takuya
ParticipantThat would be interesting.
October 2, 2009 at 8:28 am #53542In reply to: How to Remove Admin Bar from Buddypress 1.1
Simon Wheatley
ParticipantYou could (probably, I haven’t tested this) use the following in wp-config.php to remove the admin bar from the WP Admin area only:
if ( is_admin() ) define( 'BP_DISABLE_ADMIN_BAR', true );October 2, 2009 at 8:25 am #53541Reiner
Participantokay, now I have tried to “automatically upgrade” and I get a fatal error:
Fatal error: Cannot redeclare bp_activity_install() (previously declared in /web/1/000/014/981/12741/htdocs/hierinwangen/wp-content/plugins/buddypress/bp-activity.php:19) in /web/1/000/014/981/12741/htdocs/hierinwangen/wp-content/plugins/buddypress/bp-activity.php on line 52
any ideas??
thanks,
Reiner
October 2, 2009 at 8:23 am #53539Reiner
ParticipantAndy, thank you. but
still not working. everything deactivated but the grey bpress admin bar is still showing.
When I delete the buddypress directory from the server I get a blank page as starting page. Also white: after deleting bp-themes and bpress. Also white, when I delete bp-themes without deleting buddypress…
When I upload the new version, still white… I somehow cant get bp1.03 out of the dna of my system…argh….
thanks.
Reiner
October 2, 2009 at 8:06 am #53535In reply to: Private Groups and Forum
madloki
ParticipantPosted this under ticket https://trac.buddypress.org/ticket/1149
Thanks andy, is there any timeline for the bug?
October 2, 2009 at 7:52 am #53533In reply to: BBPress in BuddyPress 1.1 will not work
danbpfr
ParticipantPossible you have a “cookie salad” in your browser…
First, try to rename the old forum folder (before deleting it…)
Deactivate and reactivate the forum in the bp settings.
Be sure you installed the “new” forum without de old bb_config in the new location. Let the system work to make a new one.
You will see than in the bb_config that the tables of your new forum are called wp_bb_xxx
These tables are probably empty at the end of such a acrobatic update.
If it is the case, you have to copy the old bb_tables content into the new wp_bb_tables. Normally your old forum content is now showing in the new install.
And sorry for my english.
October 2, 2009 at 7:37 am #53532In reply to: Confirmation Email.
takuya
ParticipantThat function is provided by wpmu, not buddypress. Please post your questions on wpmu forum.
October 2, 2009 at 7:12 am #53530In reply to: What happened to "Add Prebuilt Field''
arnonel
Participantthat really sucks. appreciate its coming, but ow…..
ow ow ow ow
I could do about 10 full WPMU/BuddyPress deployments in the time it takes me to do 1 profile with all countries…
October 2, 2009 at 7:00 am #53528In reply to: Sign up fatal error!
alxjrvsgmailcom
MemberI think I might have a solution.
There is some serious confusion internally between what to do with Bpthemes. if you load Bpthemes into /wp-content/bbthemes, then there is no red dialogue Box in the themes section of buddypress. However, using other themes will break. Conversely, if you load the themes into the wp-content/themes folder, they appear in appearences->themes, and everything works! So, the issue here is theme support. There are conflicting instructions in the v1.1 release.
October 2, 2009 at 6:47 am #53524In reply to: BBPress in BuddyPress 1.1 will not work
takuya
Participantum…my install doesn’t have such errors. I only upgraded from 1.0.3 to 1.1 without any problems including forum setup.
October 2, 2009 at 6:36 am #53523In reply to: BBPress in BuddyPress 1.1 will not work
Berkshireman
ParticipantI’m having the same problem. When I click the forums button in BuddyPress, I get an error 404 page. I’ve tried reinstalling. BuddyPress and the BBPress integration.
October 2, 2009 at 6:06 am #53519In reply to: BuddyPress says themes are missing, but they aren't
Andy Peatling
KeymasterIf you have deleted /wp-content/bp-themes and have activated bp-default in “Appearance > Themes” then this should not happen. If it does then there is a bug.
October 2, 2009 at 5:55 am #53518In reply to: BuddyPress says themes are missing, but they aren't
FirstResponderBlogs.com
ParticipantYou are not the only one with this issue. I have reinstalled this release about 6 times. By the numbers the first three to ensure I hadn’t missed a step.
I am trouble-shooting this bloody issue and pulling my hair out. Somewhere in the directives of one of these files, it is still searching for the themes at /wp-content/bp-themes, despite the instructions stating to delete that directory and point to the new structure in this release of 1.1.
If anyone figures this out, please post it up asap. I have been trouble-shooting all day and it seems this release was not stable. Kas3, no worries. You are not alone. I am debating digging into the code tonight, but am so annoyed with this right now, I may get back to it later.
I’ll keep you posted if I resolve it.
October 2, 2009 at 3:56 am #53510In reply to: How to requirie log in to access everything
allenweiss
ParticipantThanks..I’ll try this (and hope it works in BP 1.1. Without being able to protect the site, as much as I like BuddyPress, its essentially worthless for use in private communities…I sure hope someone comes up with plugin for 1.1.
-
AuthorSearch Results