Viewing 1 replies (of 1 total)
  • Plugin Author slickremix

    (@slickremix)

    Thank and sorry for the delay! This is something to consider for our next update as an option. For the time being you could just edit the file pps-functions.php in the admin folder. This is the path. wp-content/plugins/post-profit-stats/includes/pps-functions.php

    Change line 58 and 59 from this:

    add_menu_page($customPageName, $customPageName, 'manage_options', 'pps-settings-page', 'pps_settings_page', 'div', 98);
     add_submenu_page( 'pps-settings-page', 'Authors Total Stats' , 'Authors Total Stats', 'manage_options', 'pps-settings-page', 'pps_settings_page');

    To this, and you should be good 🙂

    add_menu_page($customPageName, $customPageName, 'read', 'pps-settings-page', 'pps_settings_page', 'div', 98);
     add_submenu_page( 'pps-settings-page', 'Authors Total Stats' , 'Authors Total Stats', 'read', 'pps-settings-page', 'pps_settings_page');
Viewing 1 replies (of 1 total)
  • The topic ‘Can My Authors See All Other Authors' Pageviews?’ is closed to new replies.