Archive for the 'Plugins' Category

Quick & Dirty SMTP Plugin

This is a quick plugin I whipped up while working on another project. Basically, it takes advantage of the fact that WordPress now (as of 2.2) includes PHPMailer to allow you to make WordPress use SMTP.

Requires WordPress 2.2+. To use, download, change extension to “.php”, upload to plugins folder, activate, and configure.

To do: fix any bugs.

User Comments Plugin

This is an alpha release of my new User Comments plugin, but it works fine as far as I can tell. To install, download the source code, save it as user_comments.php, upload to your plugins directory and activate it in WP. This plugin will not work with 1.2; a 1.3 nightly is required.
Continue reading ‘User Comments Plugin’

WP-Refer

WP-Refer is a quick plugin I put together to record and display referers to individual posts. These are stored in custom fields (wp-refer) for each post. Certain referers can be excluded; by default Google and your site’s URL are excluded. Others can be added by editing the source code of wp-refer.php.
Continue reading ‘WP-Refer’

Language Picker Plugin Version .9

No longer supported! Not compatible with WP 2.0!

Another day, another version of my Language Picker Plugin. New features in version .9:

  • WordPress localization can be tied to user’s preferred language!
  • List languages available for the current post.
  • Provide translations for other text in your templates!

Continue reading ‘Language Picker Plugin Version .9′

Language Picker Plugin for WordPress

Eine deutsche Version gibt es noch nicht. Tut mir leid. Bis dann kann man die englische Version lesen. The Language Picker Plugin is my personal solution for writing posts in more than one language. When activated, the plugin will display posts in either the default language (as configured in lang_picker.php) or in the visitor’s preferred language, if available.
Continue reading ‘Language Picker Plugin for WordPress’