Search Results for 'buddypress'
-
AuthorSearch Results
-
December 14, 2009 at 8:13 am #58679
In reply to: wp-signup.php and login issues
Brajesh Singh
Participantas DJPaul points, you do not need bp-themes directory inside wp-content ,It will cause problems.
Please move buddypress/bp-themes/ (bp-sn-parent and bp-default) to wp-content/themes and then go to SiteAdmin->Themes ,allow it from the main site and activate bp=-default using appearance->Themes
and remember to delete the wp-content/bp-tehems directory.
December 14, 2009 at 8:04 am #58678In reply to: wp-signup.php and login issues
mishathegoat
MemberHello DJPaul,
Odd, I am using BuddyPress version 1.1.3
The installation instructions I read told me to do the following (http://www.tmdhosting.com/tutorials/buddypress/buddypress-installation.html):
“Move /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/ directory of your account. Additionally, to install the default BuddyPress home theme move /wp-content/bp-themes/bphome/ to /wp-content/themes/bphome/.”
Could this be related to the problem?
Thanks
EDIT: I have tried both themes, BuddyPress Default 1.1.3 and BuddyPress Social Network Parent Theme 1.1.3
December 14, 2009 at 8:00 am #58677Paul Wong-Gibbs
Keymaster@fritzthecat As per Andy Peatling’s comment above, this appears to be a bug with the current version of WPMU, not BuddyPress.
December 14, 2009 at 7:54 am #58676In reply to: wp-signup.php and login issues
Paul Wong-Gibbs
Keymasterhttp://testbp.org/wp-signup.php is what is meant to happen.
mishathegoat you appear to be using the old BP theme directory. What version of BuddyPress are you installing and with which theme?
December 14, 2009 at 7:40 am #58675In reply to: Improvement/Enhancement to Groups
vusis
Participanthey guys please help me figure this post out

https://buddypress.org/forums/topic/restricting-group-creation-to-admins#post-31264
i think its got to do with what we are talking about above
December 14, 2009 at 7:38 am #58674In reply to: Extend group permissions
vusis
Participanthave you found a solution for this? i’m desperately looking for this too- i found this post but i cant seem to figure it out.
https://buddypress.org/forums/topic/restricting-group-creation-to-admins#post-31264
December 14, 2009 at 7:35 am #58673In reply to: Restricting group creation to admins
vusis
Participanthey guys i cant seem to figure this one out hey; i’ve tried to patch the bp-groups.php file but i get a
#1 HUNK Failed at 449 – please see my reject file
***************
*** 453,459 ****
bp_core_redirect( $bp->loggedin_user->domain . $bp->groups->slug . ‘/create/step/’ . $bp->groups->current_create_step );
}
– if ( !$bp->groups->new_group_id = groups_create_group( array( ‘group_id’ => $bp->groups->new_group_id, ‘name’ => $_POST[‘group-name’], ‘description’ => $_POST[‘group-desc’], ‘news’ => $_POST[‘group-news’], ‘slug’ => groups_check_slug( sanitize_title($_POST[‘group-name’]) ), ‘date_created’ => time() ) ) ) {
bp_core_add_message( __( ‘There was an error saving group details, please try again.’, ‘buddypress’ ), ‘error’ );
bp_core_redirect( $bp->loggedin_user->domain . $bp->groups->slug . ‘/create/step/’ . $bp->groups->current_create_step );
}
— 453,474 —-
bp_core_redirect( $bp->loggedin_user->domain . $bp->groups->slug . ‘/create/step/’ . $bp->groups->current_create_step );
}
+ $group_details = array(
+ ‘group_id’ => $bp->groups->new_group_id,
+ ‘name’ => $_POST[‘group-name’],
+ ‘description’ => $_POST[‘group-desc’],
+ ‘news’ => $_POST[‘group-news’],
+ ‘slug’ => groups_check_slug( sanitize_title($_POST[‘group-name’]) ),
+ ‘date_created’ => time() );
+
+ /* Allow plugins to halt group creation for whatever reason. On doing this the plugin
+ should use the bp_core_add_message function to inform the user why the group creation
+ has failed.
+ N.B. The data passed in $new_group is unsanitised. */
+ if ( ! apply_filters( ‘bp_allow_create_group’, true, $group_details ) )
+ return bp_core_redirect( $bp->loggedin_user->domain . $bp->groups->slug . ‘/create’ );
+
+ if ( !$bp->groups->new_group_id = groups_create_group( $group_details ) ) {
bp_core_add_message( __( ‘There was an error saving group details, please try again.’, ‘buddypress’ ), ‘error’ );
bp_core_redirect( $bp->loggedin_user->domain . $bp->groups->slug . ‘/create/step/’ . $bp->groups->current_create_step );
}
i’m not too sure what that means and how it can be fixed?
December 14, 2009 at 7:18 am #58671In reply to: Problem with Buddypress
Brajesh Singh
ParticipantThis is a problem with sitewide activated plugins upgrade.
Please check David’s reply here for a fix.
https://buddypress.org/forums/topic/buddypress-113-installation-fail-in-bp-activityphp#post-30142
Hope it helps.
December 14, 2009 at 7:02 am #58669Brajesh Singh
Participanthi Xevo
Thanks for pointing.
I had mentioned that in one of the comment already on the blog about the graphics.
The login will work, once you add the login widget supplied with the theme(cb-addons), please have a look at my recommendation about widget use there.
There are a few more things ,I am aware and will be updated by Wednesday(when my designer comes tomorrow). I had promised the theme long ago, and since designer was away, so I had to go for a hurried release.
Other than graphics(transparency issue with title background ), please point to other things too, I will be glad to enhance more

