Absolute Privacy WordPress Plugin Gets Big Update

  • Written on March 28, 2010
  • Posted in: WordPress
 
unapprovedlogin
 

I am happy to have finally released version 1.3 of Absolute Privacy. If you’ve ever wanted to make your WordPress powered website private (aka, family blogs, online journal, etc), Absolute Privacy makes it happen, complete with moderated registrations, RSS control, and lots more. Version 1.3 bring the following additions: added ability to control RSS feeds….

Add Custom Database Tables to New Sites in WP 3.0 Multisite

  • Written on March 18, 2010
  • Posted in: WordPress
 
database
 

I am currently working on a personal project using the multisite capabilities of the alpha version of WordPress 3.0. When a new site is added to the WordPress network, a slew of new tables are added to the database, prefixed with the defined table prefix and the blog ID (eg: wp_2_). Note: This article is about…

Change How Often WordPress 2.9 Takes Out the Trash

  • Written on December 19, 2009
  • Posted in: WordPress
 
grocery-bag-trash-can
 

The recent release of WordPress 2.9 brought a great new feature: the trash. Now users have a way to recover deleted posts and comments. By default, WordPress empties the trash every 30 days. If you’d like to change how often the trashed information is removed, simply open up wp-config.php and define the following constant: define(‘EMPTY_TRASH_DAYS’,…

MammothApps WordPress Development Studio Has Launched

 
mmapps
 

I am very excited to announce the official launch of MammothApps, a development studio specializing in advanced web applications and large-scale plugins built on the WordPress content management system (CMS). The former “John Kolbert WordPress Consulting” has lost its self-indulgent name and split to a completely separate entity. All of my development focus will now…

Absolute Privacy Updated to v1.2

  • Written on July 29, 2009
  • Posted in: WordPress
 
unapprovedlogin1
 

I just released v1.2 of my Absolute Privacy WordPress plugin. Absolute Privacy is a plugin which makes your blog only accessible to logged in users. It also lets users register themselves, choose a password, but have to be approved before being able to log in. This update was mainly to fix an XML-RPC authentication issue…

Show Your Latest Tweet In 5 Lines of Code

  • Written on June 30, 2009
  • Posted in: WordPress
 
tweetbird
 

While working on the redesign of my website I realized I was using a very inefficient method of displaying my latest Twitter post (“Tweet”). Currently I’m using a script I found online that uses two functions that are just over 20 lines of code total. Here I’ll show you how to use WordPress’ built in…

Smart Ads WP Plugin Updated to v2.2

 
brain2
 

Last night I updated Smart Ads to version 2.2. This fixes an issue where posts that had ads disabled would randomly have ads become re-enabled. It also includes a changelog in the readme so automatic upraders can view the changes right from their dashboard. What’s Smart Ads, you ask? Smart Ads is an intelligent advertising…

Smart Ads WordPress Plugin Hits 10,000 Downloads

 
brain2
 

A little over a year ago I released a WordPress plugin called Smart Ads. I had been looking for a plugin that would assist me in adding advertisements to Simply-Basic.com, my technology blog (now defunct), but  I couldn’t find one that I felt did everything I needed it to. After creating what I felt was…

WP Plugin Absolute Privacy v1.1 Released

 
unapprovedlogin1
 

I have  released an update to the Absolute Privacy WordPress plugin. This release fixes a bug where some Internet Explorer users were unable to login. It also tweaks a few things to provide for WordPress 2.8 compatibility. This is a recommended update for all users. What is Absolute Privacy, you ask? It is a WordPress…

Smart Ads WP Plugin Updated to v2.1

  • Written on May 29, 2009
  • Posted in: WordPress
 
brain2
 

I just updated the Smart Ads WordPress plugin to version 2.1. It fixes a PHP error that users were getting before they input any ad code into the settings page. Turns out it was a dumb coding mistake on my part. I fixed the code logic on one line and now it works as intended….