Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Zack Katz

    (@katzwebdesign)

    That was a bug that I fixed within a day of releasing a major upgrade. Versions 2.0.1+ don’t have that bug. If they do, let me know and I’ll fix it.

    I’m frustrated that rather than contacting me first you went directly to WordPress admins.

    Thread Starter Brad Williams

    (@williamsba1)

    No you didn’t. You default ‘credit’ to ” and then check if it equals ‘no’ and if not you show the credit link.

    Thread Starter Brad Williams

    (@williamsba1)

    Which introduces another issue. If the user isn’t using the widget the credit link still shows up with no way to disable it because there is no settings page for your plugin, it’s all controlled in the widget

    Plugin Author Zack Katz

    (@katzwebdesign)

    Hey Brad, you might want to try looking at the MOST RECENT VERSION of the plugin. That was the bug I fixed.

    Now the code reads:

    $credit = false;
    foreach($settings as $s) { if($s['credit'] == 'yes') { $credit = true; } }

    Plugin Author Zack Katz

    (@katzwebdesign)

    Upgrade you’re plugin and stop complaining. Look at the changelog:

    = 2.0.1 =
    * Fixed bug where widget would display the form before the widget had been properly configured
    * Fixed a bug where the “Give thanks” link would show up even if “Give thanks” option had not been checked. Sorry about that!

    Thread Starter Brad Williams

    (@williamsba1)

    Glad to see its fixed. This isn’t the first time I’ve had problems with the credit link and this plugin. I’ve removed it from all sites I admin.

    Plugin Author Zack Katz

    (@katzwebdesign)

    If you looked at the code, you would realize that you can modify the “Give Thanks” output by adding a constant_contact_link filter.

    Thread Starter Brad Williams

    (@williamsba1)

    Can I modify the comment attribution text you put in the source of every site using your plugin (that disables the credit link)? Absolutely not.

    Plugin Author Zack Katz

    (@katzwebdesign)

    If you’re that concerned with an HTML comment on a free widget, why don’t you make your own? Or how about commenting out add_action('wp_footer', array(&$this, 'footer')); and calling it a day?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Constant Contact WordPress Widget] Credit link defaults to enabled’ is closed to new replies.