• In a multisite configuration, admins of child blogs can’t access the settings for W3 Total Cache. This is a concern because I want to be able to allow admins to prevent caching of certain pages on their blogs. This will be different for each blog.

    I’m using WordPress Admin Menu Editor to assign permissions on dashboard menus, and can see that the W3 Total Cache menu items require the ‘manage_options’ capability.

    All admins of child blogs have this capability for their corresponding blog by default.

    I tried changing the required capability to ‘read’ but admins were still unable to access the settings.

    Any thoughts?

    https://wordpress.org/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Thread Starter glyndavidson

    (@glyndavidson)

    I found the problem in
    w3-total-cache/lib/W3/Menus.php

    And changed line 50 to:

    'network_show' => true

    Does anybody know why this is set to false in the first place?

Viewing 1 replies (of 1 total)
  • The topic ‘Admins can't access dashboard’ is closed to new replies.