Skip to main content

Home/ Groups/ TLT Wordpress
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

WordPress › VoiceThread Auto Embed « WordPress Plugins - 0 views

  • This plugin will allow you to embed a VoiceThread just by pasting the link into your post or page.
  •  
    It just gets more and more interesting.
Cole Camplese

WP Profiles | CUNY Academic Commons | Profile - 0 views

  •  
    CUNY's WordPress plugins. Huge stuff here.
bkozlek

WordPress › Twitter Blackbird Pie « WordPress Plugins - 0 views

  • Add awesome looking embedded HTML representations of actual tweets in your blog posts just by adding simple shortcodes.
‹ Previous 21 - 28
Showing 20 items per page