Search Results for 'buddypress'
-
AuthorSearch Results
-
December 14, 2009 at 4:07 pm #58694
In reply to: New BuddyPress 1.2 default theme
Andy Peatling
KeymasterI’ve just checked the theme in. To answer andrea_r’s question above —
You will still be able to build themes from bp-sn-parent. That theme is not going away, it will continue to be present for the foreseeable future. I have updated it to be compatible with all the latest BuddyPress changes.
The new bp-default theme will actually be a parent theme. For the default it makes less sense making a separate parent theme since you can simply just leave out all the default CSS and keep the templates.
The structure has changed though, and overall is much better and easier to understand. It follows the navigation of the actual site much closer. Plus there is less than half the CSS and only one major CSS file. The JS has also been hugely simplified.
December 14, 2009 at 3:57 pm #58693In reply to: New BuddyPress 1.2 default theme
D Cartwright
ParticipantI was actually worried that the extra load might cause problems :p I took a break from refreshing the page endlessly and bought a coffee. Installing it now..Woo.
December 14, 2009 at 3:53 pm #58692In reply to: Buddypress themes, what first?
Xevo
ParticipantI’ll start working on these when the new theme is released, which is soon. The first one I’m doing will be YouGo, Talkmore is gonna take a lot longer so that one will be released later.
Glad to see so people are interested in my themes.

ps. The buddypress parent revamp is dicontinued since Andy already made a big upgrade on the parent theme.
December 14, 2009 at 3:50 pm #58691In reply to: New BuddyPress 1.2 default theme
Xevo
Participant@ D Cartwright: What if you crash the trac before Andy can release the theme? lol
December 14, 2009 at 3:28 pm #58690In reply to: New BuddyPress 1.2 default theme
D Cartwright
ParticipantOohh.. Time to spam F5 on the trac methinks
December 14, 2009 at 3:24 pm #58689In reply to: Buddypress themes, what first?
jedbarish
ParticipantI would like to see Talkmore theme to be released first. Hope to see one of them comes out soon!
December 14, 2009 at 10:24 am #58684Brajesh Singh
Participantthanks.
you mean the discussion topics shown at the bottom of the home page.
well, I am using external bbpress with deep integration to buddypress/wordpress mu.
The topics are coming from https://wordpress.org/extend/plugins/bbpress-latest-discussion/ plugin.
Though, if you want to do the same using internal integration
have a look here
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
specifying the action as “new_forum _post” should do that.
Hope it helps
December 14, 2009 at 8:58 am #58682bpisimone
ParticipantGood to see some new themes published!
May I ask something slightly off-topic? How did you get this done? I always have problems doing that outside the forums!
>>Forum Last 5 Discussions
>>How to change BP forum topic page like a normal forum page? (7) Last Post By: >>mercime Inside: How-To and Troubleshootings
>>Bp Dev Premium To Be opened soon (1) Last Post By: admin Inside: General >>Discussion/Announcements
>>Welcome to Buddydev Premium Forum (1) Last Post By: admin Inside: General >>Discussion/Announcements
December 14, 2009 at 8:13 am #58679In 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
-
AuthorSearch Results