WPSE Plugin Repository: The plugins that came out of WP-Answers

Link your WPSE-Plugins

If you answered a question and made a plugin out of your code, than this is your place to share it.

The Idea:
An old comment from @MikeSchinkel during the beta phase where he wrote something like “I wonder how many plugins will come out of WA”.

Read More

“Rules”

  • Write a short – one line – description of what the plugin is intended to do.
  • Tell how it’s meant to be used: Template Tag, Shortcode, Widget, Plug & Play.
  • Link to your plugins in an answer, on github/bitbucket/whatever or in the wp.org repo.
  • Please link one plugin per answer.
  • If you got some answers that would serve well as plugin, just modify your A and link it here.
  • If your plugin became a commercial plugin later, it’s ok to post the link here.
  • If your plugin is not cc- plus GNU GPL 2-licensed, please mention the license.

Notes:


Important: About License

As to a lot of discussion about copyright & open source licenses1), i want to mention that these plugins run under the cc-license plus the GNU GPL 2-license, if the author didn’t mention else.

1) Some related discussion examples:

Related posts

Leave a Reply

18 comments

  1. Bainternet User Ranks

    Description:

    Create and display user rank titles based on there post count, comment count or both.
    This is aimed at multi Author,User blogs which you can create rank levels in your blog based on author post count, comment count or both. Its ranking system similar to a forum.

    Screenshot:
    user ranks

    Usage:

    <?php $baur_plugin = new baur_Plugin();
    $user_rank = $baur_plugin->ba_get_user_points($user_id,true);
    echo "title: ". $user_rank['title'] . "Points: " . $user_rank['points'];?>
    

    Download-Link:

    WordPress.org

    Related Question:

    Forum-esque Post Count User Ranks (Without Buddypress)

  2. Network Terminator

    Type: Admin, Multisite

    Description: Alows to bulk add terms across network. You can select what sites will be affected. Works with custom taxonomies. Works from any site in the network.
    version 0.0.1 = Use with care. Any feedback is much appreciated!

    Screenshots:

    Before:

    Network Terminator - Before

    After:

    Network Terminator - After

    Download link:
    https://github.com/maugly/Network-Terminator

    Related Question / Inspired by:
    WordPress: Can I add categories/tags to all sites in my network at once?

  3. Post Status Menu Items

    Description

    This plugin is useful for people who regularly use all or most of the post statuses. Posts, Pages, and Custom Post Types are all supported by the plugin with options to toggle menu statuses on/off for each post type. The plugin adds the following post statuses to to the Dashboard’s submenus: Drafts, Pending, Scheduled, Published, Private, and Trash. Each post status is followed by the number of posts in that status (e.g. “Drafts (17)”). Statuses with 0 posts are not displayed

    Type

    Plug and play for Posts menu. Settings for the rest.

    Screenshot

    Fly out "Posts" submenu with Post Status Menu Items Expanded "Posts" submenu with Post Status Menu Items

    Download Link

    Post Status Menu Items on WordPress.org

    Related Question

    Adding an Arbitrary Link to the Admin Menu?

  4. Deprecation Checker

    Description

    Extracts a list of deprecated functions from core and scans the themes/plugins directories for instances of said functions. The output includes file name and line number as well as the recommended function to use in its place. An admin can add other paths to be scanned as well as include other functions for which to search.

    Type

    Plug and Play

    Download Link

    WordPress.org

    Related Question

    Automating Deprecated Call Checks