Archive for February 2nd, 2007

Extra, Extra Read all about it, Back on Google on the 2nd of February

As I had hoped the SEO changes and the redesign have gotten me put back on Google, and Technorati finally realizes I update. It may not seem like much, but I have been off both since June or so of last year (although prior to that I had a good ranking in Google).

As an aside to the person who found my site on Google while searching for INAP help: If you need help with a plugin, post in the comments. I try to answer within the day.

Super Category (multi-blog) Plugin Compatability List.

To add a plugin to this list please leave a comment with: Plugin Name, url, status. If the plugin doesn’t work please say how it doesn’t work; this description can be technical — the plugin calls get_var(”XXXX”) which has no hook — or non-technical — the plugin shows super categories titles in its widget –, but please give it.

Plugins that work without modification

  • Ultimate Tag Warrior — tags.php will list all tags regardless of site, but individual tags will not list posts from other sites beneath them.
  • Widgets – the plugin itself works.
  • Inap — of course
  • Landing sites
  • Admin Drop Down Menus
  • Askimet
  • runPHP
  • WordStats
  • DupPrevent
  • Google Analyticator

Plugins that require minor modification

  • Dagon Design Sitemap Generator:
      Fix This by:
        Adding:
      1. if (function_exists('sprcat_filter_categories')){
      2. $c_items = sprcat_filter_categories($c_items);
      3. }

      Before: $cat_count = 0;

Plugins that require major modification or do not work

  • XML Sitemap Generator currently does not work. It is possible to get it to work for single domains with a few modifications and if you turn off automatic updates.

Continue reading. »

Super Category (multi-blog) plugin – V 0.8

Unfortunately this is only for Wordpress 2.1

The Super Category plugin allows you to have multiple websites running off of one install and one database (one set of tables). The websites can share content if you wish it, and can have different titles, descriptions and themes. This plugin is a true plugin: there are NO HACKS and NO THEME EDITS of any kind. The plugin works with any other plugins and themes that use Wordpress’ built in APIs, and features modular functions that can even make other plugins that use custom queries work also.

If you find a problem with the plugin please let me know what happened using as much detail as possible. Unfortunately, I cannot currently ensure every plugin works with this plugin, so please let me know which ones don’t work. I will try to have a fix within a few weeks.

Continue reading. »