Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - <?php
 - function bbg_change_profile_tab_order() {
 - global $bp;
 - $bp->bp_nav['settings']['position'] = 70;
 - }
 - add_action( 'bp_setup_nav', 'bbg_change_profile_tab_order', 999 );
 - define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );
 - add_filter( 'dpw_email_message', 'cleo_dpw_plaintext_message', 10, 2 );
 - function cleo_dpw_plaintext_message( $template, $new_message ) {
 - return $new_message;
 - }
 - ?>
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment