Skip to main content

Home/ TLT Wordpress/ Group items tagged buddypress

Rss Feed Group items tagged

bkozlek

BuddyPress.org | Community/groups | How-To and Troubleshooting | Forum - 0 views

  • <?php /* Plugin Name: remove buddypress login form * Description: remove buddypress login form * Author: PerS * Version: 1.0 * Author URI: http://soderlind.no/ * Plugin URI: http://soderlind.no/ */ add_action('bp_before_sidebar_login_form', 'ps_before_sidebar_login_form'); function ps_before_sidebar_login_form() { ob_start(); } add_action('bp_after_sidebar_login_form', 'ps_after_sidebar_login_form'); function ps_after_sidebar_login_form() { ob_end_clean(); } ?>
  •  
    a simple bit of plugin code to hide the login form on the sidebar of buddypress. 
bkozlek

BuddyPress.org | Community/groups | How-To and Troubleshooting | Forum - 3 views

  • the buddypress admin bar has a redirect_to that sends the user to the main site instead of back to the blog they’re looking at.
  •  
    This page describes what I consider a major usability problem for buddypress/wordpress network. I'd like to see the workaround packaged as a plugin.
bkozlek

CUNY Academic Commons | Home - 0 views

  •  
    CUNY's wordpress/buddypress instance. 
1 - 6 of 6
Showing 20 items per page