Search Results for 'buddypress'
-
AuthorSearch Results
-
February 18, 2010 at 7:34 am #63906
In reply to: Blank page after install Buddypress 1.1.2
5792417
InactiveI also just had the white page and segmentation fault 11 error after installing WP 2.9.2 and then BP 1.2, on MAMP (which was already running WP and WPMU fine).
Fixed it by upgrading MAMP to the latest, then all was well. Guess BP is fussy on versions. Hope this works for you too!
February 18, 2010 at 7:17 am #63905John James Jacoby
Keymasterhttps://trac.buddypress.org/browser/trunk/bp-core/bp-core-activation.php#L79
There are two ways for this email to still get sent:
1.) Your active theme does not have either /register.php or /registration/register.php in it.
2.) You are an admin that has just added a user to your site.
If either of those things are true, the email will get sent out.
If you are hard pressed to make this issue go away, try adding this to your functions.php or bp-custom.php.
/* Unhook BuddyPress wpmu email blocker */
remove_filter( 'wpmu_welcome_user_notification', 'bp_core_disable_welcome_email' );
function block_wpmu_email() {
if ( is_admin() && $_GET['e'] )
return true;
return false;
}
/* Rehook custom function */
add_filter( 'wpmu_welcome_user_notification', 'block_wpmu_email' );The above routine doesn’t help us test this issue any, but it does stop the email from going through unless you add a user yourself.
February 18, 2010 at 6:40 am #63897In reply to: Facebook-Like-Chat Plugin for Buddypress?
Mike Pratt
Participant@Symm2112 I know but he gave the impression that he had not checked out his plugin in 1.2 and wanted everyone to put it thru it’s paces in the new version and tell him what to fix, which ought to be his responsibility as plugin author
February 18, 2010 at 5:32 am #63891In reply to: Default Activity Streams Are Backwards IMHO
@mercime
ParticipantHaven’t tried changing it yet, but I would start with adding some filters/changing parameters
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
February 18, 2010 at 4:14 am #63883In reply to: Blogs can't be created once BP is installed
@mercime
Participanthttps://buddypress.org/forums/topic/when-asking-for-support
At the very least your WPMU version and BP version, VHOST=yes/no?
February 18, 2010 at 4:09 am #63882In reply to: Buddymatic Theme and BuddyPress
February 18, 2010 at 3:08 am #63878Mark
ParticipantThat additional code does not work for BP 1.2. Even with that code the plugin is not fully functional with BP 1.1.3 as new group members are not automatically added to the group blog until they are promoted to group mod or admin. Plugin author is working on an update for BP 1.2.
https://buddypress.org/forums/topic/bp-groupblog-error-call-to-undefined-function
February 18, 2010 at 2:51 am #63876peterverkooijen
ParticipantAdd this to the main plugin file bp-groupblog.php:
/*** Make sure BuddyPress is loaded ********************************/
if ( !function_exists( 'bp_core_install' ) ) {
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
if ( is_plugin_active( 'buddypress/bp-loader.php' ) )
require_once ( WP_PLUGIN_DIR . '/buddypress/bp-loader.php' );
else {
return;
}
}
/*******************************************************************/Working on Group Blog here…
February 18, 2010 at 2:51 am #63875In reply to: Buddymatic Theme and BuddyPress
bewst
MemberSo… I had the same problem, but as a BP n00b I can’t tell from this thread what the status is. Is it considered solved yet, and if so, how do I apply the fix?
Thanks
February 18, 2010 at 2:02 am #63874In reply to: Facebook-Like-Chat Plugin for Buddypress?
symm2112
ParticipantMike
buddypress Ajax chat is his plugin and with adding the plugin-template.php to the default theme, it looks great on my site.
February 18, 2010 at 1:57 am #63873In reply to: Can't upload image to change the group avatar
geoffm33
Participant@bpinspire I had this issue on my WP 2.9 setup and I fixed it like so:
- Go to Settings > Miscellaneous
- Blank out: “Store uploads in this folder”
- Fill out: “Full URL path to files”
Not sure why the default wp-content/uploads doesn’t work, never took the time to report it as a bug to see if it was my server or WordPress or BuddyPress at fault.
February 18, 2010 at 1:24 am #63870In reply to: Memory issues (Fatal error when activating BP)
r-a-y
KeymasterTry upping the memory limit if possible.
If you can’t up the memory limit, try to implement some of the improving performance tips listed here – https://codex.buddypress.org/getting-started/improving-performance/
February 18, 2010 at 1:15 am #63869In reply to: Buddymatic Theme and BuddyPress
r-a-y
KeymasterThe old theme (BP Classic) is available in the BP Backwards Compatibility plugin:
https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/
The new theme is built with child themes in mind! So yes, you can use a custom child theme on top of bp-default!
More info here:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
February 18, 2010 at 1:10 am #63868In reply to: Buddymatic Theme and BuddyPress
peterverkooijen
ParticipantHas the parent-child structure been abandoned in version 1.2? I see the download comes with only one bp-default folder. Can you still use a custom child theme on top of bp-default in 1.2 or should you just replace bp-default?
February 18, 2010 at 12:45 am #63867In reply to: Activate BP Plugin and get 500 Error
r-a-y
KeymasterDelete /wp-content/themes/bp-sn-parent/.
Please follow the instructions to upgrading:
https://codex.buddypress.org/getting-started/upgrading-from-10x/
February 18, 2010 at 12:31 am #63864In reply to: Facebook-Like-Chat Plugin for Buddypress?
Mike Pratt
Participant@Dfa327 Have you tested the chat plugin you wrote on 1.2 by chance?
February 18, 2010 at 12:09 am #63859In reply to: BuddyPress 1.2 theme for bloggers
edelwater
ParticipantThanks!
February 18, 2010 at 12:04 am #63858In reply to: BuddyPress 1.2 theme for bloggers
David Carson
ParticipantThe BuddyPress Default theme is not meant to be used for user blogs.
You can disable it sitewide from the dashboard – Site Admin > Themes
February 17, 2010 at 11:55 pm #63857In reply to: BuddyPress-Links 0.3-RC is out
MrMaz
ParticipantI think that gives me enough of a clue to track this down. I will try to have a patch for you to test out tomorrow.
February 17, 2010 at 11:54 pm #63856In reply to: Post rating/karma for BuddyPress group forums
Dwenaus
Participant@andrew_s1 Interesting, a mailmain-forum plugin. I’d be interested in that definitly. I’ll let you know how it goes with the forum post karma plugin. I might write a simple one myself or hire an experienced BP developer to do a nicer job.
February 17, 2010 at 11:11 pm #63851In reply to: BuddyPress-Links 0.3-RC is out
r-a-y
KeymasterHey MrMaz
Re: tabs issue and nothing showing up – understood.
Re: time issue – bp_get_link_last_active() displays the right time for me, bp_get_link_time_since_created() in bp_link_list_item_xtrabar_userlink_created() gives me the weird offset. Anything specifically you want me to do for debugging?
February 17, 2010 at 11:02 pm #63849In reply to: Lots of new features (Direction / Guidance)
Ashish Kumar (Ashfame)
ParticipantFebruary 17, 2010 at 11:01 pm #63848In reply to: Facebook-Like-Chat Plugin for Buddypress?
February 17, 2010 at 10:59 pm #63847In reply to: BuddyPress-Links 0.3-RC is out
MrMaz
ParticipantRe: tabs issue – That is a theme thing. I don’t have any control over the nav functionality of the default theme which I am just hooking into by adding a tab.
Re: time issue – That one is really weird. I am not messing with the dates at all. The data is stored in mysql as NOW(), and when pulling it out I simply strtotime() it and later it is passed to bp_core_time_since(). It could be that strtotime() is not seeing your timezone setting. Can you do some debugging on your end?
Re: nothing showing up – That is how the default theme works. There is the same problem with all of the tabs unless I am missing something.
Re: buttons – I want to put some buttons in the list, it just keeps getting pushed back.
February 17, 2010 at 10:57 pm #63846In reply to: Facebook-Like-Chat Plugin for Buddypress?
-
AuthorSearch Results