If you’re using the Shared Users Table trick to create an ad-hoc blog network, then you need to be using WP-Orphange. When you set the constants CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE in your wp-config.php file, your users can log into any blog that defines the same Users table. However, if the blog isn’t the one they registered on they won’t be assigned any Roles or Capabilities on the other blogs, and they will be shown an error. I call these users ‘orphans.
WP-Orphanage is a WordPress plugin that automatically adopts all of your orphans automatically, and will set a Role for them on the blog they are trying to log into. You have control over which Role they are set to in wp-admin.
The v1.1 update fixes a bug introduced in the option screen in v1.0.1 and is recommended for all users of this plugin.
Many thanks to Vince from Alphak.net – Born to Be Wired for reporting this error and helping me debug the solution.
Hello There! Thank you for visiting my site.
This is the professional blog of Eric Marden, a veteran web developer, entrepreneur, and inspirational speaker.
If you're new here, please subscribe to my
RSS feed. You'll get a blend of tech news, analysis, inspirational essays, and much more.
Subscribe today.
OrlandoPHP is the monthly user group meet up for PHP programmers in the greater Central Florida area. February’s meeting is tonight and I have the privledge of sharing my WordPress plugin development knowledge with the group as the first of tonight’s presenters.
Its a 30 minute talk so I plan on covering the basics of plugin development, where to get help, how I organize my plugin’s assets and will round it out by showing you how to add ajax functionality to your plugin (with jQuery of course!)
The fun starts at 7pm (Thursday, February 5th) at Stardust in Winter Park. There are still some spots open, so you should probably head over to the site and RSVP.
If you can’t make it, I will post my slides here afterwards.
I have just committed a major update to my K2 Hook Up plugin. As soon as I released my plugin—which allows smart people using the K2 theme to insert arbitrary HTML, CSS, or JavaScript code into any of the 7 custom template hooks that K2 provides—I got the same question: When will it support inserting PHP code?
I’m happy to report that its day has come, and that day is today.
Continue reading ‘K2 Hook Up v1.0′
I updated FlareSmith, my WordPress plugin that helps you integrate FeedFlare and FeedBurner stats into your WordPress blog without having to edit your theme files, yesterday. Version 0.9 added an option to include the FeedBurner javascript snippet below every post on the site, instead of just on the Single page (full blog post). This way, when your posts are listed on the homepage or in other lists, the FeedFlare will show. You’ll want to keep this option turned off if you aren’t using FeedFlare on your site, and just want FeedBurner Stats, as FB Stats are only set to record hits to the individual posts, and not the archive or homepage of your blog. I also cleaned up the documentation some, and am preparing the plugin for i18n. I already have a couple of volunteers for Spanish and Turkish, but if you’re interested in helping to translate the FlareSmith plugin – let me know.
Continue reading ‘FlareSmith v0.9 and Plugin Competition Update’

For the past few weeks I’ve been quietly tinkering on a new section of the ol’ xentek homestead, and I’m happy to report that the efforts are starting to bare fruit. In other words, I’ve been scratching a few itches, and have released the results under the GPLv3. The first one out of the incubator is FlareSmith. a WordPress plugin to integrate the FeedBurner Stats and FeedFlare services into your blog – without having to edit your theme.
This plugin was the result of using the K2 theme framework for most of my WordPress sites. I got tired of having to remember to patch theloop.php each time I wanted to upgrade K2. By developing a simple content filter, I could insert the small JavaScript snippet that powers the FeedBurner Stats and FeedFlare integration with your self-hosted blog.
The plugin is available here, and is also hosted at the WordPress Plugins Database – to take advantage of the new plugin upgrade functionality in 2.5.
Enjoy!
P.S. I entered the plugin into a competition. Stop by and vote for me if you get a chance.
comments