Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor lechab

    (@lechab)

    Hi jinnetics,

    Thank you for reporting. Can you provide us more details about your set-up in particular which ‘user type’ (admin, subscriver…) are you using to connect to your dashboard?

    cHab

    Thread Starter jinnetics

    (@jinnetics)

    User role is Admin. NewStatPress does not appear in the Dashboard’s left sidebar at all. It appears in Plugins but only to Activate or Deactivate. I tried toggling this but there was no change.

    Plugin Contributor lechab

    (@lechab)

    Could you let your email to ice00 on the website plugin, I will contact you in MP.
    Thank you,
    cHab

    Plugin Author ice00

    (@ice00)

    For all with this problem. It seems to be related to the use of https://codex.wordpress.org/Multisite_Network_Administration

    we are being investigating what this software changes inside WordPress to have a fix

    thanks

    Same problem here =(
    Also a multisite install with site-wide-activation of the plugin. Although even when I activate it on the bloglevel, it doesn’t show the entries in the menu anymore.
    I do see however the widget in the dashboard. But when I click the link with details to wp-admin/admin.php?page=nsp_details, I get an “you do not have the necessary rights” error.

    Plugin Author ice00

    (@ice00)

    I need some test.

    Please, modify line 184 from

    if ( ! user_can( $current_user, "subscriber" ) ) {

    to

    if ( user_can( $current_user, "edit_posts" ) ) {

    and let me know if with this all works.

    thanks

    Plugin Author ice00

    (@ice00)

    Resolved in 1.0.7

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘After 1.0.3 update, NewStatPress gone (though activated)’ is closed to new replies.