Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
http://www.my-debugbar.com/wiki/IETester/HomePage
Thank you
Stop Sploggers. Use WangGuard to report your site's unwanted users as sploggers .
<?php
define ('BP_ENABLE_ROOT_PROFILES', true );
define ('BP_DEFAULT_COMPONENT', 'profile');
define ('BP_GROUPS_AUTO_JOIN', true);
?>
Caution:-
In BuddyPress activity stream, the username and link are inserted statically. So, It will not update the old activity stream. Though, the activity will still belong to user but clicking on the username in activity stream for older link will redirect to homepage. Clicking 'View' will work.
Welcome Pack
BP Disable Activation
Register
/ Login
Disables the requirement for users to activate by email on a standalone WP install with BuddyPress.
versus
WP-FB-AutoConnect
Janrain Engage
Tiny MCE editors are just one of the many things that fail for our site in IE8.
Disable the @mentions capability in BuddyPress.
<?php
// the following 2 functions are from http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults/?topic_page=2&num=15#post-77611
// this function redirects from group landing page to group forum if the user is a member or if the group is public
function redirect_to_forum() {
global $bp;
$path = clean_url( $_SERVER['REQUEST_URI'] );
$path = apply_filters( 'bp_uri', $path );
if ( bp_is_group_home() && strpos( $path, $bp->bp_options_nav['groups']['home']['slug'] ) === false ) {
if ($bp->groups->current_group->is_user_member || $bp->groups->current_group->status == 'public') {
bp_core_redirect( $path . $bp->bp_options_nav['groups']['forum']['slug'] . '/' );
}
}
}
add_action( 'wp', 'redirect_to_forum' );
// this function hides the group home tab and shows the activity tab with the name Activity
function my_bp_groups_forum_first_tab() {
global $bp;
if ($bp->groups->current_group->is_user_member || $bp->groups->current_group->status == 'public') {
$bp->bp_options_nav['groups']['home']['position'] = '50';
$bp->bp_options_nav['groups']['home']['name'] = 'Activity';
}
}
add_action('wp', 'my_bp_groups_forum_first_tab');
?>
Perfect for users who don't understand Twitter!
Enter a URL eg.http://youtu.be/XLG-RXBe4Bc
and get the content!
http://buddypress.org/community/groups/
http://www.linkedin.com/groups?home=&gid=2216424&trk=anet_ug_hm
http://groups.diigo.com/group_mana/search_groups?keywords=buddypress+wordpress