Thanks
Brajesh
December 14, 2009 at 6:25 am #58668Xevo
ParticipantGood to know that people are finally starting to make quality themes.

Some things that I noticed.
– See this. Make the backgrounds transparent.
– Define a width for your input, my inputs always become bigger and stick out their container. Probably got something to do with Win7.
– Blog pages still have a meta box.
– Login link in the navigation doesn’t do anything.
Haven’t found anything other than that.
December 14, 2009 at 6:03 am #58667In reply to: wp-signup.php and login issues
Xevo
ParticipantHere’s a fix for redirecting your users from the old wpmu signup/activation to the new buddypress signup/acitvation page.
December 14, 2009 at 3:41 am #58662In reply to: BuddyPress codex is down?
Jeff Sayre
ParticipantIt is a known problem. Hopefully, it will be corrected soon.
https://buddypress.org/forums/topic/httpcodexbuddypressorg-is-dead
December 14, 2009 at 1:41 am #58656dwpers
ParticipantI’m interested in this fix as well, but don’t quite understand how to put together bp_get_loggedin_user_link() and is_user_logged_in() to make a link to the members profile page.
I’m using the sidebar login widget and when you click profile on the sidebar once logged in, it goes to the WP profile page on the backend, not the buddypress profile.
Is there a way to use your above method to patch this somehow? I figured this was how it was supposed to be but I did something wrong? Thanks
December 14, 2009 at 1:36 am #58655In reply to: wp-signup.php and login issues
Mark
ParticipantI posted this elsewhere but it now belongs as part of this discussion: When using Buddypress, should /wp-signup.php result in an blank page or the registration form (or redirect to /register)? If the issue described here exists, how do you get the proper default buddypress behavior?
see: http://ttacconnect.org/wp-signup.php
I could delete /wp-signup to remove the errors but I’d like to understand how bp and wpmu is designed to work (are there any consequences for deleting wp-signup.php?).
I know BuddyPress is using /register.php and not /wp-signup.php. But when /wp-signup.php is hit (typically by spam bots) a PHP Warning is generated. No white space outside of php closing tags in header.php. I’m not too concerned about that as I figure if it’s working as it should (no registration form), then the php warning will take care of itself (and not be generated). So what needs to change to get /wp-signup.php to result in a blank page?
PHP Warning: Cannot modify header information – headers already sent by (output started at xxxx/bp-sn-parent/header.php:3) in xxxx/wp-includes/pluggable.php on line 865
See no Warning and no Registration Form (blank page). Is this the proper default buddypress/wpmu behavior?
http://nourishnetwork.com/wp-signup.php
Here /wp-signup.php was deleted and results in a page not found:
http://memomu.com/wp-signup.php
wpmu 2.8.6 with active plugins on main bp site:
bp 1.1.3, bp-groupblog, auto group join, Group Forum Subscripton, bad behavior
December 14, 2009 at 1:33 am #58654In reply to: wp-signup.php and login issues
mishathegoat
Member@Xevo Thanks so much for the response! How do I use register instead of wp-signup?
Also forgot to mention that I’m using the latest versions of both WordPress and Buddypress
December 13, 2009 at 11:40 pm #58649In reply to: Article(s) + RSS-Feeds not available in main blog
December 13, 2009 at 11:34 pm #58647In reply to: New BuddyPress 1.2 default theme
D Cartwright
ParticipantSounds promising Erich73…
I am more than happy with it not being ‘stable’ until late January/early February. I can deal with revisions and such in the meantime
December 13, 2009 at 11:26 pm #58645In reply to: New BuddyPress 1.2 default theme
abcde666
Participantthink about this (as per message from Andy):
So far the BuddyPress default theme updates have taken the CSS down from 2800 (!) lines to 800. JS from 1400 to 600.
December 13, 2009 at 11:18 pm #58644D Cartwright
ParticipantI have tinymce with fairly minimal options enabled on a current site but it’s very very hacky code. I’m planning on turning it into a plugin (along with some filters to sort out the raw html problem) but if something else becomes available before I get round to doing it, the lazy part of me is more than happy :p
December 13, 2009 at 11:15 pm #58643In reply to: New BuddyPress 1.2 default theme
D Cartwright
ParticipantIf there’s going to be a dev version of it available to work on soon then it would be pretty pointless to start work on a theme based on the old “bp-classic” theme. I have no problems with Andy not putting it into trunk this weekend (though of course I wouldn’t complain if he did) but in regards to creating plugins/themes/etc, I’d far prefer to work on the basis of what will be the future of BuddyPress rather than the past.
December 13, 2009 at 10:03 pm #58640In reply to: New BuddyPress 1.2 default theme
Andrea Rennick
ParticipantIt really depends on the improvements being rolled in, really. I can’t really say until I look at the code.
December 13, 2009 at 9:57 pm #58639In reply to: Follow a Blog
Andrea Rennick
ParticipantNot for buddypress, no. But there is an old plugin that did something like this in the backend of MU. look for xiando’s social networking pack.
December 13, 2009 at 9:56 pm #58638In reply to: Buddypress version of wordpress 'mystique' theme?
Andrea Rennick
ParticipantI can never get the cool designs in my head to work out on the screen.
So I’m setting out to bp other themes.
December 13, 2009 at 9:52 pm #58637In reply to: Are We Wasting Our Time?
djsteve
ParticipantIf five years is your goal – buddypress have be stable enough and have enough plugins to do all that.. but if you are concerned about wasting the last three months with BP, then I would have to side with you on the time wasting part.. I have spent a good chunk of time trying to use BP hoping to do the things it was supposed to do by dec 2008, a year later we still don’t have the basic functionality that was touted here.. The last post I read about photo albums was that it is no longer even on the drawing board (or something like that)..
You could save a few years of time by using boonex’s dolphin, or phpfox.. even some of the cheap tube scripts available today have all of the functionality that I believe you are looking for, right now.
December 13, 2009 at 9:47 pm #58635In reply to: http://codex.buddypress.org/ is dead
Jeff Sayre
ParticipantThis was previously discussed here: https://buddypress.org/forums/topic/buddypress-codex-down
So, members should have already been aware that there are some issues with Codex being down
-
AuthorSearch Results