Plugin Directory

Changeset 832482


Ignore:
Timestamp:
01/03/2014 09:07:10 PM (12 years ago)
Author:
jonimo
Message:

Version 1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jonimo-simple-redirect/trunk/readme.txt

    r820289 r832482  
    11=== Plugin Name ===
    2 Contributors: jonimo
    3 Tags: redirect, multisite, profile, buddypress, login, logout, page, tag, category
     2Contributors: jjones7
     3Tags: redirect, buddypress, multisite, profile
    44Requires at least: 3.0.1
    5 Tested up to: 3.8 
    6 Stable tag: 3.7.1
     5Tested up to: 3.8
     6Stable tag: 3.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 jonimo simple redirect enables you to easily redirect registered users to any page, tag or category when they login or logout.
     10jonimo simple redirect enables you to easily redirect users based on their role to any page, tag or category when they login or logout.
    1111
    1212== Description ==
    1313
    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.
     14jonimo 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
     19their 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
     23Coming 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
    2027
    2128If you have any questions, or require support, let us know at [jonimo](http://jonimo.com/forums/support "jonimo support")
     29We will be rebuilding soon to be based on object orientated design techniques.
    2230
    2331== Installation ==
     
    27351. Upload `ji_redirect` to the `/wp-content/plugins/` directory of your site.
    28361. 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.
     371. You should be able to see a top level menu called 'Redirect Settings' appear in your administration panel.
     381. Select login, then a role and select one area to redirect users with this role
     391. Select the logout menu and select one area to redirect all users to on logout
     40
    3041
    3142== Frequently Asked Questions ==
     
    3445
    3546Any 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.
     47custom login script such as woocommerce may cause jonimo simple redirect to be ineffective.
    3748We 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
    3849[jonimo](http://jonimo.com/forums/support "jonimo support")
     
    5263Yes. For support within 48 hours, five days a week, visit [jonimo](http://jonimo.com/forums/support "jonimo support")
    5364
     65= Can I easily extend? =
     66
     67Yes. We have provided several useful filters to give developers lots of options if further functionality needs to be added.
     68
    5469
    5570== Screenshots ==
    5671
    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.com
    62 Bpdev for some ideas that led to parts of this code being written. You can find his great work on www.buddydev.com
    6372
    6473== Changelog ==
     
    6776* New release
    6877
    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.