Plugin Directory

Changeset 390339


Ignore:
Timestamp:
05/29/2011 02:59:08 AM (15 years ago)
Author:
j_p_s
Message:
 
Location:
bp-profile-as-homepage
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • bp-profile-as-homepage/trunk/bp_profile_as_homepage.php

    r389656 r390339  
    44Description: Logged in users will be redirected to their profile page if they try to move to HomePage anywhere within buddypress installation same as FACEBOOK do. And as the user logs out, he/she is redirected to homepage again. This is tested successfully with Wordpress 3.0 and Buddypress 1.2.5.
    55Author: Jatinder Pal Singh
    6 Version: 0.4
     6Version: 0.5
    77Author URI: http://www.appinstore.com
    88*/
     
    2121    wp_logout_url( $redirect );
    2222}
    23 add_filter('get_header','bp_profile_homepage',1);
     23add_action('wp','bp_profile_homepage');
    2424add_action('wp_logout','logout_redirection');
    2525?>
  • bp-profile-as-homepage/trunk/readme.txt

    r389656 r390339  
    44Requires at least: 3.0
    55Tested up to: 3.1.2
    6 Stable tag: 0.4
     6Stable tag: 0.5
    77
    88== Description ==
     
    4646enabled for Buddypress installations within the directory. which means if your blog is not installed on root domain, still you can use this plugin.
    4747
     48= 0.5 =
     49Many themes were creating problem for redirection, so changes made so that redirection can work in any case
     50
    4851== Support Questions ==
    4952if you want to ask anything regarding this plugin, you can always put your questions on my website http://appinstore.com
Note: See TracChangeset for help on using the changeset viewer.