Support » Plugin: App Store Assistant » Your publicity link

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Defaulting to having that powered by link enabled by default is not something that plugins are allowed to do.

    10. The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission. Any such options in the plugin must default to NOT show the link.

    http://wordpress.org/plugins/about/guidelines/

    Emphasis is mine.

    You should be able disable that link in the footer by commenting line 69 in app-store-assistant/trunk/app-store-assistant.php

    // add_action('wp_footer', 'appStore_addLinkToFooter');

    http://plugins.trac.wordpress.org/browser/app-store-assistant/trunk/app-store-assistant.php#L69

    See if that works for you.

    Plugin Author SEALsystems

    (@sealsystems)

    There is an option in the settings to not show the link. It is the last option in the General Section under MIscellaneous.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    There is an option in the settings to not show the link.

    That’s all well and good but per those guidelines that link has to default to off.

    When do you plan to update your plugin and default to off? I tested your plugin and it defaults to on.

    Thread Starter scareyhdm

    (@scareyhdm)

    Thanks Jan , i think is just a error for sealsystems to have the option to be set to on and they will make sure to update the plugin.

    This is a very very good plugin and we will donate to this Author

    Thanks to all

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Your publicity link’ is closed to new replies.