Viewing 1 replies (of 1 total)
  • Hello Lanaloga,

    Use this plugin
    http://wordpress.org/plugins/peters-login-redirect/
    and change
    $wpdb->query( “ALTER TABLE ‘$rul_db_addresses’ CHANGE rul_type rul_type ENUM( ‘user’, ‘role’, ‘level’, ‘all’, ‘register’ ) NOT NULL” );
    to
    $wpdb->query( “ALTER TABLE wp_login_redirects CHANGE rul_type rul_type ENUM( ‘group’, ‘user’, ‘role’, ‘level’, ‘all’, ‘register’ ) NOT NULL” );
    wplogin_redirect.php page

    and check in dashboard->seetings-> login-redirct/logout-redirect and make settings.

Viewing 1 replies (of 1 total)
  • The topic ‘Access to subcategory’ is closed to new replies.