WordPress – Plugins Installed

Plugins Installed

Plugin Version Author Description
Angsuman’s Referrer Bouncer 1.2 Angsuman Chakraborty Bounce referer spammers back to their own sites. The plugin comes with a list of default sites.
Akismet 2.5.5 Automattic Used by millions, Akismet is quite possibly the best way in the world to protect your blog from comment and trackback spam. It keeps your site protected from spam even while you sleep. To get started: 1) Click the “Activate” link to the left of this description, 2) Sign up for an Akismet API key, and 3) Go to your Akismet configuration page, and save your API key.
Auto Moderate Comments 1.0 Ozh Auto moderate comments when a post is older than XX days (See quick readme & manual)
Bad Behavior 2.1.15 Michael Hampton Deny automated spambots access to your PHP-based Web site.
Custom Posts Per Page 1.3.3 Jeremy Felt Shows a custom set number of posts depending on the type of page being viewed.
Contact Form ][ 2.0.13 Chip Cuccio Contact Form ][ is a drop-in form that allows site visitors to contact you. It can be implemented easily (via QuickTags) within any post or page. This version is *specifically* for WordPress 2.x only.
Dynamic Text Replace 0.9.1 Scott Reilly Define your own custom dynamic text replacement pseudo-functions (i.e. ::google(“search terms here”)::)GOP: added display_function()GOP: Added googlemap to the text altered cases
External Links 4.0.6 Denis de Bernardy Marks outbound links as such, with various effects that are configurable under Settings / External Links.
Follow URL 1.0 Angsuman Chakraborty This plugin strips nofollow tags from your comments and comment author URL, which are inserted by default in WordPress 1.5
Flickr Gallery 1.5.2 Dan Coulter Use easy shortcodes to insert Flickr galleries and photos (and videos) in your blog.
Fuzzy Recent Comments 4.11 Denis de Bernardy Terms of useDoc/FAQSupport forum — A WordPress widget that lists a fuzzy number of recently commented entries. To use, call the_recent_comments(); where you want the tile to appear. Alternatively, do nothing and the tile will display when wp_meta(); is called.
Fuzzy Recent Updates 4.9 Denis de Bernardy Terms of useDoc/FAQSupport forum — A WordPress widget that lists a fuzzy number of recently updated entries. To use, call the_recent_updates(); where you want the tile to appear. Alternatively, do nothing and the tile will display when wp_meta(); is called.
Geo 1.9.1 Owen Winkler Attaches geographic coordinate information to posts.
Google XML Sitemaps 3.2.6 Arne Brachhold This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog.
Head META Description R1.1.2 Kaf Oseo Insert HTML META description tag: excerpt/content brief for post/Page, description for category, and blog tagline for everything else.
Heat Map 1.1 Christoph Wimmer Template tags for a heat map of category links, archive links and author links. This version is for WordPress 1.5 “Strayhorn”, version 1.0 of this plugin is still compatible with WordPress 1.2 “Mingus”.
In Series 3.0.12 Travis Snoozy Gives authors an easy way to connect posts together as a series.
Include Page 1.3b Brent Loertscher / Gary Paulson Allows you to include the contents of one page/post in another page/post. Optionally the included page/post can be put through the WordPress content filters before it is echoed to the page allow you to include the contents of a static page at any place in the template. Modified at Dogberry Patch to use post_name instead of post_id.
Landing sites 1.31 The undersigned When visitors is referred to your site from a search engine, they are definitely looking for something specific – often they just roughly check the page they land on and then closes the window if what they are looking for isn’t there. Why not help them by showing them related posts to their search on your blog? This plugin/guide lets you do that, works with a long list of search engines! Plugin is made with help from these scripts: http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/ – http://textsnippets.com/posts/show/231 – http://www.lazaryn.com/entry-28.html
Markdown Extra 1.2.4 Michel Fortin Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More…
Moderate Trackbacks 1.21 Nick Momrik Puts trackbacks not marked as ‘spam’ into moderation.
Never Moderate Admin or Post Author 0.9.1 Scott Reilly **DEPRECATED** Never moderate or mark as spam comments made by the site admin or the post’s author regardless of the apparent spamminess of the comment.
OpenID Delegation 0.1 Eran Sandler Adds OpenID delegation to a WordPress blog allowing users to authenticate/signin/signup to OpenID supported sites with their blog’s URL.
Phoogle Maps 2.0 Justin Johnson & Chris Peneguy(Made it a plugin) Uses Google Maps API to create customizable maps that can be embedded on your website
Plugins Used Plugin 0.1.11 Andrew Chen This plugin will give you a function to display what plugins you are using. Thanks to Sören Weber for submitting a fix for a display problem. Now sorts by plugin name instead of plugin file name as it had.
PHP Exec 1.7a Priyadi Iman Nurcahyo Execute PHP Code inside a post. Do NOT use this plugin if you don’t trust your WP users.
Permalink Redirect 1.0.1 Joost de Valk Redirects all crap away from the end of the URL
Pagebar2 2.59 Lutz Schröer Adds an advanced page navigation to WordPress.
Role Manager 1.4.5 Owen Winkler Role Management for WordPress 2.0. Coding By David House and Owen Winkler.
Redirection 2.2.10 John Godley Manage all your 301 redirects and monitor 404 errors
Related Posts 2.02 Alexander Malov & Mike Lu Returns a list of the related entries based on active/passive keyword matches.
Search Excerpt 1.2 $Rev: 19 $ Scott Yang Modify the_exceprt() template code during search to return snippets containing the search phrase. Snippet extraction code stolen from Drupal‘s search module. And patched by Jam to support Asian text.
Smart Update Pinger 2.0 Christian Davén Replaces the built-in ping/notify functionality. Pings only when publishing new posts, not when editing.
Smart Link 1 Mark Cunningham Does a simple search and replace on all post using SQL replace.
Slickr Flickr 1.19 Russell Jamieson Displays tagged photos from Flickr in slideshows and galleries
Smart Archives 1.6 Justin Blanton A simple, clean, and future-proof way to present your archives.
wp-cache 2.1.2 Ricardo Galli Granada Very fast cache module. It’s composed of several modules, this plugin can configure and manage the whole system. Once enabled, go to “Options” and select “WP-Cache”.
Wordbooker 2.0.9 Steve Atty Provides integration between your blog and your Facebook account. Navigate to Settings → Wordbooker for configuration.

Notes:

  • Fuzzy recent posts

    Its fuzzy notion of “recent posts” will automatically adjust the number of posts based on how frequently you update your blog I removed the section that displays archive & RSS. The section can be found between the two lines:

    $output .= “\n”;
    echo $output;

  • PHP Exec

    This plugin lets you execute dynamic PHP code in posts. It masks PHP code before balanceTags, and unmask them afterwards, so it should be safe to use PHP code that has literal HTML tags in it, for example: code which print out HTML

    <phpcode> <?php echo “Current date and time: “; echo date(“l dS of F Y h:i:s A”); ?> </phpcode>

Pluggins Installed but Removed

  • Time of Day Again, don’t really need time showing up on posts. Also since uses the_time() it was also causing a problem with other places that dispayed the time – like my categories page. Looks like there is another time routine that could be called if I really wanted to use this.
  • Splee’s Fuzzy DateTime plugin Don’t really need the time showing up on my posts.

    This plugin takes the time and date of a post and makes it ‘fuzzy’, i.e. more human.
    For example, if a post was made three days ago, instead of simply displaying the date the plugin can output ’3 days ago’.

  • Customizable Comment Listings – Replaced by Semilogic’s routines

  • Customizable Post Listings – Replaced by Semilogic’s routines
  • Theme Switcher – not needed at this point – 1 theme is enough
  • Easy Post-to-Post Links – not useful for me > Easily reference another post in your blog using a shortcut, either by id or post slug. The shortcut is replaced with the hyperlinked title of the referenced post.

Navigation:

2 Comments »

  1. 1

    Just added Scott Yang’s Permalink Redirect plugin which ensures that pages and entries are always contain the final slash in the URI. Otherwise, a 301 redirect will be issued with the slash.

    Comment by Gary Paulson — October 24, 2005 @ 12:25 pm


  2. 2

    Will this plugins work with wordpress multiuser version?

    Comment by praca — October 8, 2006 @ 2:04 am


RSS feed for comments on this post. TrackBack URI

Leave a comment



Powered by WordPress
Copyright by Gary Paulson

Bad Behavior has blocked 583 access attempts in the last 7 days.