Christine of neato.co.nz

⇩ More

Ultimate Tag Warrior 2.8.9

Mostly, just an update to properly supports URL rewriting stuff in WordPress 2.0 RC1

* Caveat: In retrospect, I’m not sure how well I tested it with pre-2.0 RC1 (I’m pretty sure I didn’t regenerate the .htaccess file; so it may just be working with the old rewrite rules); so if it breaks, I’m not suprised, but let me know anyway!

* Yeah… it is broken for earlier wordpress

For those of you who are getting a 404 page when clicking on a tag, I figured out what’s wrong. Perhaps this is an Apache version/setting thing, but in the RewriteRule lines for UTW (RewriteRule ^tags/…), wherever you see a $matches[1], $matches[2], etc. replace them with just $1, $2, etc. This fixed it for me.
– Cully Larson

Download here | Support forum

8 Responses to Ultimate Tag Warrior 2.8.9

  1. I just wanted to let you know that I’ve hacked the livesearch code to search posts by tags rather than content. http://www.squible.com/2005/12/05/using-livesearch-for-tags/

  2. Christine, I think you have forgotten to fix the problem I mentioned in the support forum of tag lost when first save the draft. :P

  3. I’ve had a bit of a look, and couldn’t find a save-draft filter; but haven’t looked any deeper than that..

  4. Tinyau,

    It works okay in wordpress 1.5.2; so I guess this is something that has changed in the latest and greatest…I’ll see what I can find…

  5. (http://wordpress.org/support/topic/51296 is where I’ve asked about it in the wordpress forums, FYI)

  6. Christine, I have seen the thread already. Thanks a lot.

  7. Thanks a lot !
    short urls work on my 20RC1 !!!

    Congratulations Christine

  8. Tinyau,

    Add this:

    add_action('wp_insert_post', array('UltimateTagWarriorActions','ultimate_save_tags'));

    near the bottom of the ultimate-tag-warrior-actions.php file.

    (or wait until the next release (: )