Results 1 to 2 of 2

Thread: Multisite Back Office Access issues

  1. #1
    Thread Starter
    Veteran weiching's Avatar
    Join Date
    Apr 2011
    Posts
    505
    Thanks
    85
    Thanked 43 Times in 38 Posts

    Multisite Back Office Access issues

    Hello everyone,

    I know that this feature does not currently support Multisite, so I also tried the following two ways.

    1、Forbidden WP-admin

    Modify theme/functions.php

    Added
    Code:
    add_action( 'init', 'blockusers_init' );
    
    function blockusers_init() {
       if ( is_admin() && ! current_user_can( 'administrator' ) ) {
          wp_redirect( home_url() );
          exit;
       }
    }
    2、Password protection WP-admin

    Although the above two methods to prevent members from accessing WP-admin, but also had another problem! Members cannot post advertisements.

    There is which method to use?

    Please kindly let us know, thank you.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. MultiSite user/login issues
    By big24fan in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: May 31st, 2011, 07:48 AM
  2. Replies: 1
    Last Post: March 25th, 2011, 01:45 AM
  3. Back Office Access
    By techbroker in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: March 12th, 2011, 07:12 AM
  4. [SOLVED] how to allow access to back office
    By doctorcilantro in forum Report ClassiPress Bugs
    Replies: 13
    Last Post: February 17th, 2011, 03:24 PM
  5. [SOLVED] New User Can See My Back Office...Help!
    By jametownusedcars in forum Help Using ClassiPress
    Replies: 2
    Last Post: October 20th, 2010, 12:02 AM