Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @zemekis148 Sorry to hear that, but it sounds like something wasn’t quite right. You should never see it more than 3 times. If you dismiss it it shouldn’t show back up for 2 weeks, then another 4 weeks, finally never again.

    If you click already did it should never show again either.

    The code used for those requests is used in at least a dozen popular plugins and we rarely see complaints like this. Almost always due to a JavaScript error preventing the dismiss Ajax event from triggering or a PHP error causing it not to get saved. I’m all cases it was caused by other plugins or themes.

    Can you try installing the Health Check plugin. Then go to plugins page and choose Troubleshoot for the Content Control plugin and see if you can dismiss it that way. If so it confirms the above.

    Otherwise we would love more feedback on exactly what you were seeing.

    Thread Starter schoefl

    (@zemekis148)

    My problem is very specific. I usually don’t mind a few notes. But I use the plugin on the site for an association with hundreds of members. They only come to the WordPress dashboard a few times to edit their listing entry. I have freed this one page from the sidebar menu and admin bar. And then when testing the roles “Member Austria” and “Member Germany” comes the box that is aimed at a webmaster. In total, that gives me over a thousand appearances.

    Perhaps one could modify this code so that custom subscriber roles are spared. These are unlikely to ever give a rating.

    That and the problem with user role cost you the 5th star, but only barely.

    Otherwise, the plugin is the perfect lightweight alternative to other access and membership plugins for my needs. Really good.

    Plugin Author Daniel Iser

    (@danieliser)

    @zemekis148 – Eek, totally see what you mean there.

    In general that review functionality I wrote came from another plugin of mine where users who edit posts do use the functionality, so it made since there. Clearly doesn’t here.

    We’re gonna fix that: https://github.com/JunglePlugins/Content-Control/issues/18

    We will be changing it to only show for users who can actually see the options page used to set it up :).

    In the mean time try:

    remove_action( 'init', array( '\JP\CC\Admin\Reviews', 'hooks' ) );

    Further we have plans for a premium upgrade later this year that may put it on par with membership plugins. IE if you had additional conditions for things like Customer Purchased Product X, you could lock down content in the form of a membership purchase pretty easily for any store.

    Hope that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Good Plugin’ is closed to new replies.