Changeset 390339
- Timestamp:
- 05/29/2011 02:59:08 AM (15 years ago)
- Location:
- bp-profile-as-homepage
- Files:
-
- 6 added
- 2 edited
-
tags/0.4 (added)
-
tags/0.4/bp_profile_as_homepage.php (added)
-
tags/0.4/readme.txt (added)
-
tags/0.5 (added)
-
tags/0.5/bp_profile_as_homepage.php (added)
-
tags/0.5/readme.txt (added)
-
trunk/bp_profile_as_homepage.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-profile-as-homepage/trunk/bp_profile_as_homepage.php
r389656 r390339 4 4 Description: 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. 5 5 Author: Jatinder Pal Singh 6 Version: 0. 46 Version: 0.5 7 7 Author URI: http://www.appinstore.com 8 8 */ … … 21 21 wp_logout_url( $redirect ); 22 22 } 23 add_ filter('get_header','bp_profile_homepage',1);23 add_action('wp','bp_profile_homepage'); 24 24 add_action('wp_logout','logout_redirection'); 25 25 ?> -
bp-profile-as-homepage/trunk/readme.txt
r389656 r390339 4 4 Requires at least: 3.0 5 5 Tested up to: 3.1.2 6 Stable tag: 0. 46 Stable tag: 0.5 7 7 8 8 == Description == … … 46 46 enabled for Buddypress installations within the directory. which means if your blog is not installed on root domain, still you can use this plugin. 47 47 48 = 0.5 = 49 Many themes were creating problem for redirection, so changes made so that redirection can work in any case 50 48 51 == Support Questions == 49 52 if 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.