Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Kelly

    (@raincity)

    Rather than have someone load it up just to see a pay-to-see screen.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    To report plugin issues or legitimate complaints, please send an email to plugins AT www.ads-software.com.

    I’m not a plugin reviewer, but in my opinion that’s actually pretty ballsy and really offends my sense of fair play. The plugin page does NOT state that you need to pay to use it. That’s bait and switch and not cool at all.

    I have nothing against commercial GPL’ed plugins, and that stats page look awfully good and well designed.

    I honestly want WordPress plugin, theme, and core developers to become wildly successful and make boat loads of cash and be rewarded for their efforts. If/when that happens, I think that’s right and proper.

    But the plugin repository here is not a commercial market place and the author shouldn’t have pulled that stunt.

    Fortunately the code is GPL’ed (as are all plugins in the www.ads-software.com repository) so looking at the source I think I see a way to enable the features. In fact the comment in the code indicates that this is encouraged by the author.

    /* # Activate premium.
    ————————————————————– */
    // No special checks. This is open source, you could hack around it easily (if your time is less valuable than a?2).

    So here goes: make a backup copy of your theme’s functions.php file and add this one line to it around the top.

    update_option( 'word_stats_premium', 3 );

    Now visit your WordPress URL, that will ensure that the functions.php file is read and executed.

    Once that’s done, visit the Word Stats dashboard and the premium stats should be working. You can put back the original functions.php back.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    No need to email, however. I’ll take a look-see. *sigh*

    BTW, you can also put this in your URL: domain.com/wp-admin/index.php?page=word-stats-graphs&word-stats-action=donation

    That runs the same command.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    +1 for that solution.

    That’s much easier and doing it that way means you don’t have to update the options yourself via functions.php. Just let the plugin update it’s own option for you.

    Plugin Author Fran Ontanaya

    (@fran-ontanaya)

    The code has been removed. The plugin is now all free.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Word Stats] Premium Plugin’ is closed to new replies.