Search Results for 'buddypress'
-
AuthorSearch Results
-
October 1, 2009 at 10:07 pm #53487
In reply to: Make your own custom BuddyPress page
chewbaker
ParticipantHey John,
I’m trying to access either! neither seems to work!
October 1, 2009 at 10:02 pm #53486In reply to: Make your own custom BuddyPress page
bpisimone
Participantvery cool! adding this right now!
October 1, 2009 at 10:00 pm #53485In reply to: How to Remove Admin Bar from Buddypress 1.1
bpisimone
ParticipantHow do I only remove the admin bar from the wordpress admin area? Want to keep it everywhere else. I know Andy added the admin bar to the admin area some time back, but I haven’t found anything to remove it only from the admin section?
October 1, 2009 at 9:24 pm #53477In reply to: activate kills wordpress
John James Jacoby
KeymasterDid you have BuddyPress 1.1 installed previously? Are you using WPMU or WP?
I’ll admin to not knowing how phpinfo should look if not using apache, so we might need additional help here.
October 1, 2009 at 9:22 pm #53476In reply to: How to Remove Admin Bar from Buddypress 1.1
_
ParticipantThanks, I tried Simon’s solution and it worked
October 1, 2009 at 9:07 pm #53470In reply to: Make your own custom BuddyPress page
John James Jacoby
KeymasterAre you trying to access…
http://domain.com/dashboard/or
http://domain.com/dashboard.phpOtherwise, it looks about right?
October 1, 2009 at 9:01 pm #53467In reply to: Trouble Upgrading?
John James Jacoby
Keymaster@danbucher: Patch for incorrect error message:
https://trac.buddypress.org/attachment/ticket/1141/wrong-theme-location-error.patch
October 1, 2009 at 8:58 pm #53466In reply to: Make your own custom BuddyPress page
chewbaker
Participantwe put this code in /wp-content/themes/bp-sn-parent/functions.php and created a page in the same directory called dashboard.php
is there a reason why we cant navigate to the dashboard.php?
// creates custom page
define('BP_DASHBOARD_SLUG', 'dashboard');
function bp_show_dashboard_page() {
global $bp, $current_blog;
if ( $bp->current_component == BP_DASHBOARD_SLUG && $bp->current_action == '' ){
// The first variable here must match the name of your template file below
bp_core_load_template( 'dashboard', true );
} }
add_action( 'wp', 'bp_show_dashboard_page', 2 );
//
end custom page
any help is appreciated!
October 1, 2009 at 8:57 pm #53465In reply to: Trouble Upgrading?
Dan Butcher
ParticipantSolved the blank site problem–the appearance admin page was still set to BuddyPress Default Home Theme. Once I changed the theme to BuddyPress Default 1.1, the site appears.
October 1, 2009 at 8:49 pm #53463In reply to: Trouble Upgrading?
Jeff Sayre
ParticipantDan-
The readme.txt instructions are correct. The error message is incorrect.
As I linked to in my first post, more information about upgrading can be found here. With regards to your particular issue, from that link:
If you are using the default themes: Delete the /wp-content/bp-themes/ folder. Move the /bp-default/ and /bp-sn-parent/ folders from the /wp-content/plugins/buddypress/bp-themes/ folder and put them into the folder /wp-content/themes/. Enable the BuddyPress default theme in the “Site Admin > Themes” menu. Finally, activate the BuddyPress default theme in “Appearance > Themes” for the root blog of your installation.
October 1, 2009 at 8:44 pm #53462In reply to: testbp.org
Jeff Sayre
Participanttestbp.org always runs the bleeding edge version of BuddyPress. This means the current trunk version ( give a few minutes or hours since Andy needs to updated it when he commits a new changeset to trunk).
So, at this very moment, testbp.org is running the recently released 1.1. In fact, it was running this version before it was publicly released. Wait a day or so, and it will be running an even newer trunk version.
October 1, 2009 at 8:33 pm #53460In reply to: Trouble Upgrading?
Dan Butcher
ParticipantOne more bit of confusion here:
The readme states
VERY IMPORTANT: If you are no longer using the old two-theme system from BuddyPress 1.0, please make sure to delete your /wp-content/bp-themes/ folder to activate the new one-theme setup.
This conflicts with the error message, which says to move the new theme files to the folder that the readme tells me to delete.
October 1, 2009 at 8:31 pm #53459In reply to: Trouble Upgrading?
Dan Butcher
ParticipantI had to first upgrade wpmu to 2.8.4a (from 2.8.4), and then I no longer got the fatal error when I auto-upgraded the BuddyPress plugin. However, my site was blank. In reading the instructions about the themes, I saw that I needed to move files from /wp-content/plugins/buddypress/bp-themes. When I went to my server, there was no bp-themes folder there. Don’t know if something happened in the auto-upgrade or if auto-upgrade installs an incomplete version of the plugin.
I reinstalled buddypress, moved the themes from /buddypress/bp-themes to wp-content/themes (per the readme file), and I get this error message:
You do not have any BuddyPress themes installed.
Please move the default BuddyPress themes to their correct location (move /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/) and reload this page. You can download more themes here.
Note that the readme says:
move the themes in “wp-content/plugins/buddypress/bp-themes/” to “wp-content/themes”
while the error message says
move /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/
following the instructions from the error message does allow wpmu to recognize the themes–but I still have a blank site. One problem down, more to go.
October 1, 2009 at 8:17 pm #53456In reply to: How to Remove Admin Bar from Buddypress 1.1
gerikg
Participantadd this to you custom style sheet
/* BuddyBar Removed - fixing gap */
body { padding-top:0px!important; }October 1, 2009 at 7:54 pm #53453In reply to: bp-events for bp 1.1 needs testing!
David Lewis
ParticipantFrom the post above mine “The biggest part that is not included with the current port is the directory view, since that was still in flux when I started porting so I left it till matured.”
Basically it sounds like Erwin will be taking over again to finish it up for BuddyPress 1.1. So we just have to be patient
I’m sure it will be worth the wait.
October 1, 2009 at 7:40 pm #53450In reply to: Trouble Upgrading?
Andy Peatling
KeymasterAlso, it’s super important to read this document before you attempt upgrading:
https://codex.buddypress.org/getting-started/upgrading-from-10x/
October 1, 2009 at 7:39 pm #53449In reply to: Where are the avatars ?
Andy Peatling
KeymasterThey are not stored in the DB, BuddyPress will look in the avatars folder under the user’s ID in blogs.dir.
October 1, 2009 at 7:23 pm #53447In reply to: BuddyPress v 1.1
Don Elliott
ParticipantI will try the upgrade again but will be EXTRA careful on the directions – I was in a hurry last night so perhaps I overlooked something…as soon as I get the results I will let you guys know!
Thank you for the responses.
October 1, 2009 at 6:16 pm #53445In reply to: Sign up fatal error!
onethousandseas
ParticipantI meant that it’s a plugin insofar as I dropped it into “/domain.com/wp-content/plugins/buddypress/bp-forums”.
As I said everything’s the latest version so:
WPMU – 2.8.4
BP – 1.1
bb – latest build from SVN
As for the theme, even if I wasn’t supposed to be using it, I was trying to change it. Problem is, it won’t change now.
October 1, 2009 at 6:02 pm #53443In reply to: Members directory shows blank profile
Greg
ParticipantI made all the necessary url changes in the database, and the rest of the site works fine. Also, the problem with the blank profile page for the members directory was happening BEFORE I moved it too.
I guess I will try dropping all the BP tables and reinstalling Buddypress, maybe I will get lucky… I’ve got my fingers crossed!
October 1, 2009 at 5:45 pm #53442In reply to: BuddyPress External Group Blogs Plugin
danbpfr
ParticipantI made a pot file for this plugin and added code to translate the php file.
Where should i put the zip ?
A french version is already avaible on http://www.buddypress-fr.net
October 1, 2009 at 5:28 pm #53440In reply to: Better avatar crop function
lsddesign
ParticipantBuddypress 1.1 and the most recent version of WPMU… 2.8.4 i believe

thanks!
aron
October 1, 2009 at 5:01 pm #53437In reply to: Problem with bpPicture Album
talk2manoj
Participant@all : Now you can download updated plugin for BuddyPress 1.1
October 1, 2009 at 4:36 pm #53433In reply to: How to requirie log in to access everything
allenweiss
Participantjust to the home page of buddypress, like here:
October 1, 2009 at 4:35 pm #53432In reply to: multiple notifications problem
takuya
ParticipantCouldn’t this be posted on following topic?
https://buddypress.org/forums/topic/features-request-classifieds-plugin
I’m not sure if you can get enough response on problems on your own plugin.
-
AuthorSearch Results