Chris on June 21st, 2010

When I saw the release announcement on WordPress 3.0 (Thelonious), I was excited to see that is was finally integrating in the WordPressMu project allowing one installation of wordpress to handle multiple blogs. I maintain several websites and blogs in wordpress, and have struggled with the operational best practices surrounding it.

I was quite excited to see the multisite support so I decided to deploy a VM at the house to test out migration of all my sites to a single install.

First off, multisite would end my ability to allow hosting customers direct access to their databases via the phpmyadmin plugin. Since multisite uses a single database, giving access to that database to one customer means that customer has access to all the sites hosted by that installation.

The next problem is that multisite is not (yet) designed to handle multiple top-level domains. There are tables inside the database that indicate they plan to go this route, but the admin interface isn’t ready for it.

Under the SuperAdmin menu, you can edit the Domain, SiteURL and Home fields to change the URL for the site, but then you can’t actually log into the wp-admin interface for that site.

This link provides an overview of how you can do it via editing the wp_sites table, however the Admin interface isn’t exactly setup to allow you to manage the site once you move it to a different domain.

Then there is the confusion over the wp_blogs table managing sites and the wp_site table managing domains.

WordPressMu had a plugin for Domain Mapping that has been updated (but not yet released, you’ll need to download from the author’s SVN trunk) to support WordPress 3.0. I’ve had better luck following this guide and using the Domain Mapping plugin.

However, with the Domain Mapping plugin, I’ve noticed some strange behavior with using multiple domains mapped to the master. I’m gonna chalk this up to running a non-released code.

In short, Multisite is not yet ready for primetime (based on my needs). I suspect it was more designed for a site like Redstate that allows users to host their own diaries, or the AJC where different reporters have their own blogs under the ajc.com domain.

I’ve not yet played with the features of the new Twenty Ten theme, but the ability to use the WordPress interface to build out custom page menus looks to be kick ass.

Just before the 3.0 release I converted the PrimeHarbor website to a wordpress site. Since I’ve not yet cut that over to production, I think I’m going to take the time to build it out under 3.0. And since PrimeHarbor is the site hosting the other domains, it makes sense to make that my root site if and when I go to multisite.

Chris on May 11th, 2010

Found this on Austin Scott’s website. It looks kinda neat. Maybe a candidate for the Gwinnett GOP’s site.

About Wibiya.

Facebook User on August 11th, 2009

WP Ajax Edit Comments | The Reader Appreciation Project.

This might work if we disabled AJAX commenting. Need to setup a test server to check it out.

Tags: ,

Facebook User on August 9th, 2009

So I think I’ve finally found need to actually write my own plugin. Basically it is a “Moderate” button that will appear to certain WP users next to each comment. When clicked it will place the comment into a special moderated queue which will be visible to moderators, but not to the general public.

I’ll probably use Role Manger to create a moderator user class and assign them the capabilities of Subscriber, and an additional capability for moderation.

I think setting the background of a moderated comment to a light grey will be an easy way to distinguish between a moderated comment and a publicly visible one.

Now the only trick is to find the time to do it.

Facebook User on August 8th, 2009

I’m setting it up for the Gwinnett GOP now.

stimuli.ca » Slickr Gallery (AJAX Flickr plugin for WordPress).

Tags:

Chris on January 30th, 2007

Title: World Domination with WordPress

  • What is WordPress
  • The joys of Plugins
    • antispam captcha
    • spell check
    • post rankings
    • Firestats
    • iCal
    • Database management
      • WP-phpMyAdmin
      • Database Backup
  • The joys of Themes
  • Database nitty-gritty
  • How WP can help with your meglamanical schemes
    • Websites:
      • http://www.ale.org
      • http://www.gwinnettgop.org
      • http://www.gopliberty.org
    • Blogs:
      • http://www.vitalpowers.com/blog
      • http://www.chrisfarris.com/geeklog
    • Advanced stuff:
      • http://www.georgialegislativewatch.com/
Chris on January 7th, 2007

Here is a good captcha anti-comment-spam tool for wordpress

Make sure to note This comment which has the fix for WordPress 2.0. If you don’t then the captcha is there, but any value will still allow a post.

This looks to be an even better version

Chris on September 4th, 2006

LiveJournal CrossPoster allows me to selectively cross post entries in this blog an Vital Powers over to my livejournal.

Will suck down the ics file from Google calendar and display it on a page.