Changeset 832482
- Timestamp:
- 01/03/2014 09:07:10 PM (12 years ago)
- File:
-
- 1 edited
-
jonimo-simple-redirect/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jonimo-simple-redirect/trunk/readme.txt
r820289 r832482 1 1 === Plugin Name === 2 Contributors: j onimo3 Tags: redirect, multisite, profile, buddypress, login, logout, page, tag, category2 Contributors: jjones7 3 Tags: redirect, buddypress, multisite, profile 4 4 Requires at least: 3.0.1 5 Tested up to: 3.8 6 Stable tag: 3. 7.15 Tested up to: 3.8 6 Stable tag: 3.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 jonimo simple redirect enables you to easily redirect registered usersto any page, tag or category when they login or logout.10 jonimo simple redirect enables you to easily redirect users based on their role to any page, tag or category when they login or logout. 11 11 12 12 == Description == 13 13 14 jonimo simple redirect helps make your site flow more effectively by directing users to areas of your choice when they login or logout of your WordPress site. 15 For example, if you want all users who login to be directed to a welcome page, (rather than the WordPress admin) or to be redirected to the home page when they logout, 16 then this plugin will help. 17 18 If you are using BuddyPress you can give your users an experience more similar to popular social networks by redirecting them to 19 their personal profile pages, their 'friends' menu or the activity stream. 14 jonimo simple redirect helps your users with different roles get to the right place when they login or logout of your WordPress site. 15 16 * seamlessly redirect different users to different areas of your website based on their role 17 * simply select a role, then one page, content category or content tag to send these users to on login 18 * fully compatible with BuddyPress 1.9. You can give your users an experience more similar to popular social networks by redirecting them to 19 their personal profile pages, their 'friends' menu or the activity stream 20 * fully multisite compatible, giving each site administration control over where the different users of their site are redirected to 21 * extendable and built with developers in mind. It's easy to change the default redirect behaviour using custom filters. 22 23 Coming in 2014: 24 25 * February -> options to redirect different user roles to different destinations a set number of times (or over a set time period). 26 20 27 21 28 If you have any questions, or require support, let us know at [jonimo](http://jonimo.com/forums/support "jonimo support") 29 We will be rebuilding soon to be based on object orientated design techniques. 22 30 23 31 == Installation == … … 27 35 1. Upload `ji_redirect` to the `/wp-content/plugins/` directory of your site. 28 36 1. Activate the plugin through the 'Plugins' menu in WordPress 29 1. You should be able to see a top level menu called 'Redirect Settings' appear in your administration panel. 37 1. You should be able to see a top level menu called 'Redirect Settings' appear in your administration panel. 38 1. Select login, then a role and select one area to redirect users with this role 39 1. Select the logout menu and select one area to redirect all users to on logout 40 30 41 31 42 == Frequently Asked Questions == … … 34 45 35 46 Any other plugin that attempts to redirect users on login or logout may conflict with this plugin. Likewise, any plugin that uses a 36 custom login script such as woocommerce , where the 'login_redirect' filter is not used,may cause jonimo simple redirect to be ineffective.47 custom login script such as woocommerce may cause jonimo simple redirect to be ineffective. 37 48 We are looking at ways to ensure as wide a compatability as possible in upcoming releases. If you have any problems, please let us know at 38 49 [jonimo](http://jonimo.com/forums/support "jonimo support") … … 52 63 Yes. For support within 48 hours, five days a week, visit [jonimo](http://jonimo.com/forums/support "jonimo support") 53 64 65 = Can I easily extend? = 66 67 Yes. We have provided several useful filters to give developers lots of options if further functionality needs to be added. 68 54 69 55 70 == Screenshots == 56 71 57 == Credits ==58 59 This plugin was created by jonimo, with a little inspiration (and some great GPL code) from:60 61 Jatinder Pal Singh for certain small elements of this code. You can find his fantastic work at www.appinstore.com62 Bpdev for some ideas that led to parts of this code being written. You can find his great work on www.buddydev.com63 72 64 73 == Changelog == … … 67 76 * New release 68 77 69 70 71 78 = 1.1 = 79 * You can now select different redirect options for different roles. 80 * Tested on BuddyPress 1.9 and 3.8 81 * Added more filters for developers
Note: See TracChangeset
for help on using the changeset viewer.