Christine from the Internet

Ultimate Tag Warrior 3.1415926

January 17th, 2007

This is a release with mainly little bug fixes and tweaks. Oh! And if you do a search, posts with tags that are like your search term will be included. This is probably the neatest addition (:

  • The bug in wordpress 2.1 which caused tags to vanish when a comment was made has been fixed Turns out that if you add a comment, it’s fine; but if you approve one, the tags will still vanish. Hrmpf.
  • I’m pretty sure you won’t end up with double-tags in feeds, any more
  • I’ve rejigged the way tags are added to feeds
  • Tag intersections should be working properly again
  • Tags can be added to pages (and will be included in tag cloud counts… displaying on tag pages, though…)
  • No more XSS vulnerability with the ajax URL parameter
  • There’s an invisible technorati tags format, now! (Handy for using with the automagically include tags on the Options > Tags page)
  • Search includes tags [I worry about this bit! let me know if you see anything weird]

I’ve tried it using wordpress versions 2.0.4, 2.0.7 and a 2.1 beta; and it seems to work in all three (:

Attention Wordpress 2.1 beta users!

http://082net.com/ says:

Here’s a temporary patch for resetting tags.
Modify ‘ultimate_save_tags()’ function on ‘ultimate-tag-warrior-actions.php’ about line 502:
if (isset($_POST['comment_post_ID'])) return $postID;
if (isset($_POST['not_spam'])) return $postID; // akismet fix
if (isset($_POST["comment"])) return $postID; // moderation.php fix

This seems to work.

[Download here | Forums here]

This entry was posted on Wednesday, January 17th, 2007 at 8:36 pm and is filed under Ultimate Tag Warrior. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

93 Responses to “Ultimate Tag Warrior 3.1415926”

  1. Thanks, these tag fixes look like they may do the trick.
    We’ll give it a try.

    -- John at January 18th, 2007 at 10:23 am
  2. Hi Christine

    Great to see an upgrade of my favorite plugin (much better than the ones I write)

    Is Donncha’s patch included?

    Digged it

    -- Andy Beard at January 20th, 2007 at 2:54 am
  3. Andy,

    Half of it is d:

    I no longer exclude the default category; but I hadn’t included the default tag part of it.

    [although, with any luck, the join should only happen the first time a post gets viewed - after that, it ought to be being picked up out of the post_meta table as having no tags (or, y'know, with tags if it has tags)]

    Yeah. (:

    -- Christine Davis at January 20th, 2007 at 7:59 am
  4. Hello Christine,

    I was wondering if you had fixed the Add Existing Tag, and Tag Suggestions from Yahoo button. Neither of these work for me in Firefox 2.

    btw you rock!

    have you heard of this guy?
    http://blog.circlesixdesign.com/2006/09/04/autotag-updated-for-utw-3141/

    He’s been adding updates to your plugin, I was wondering if you had addressed any of the features he is trying to add to your plugin..

    thanks again

    your friend in finance, 1mil from millionster.com

    -- 1mil at January 20th, 2007 at 6:59 pm
  5. I’m waiting on v3.1415926535897 ;o)

    -- Jonathan at January 21st, 2007 at 3:29 pm
  6. Hehe, hmm can I take it that that means the other half wasn’t needed? ;)

    -- Andy Beard at January 21st, 2007 at 7:48 pm
  7. Nope!!

    Both bits need to be there (:

    The second bit deals with a slightly different variation on the same problem.

    -- Christine Davis at January 21st, 2007 at 7:57 pm
  8. Here’s a temporary patch for resetting tags.
    Modify ‘ultimate_save_tags()’ function on ‘ultimate-tag-warrior-actions.php’ about line 502:
    if (isset($_POST['comment_post_ID'])) return $postID;
    if (isset($_POST['not_spam'])) return $postID; // akismet fix
    if (isset($_POST["comment"])) return $postID; // moderation.php fix

    But I still don’t understand why ‘wp_update_comment_count()’ includes “do_action(’edit_post’, $post_id);” :|

    -- 082net at January 22nd, 2007 at 1:11 am
  9. Hi Christine,

    Would it be possible to fix the compatibility issue between bbPress and UTW? Here’s a link to the thread at the bbPress support forums.

    Quoted traveljunky’s post:
    “this bug is caused by the function is_tag(), which both utw and bbpress use, so what i just did right now was search through the utw-plugin-folder with dreamweaver for that tag, found it three times and changed it to is_utwtag(). no idea if i can just do that without problems appearing later but for now it seems to work.”

    Through the file(s) changing this: is_tag() to: is_utwtag() seems to help those running bbPress and WordPress running the UTW plugin. I was just was wondering.. ;):)

    -- spencerp at January 22nd, 2007 at 6:57 am
  10. when I use Persian words as tag, the plugin show words with this character => “�”

    see this picture => http://i3.tinypic.com/3zakcub.jpg

    why the plugin dosent support unicode words? please fix it!

    -- Gonahkar at January 22nd, 2007 at 9:31 am
  11. Hi

    Great news with the update and it does seem a bit faster.

    My biggest problem still is that I can’t use the add tags to posts button - any ideas why this doesn’t work? I have the same problem on two blogs.

    Thanks

    EB

    -- Everton at January 23rd, 2007 at 2:28 pm
  12. Hello,

    I had been using this plugin and had been great.Reading the compatibility problem,
    I had to disable it.Have u tested for the final version?

    Hope to hear from you soon

    Ashish

    -- Ashish Mohta at January 24th, 2007 at 2:25 am
  13. Hi Chritine,

    I haven’t yet upgraded to WP 2.1 because I’m not sure if UTW problem has been solved. Any update on this?

    -- Ajay at January 24th, 2007 at 5:08 am
  14. err, that 1st bug is bothering me :(

    -- zoso at January 24th, 2007 at 7:05 am
  15. Hello.

    The fix by 082.net works; however, if you delete the comment that you approved in the first place, the tags get lost as well.

    -- Bes Zain at January 24th, 2007 at 11:57 am
  16. /sigh

    There’s always another thing!

    -- Christine Davis at January 24th, 2007 at 11:58 am
  17. I haven’t seen any problems with lost tags yet, but then I am using SK2.. hmm

    I will have to spam myself and do some more testing

    -- Andy Beard at January 24th, 2007 at 3:33 pm
  18. I just found a another way to avoid resetting tags.

    For WP 2.0 or greater(include 2.1) always executes “do_action(’save_post’)” when publishing, editing or saving posts, we can safely pass other hooks by modifying ultimate-tag-warrior-actions.php(about line 862~867):
    // Save changes to tags
    add_action('save_post', array('UltimateTagWarriorActions','ultimate_save_tags'));
    if($wp_db_version

    And you can safely remove previous hacks(patches), mine or anothers.

    -- 082net at January 24th, 2007 at 5:42 pm
  19. Christine you are marvelous. Despite the fact that the whole blogging world is holding their breath to wait for the moment that Ultimate Tag Warrior works to upgrade to 2.1… you still keep your cool! haha. You should tell those guys at wordpress to include your code to their full release… Serious. That way you dont have to worry about it!! Keep up the great work

    1mil

    -- 1mil at January 24th, 2007 at 6:21 pm
  20. Using

    if (!is_admin()) return $postID;
    if (!isset($_POST['tagset'])) return $postID;

    should fix the bug once and for all.

    -- moeffju at January 24th, 2007 at 6:52 pm
  21. Ahh.. sorry for my stupid code inserting… my code was :

    // Save changes to tags
    add_action('save_post', array('UltimateTagWarriorActions','ultimate_save_tags'));
    if($wp_db_version < 3308 ) { // if lesser than WP 2.0
    add_action('publish_post', array('UltimateTagWarriorActions','ultimate_save_tags'));
    add_action('edit_post', array('UltimateTagWarriorActions','ultimate_save_tags'));
    add_action('wp_insert_post', array('UltimateTagWarriorActions','ultimate_save_tags'));
    }

    add_action('delete_post', array('UltimateTagWarriorActions', 'ultimate_delete_post'));

    -- 082net at January 24th, 2007 at 7:08 pm
  22. Fix is Updated — the was still messing up.

    http://082net.com/2007/800/wp21-and-ultimate-tag-warrior-pt2/

    -- Mark Steel at January 25th, 2007 at 8:47 am
  23. erps - missed that there. Duh.

    -- Mark Steel at January 25th, 2007 at 9:07 am
  24. I have updated my blog to Wordpress 2.1 but this plugin seems not working fine. If I click on any tag I receive an error page 404.

    Any suggestion?

    Thank you

    hjogi

    -- hjogi at January 26th, 2007 at 4:59 am
  25. …I just have to update the permalink ;)

    -- hjogi at January 26th, 2007 at 9:23 am
  26. Christine,

    UTW rocks! Just got it working on my website and it was a total breeze. It’s such a powerful and flexible piece of work - I just wanted to drop in and say a thank you. :)

    Cheers.

    -- Metlin at January 26th, 2007 at 10:33 am
  27. hey christie,
    just wondering if you were by chance working on a new version for WP2.1. If so, any idea when it would be available? I tried some fixes on the current edition, but it is still a bit iffy. Anyways keep up the good work, this extension is awesome. I still don’t know why tags aren’t already implemented in WordPress by default.

    -- sk at January 26th, 2007 at 7:13 pm
  28. Christine, you’ve probably figured out what was causing the postmeta deletion, but here’s the quick and dirty:

    You cannot assume that every run of edit_post comes from a page where your tag form field was populated. You need to have UTW tell the difference between “doesn’t exist” and “exists and is empty.” You could even use WP’s nonce-generating power to do this by printing that value in a hidden form field that UTW puts on the post editing form.

    -- Mark Jaquith at January 28th, 2007 at 12:30 pm
  29. i think the problem isn’t solved yet.because i am still having the same problem.i downloaded the last version of the plugin but i am having that problem again.are u sure the plugin is really fixed?

    -- jamie at January 29th, 2007 at 6:55 am
  30. i am sorry 0082.net solved the problem so thanks.i am very happy now ;)

    -- jamie at January 29th, 2007 at 8:57 am
  31. Christine,

    Mark has posted an article Authorization and intention/origination verification when using the edit_post hook, hope it can help you to fix the problem.

    -- tinyau at January 29th, 2007 at 5:58 pm
  32. I’ll just wait for the official update for UTW before I make the upgrade to WP 2.1.
    Among the plugins I use, this is the only one left that is still incompatible with WP 2.1

    -- jhay at January 30th, 2007 at 12:51 am
  33. I’m also waiting for an official version compatible with 2.1.

    -- Andreas at January 30th, 2007 at 7:54 am
  34. I know! I know! I keep running out of time at the moment.

    -- Christine Davis at January 30th, 2007 at 7:55 am
  35. is 0082.net’s solution wrong? it is working on my blog an it is 2.1.0.did you try that solution?

    -- jamie at January 30th, 2007 at 8:20 am
  36. I noticed on WPMU 1.0 that UTW breaks search. I remove UTW, search works normal. When enabled, it can’t find anything. When searching from the ‘no results’ page, it actually takes me to the root blog on the WPMU site.

    I understand this version isn’t ready for WPMU, but I thought it could be helpful to be aware of the issue.

    -- Scott Smith at January 30th, 2007 at 8:20 am
  37. Scott,

    That’s good to know. Last time I tried to install WPMU, I gave up d: so UTW doesn’t end up getting tested with it, by me (Search is a new thing, so I suppose it’s not completely suprising that it has an issue).

    You could comment out the bit which adds search magic - in ultimate-tag-warrior-actions.php, right down the bottom, there will be a line with an add_filter for something searchy; if you remove that, then UTW won’t try and do searchy stuff (:

    -- Christine Davis at January 30th, 2007 at 8:32 am
  38. Hi!
    I still have problems with the plugin, when I try to activate then I can’t see the plugin’s page.
    I hope you can fix it soon!!
    thanks

    -- Celi at January 30th, 2007 at 9:04 am
  39. Christine is there still bugs in this plugin???although i am approving reader’s comments the plugin is working on my site now.

    -- jamie at January 30th, 2007 at 11:46 am
  40. Glad I accidentally happened on the blog to discover there’d been several updates since the last UTW version I’d installed. Do you have a mailing list?

    Have you thought about supporting Reddit or is there a technical reason it’s not feasible?

    -- Richard Silverstein at January 30th, 2007 at 1:09 pm
  41. Sorry, after submitting the question about Reddit I looked at the site closer & discovered it’s not a tag generated service.

    -- Richard Silverstein at January 30th, 2007 at 1:12 pm
  42. Christine: I just tried to add Delicious & Wikipedia tags to my post display. I already have Technorati ones displaying. But the new set of tags I just configured are not appearing. Can you think of what that might have happened?

    -- Richard Silverstein at January 30th, 2007 at 7:37 pm
  43. Hi there,

    I just installed the latest version of UTW after upgrading to Ella. But the plugin seems to kill all my admin-possibilities and most of my website after I install it… Any help on this?

    Thnx in advance!!

    -- martin at February 2nd, 2007 at 10:24 pm
  44. Hi Christine,

    I had tags vanish from a future post. I entered them along with the post, published to a future time, then after the post became visible, the tags were no longer there. (WP 2.1 & UTW 3.1415926) Will the patches above help?

    I also have a question about tags appearing in the_excerpt without the span class set. Is that normal? This seems to happen with UTW 3.14.15926 & either WP 2.0.5 or WP 2.1. The tags come through along with the_excerpt between a pair of tags, with no hrefs and no tag. Any suggestions? Thanks!

    -- Smith at February 7th, 2007 at 2:46 pm
  45. Hmm.. Future posts is something I haven’t seen [so far]; and could quite concievably be fixed by the fix in the latestest version [it ends with a 5!].

    With the tags in your excerpt; Are you using embedded tags? That, at least, gives me a direction to look in.

    -- Christine Davis at February 7th, 2007 at 2:51 pm
  46. Christine,

    Re: the_excerpt and tags. This looks to be isolated to short posts with embedded videos. My longer posts only show the excerpt, no tags. In a short post the text preceding the embedded video and then the tags at the end of the post show up. Here’s one example. I have the embedded tags checkbox selected in the options menu, however, the tags were entered within the tag text entry box, not the post text box. Thanks!

    -- Smith at February 8th, 2007 at 4:20 pm
  47. I just installed the last version of this great plugin, and I had this problem: The search’s that I made in my blog always return “no results”. After some research, what I find out is that the post without tags (in my case, all, beacause is a new blog) doesnt appears in the results. I dont know is that behaviour is wanted or not, but I think its not right.
    Sorry for my very poor english :(

    -- Tanguillo at February 22nd, 2007 at 8:48 am
  48. If you use the invisabletechnoratitag option for your posts, i.e. the technorati tags are not seen in the wordpress post, then the technorati site is not showing your posts. Have anyone else noticed this?

    -- Dicontas at April 9th, 2007 at 11:02 am
  49. LOL!!! version 3.141592653589!
    version pi!

    -- ionj at February 14th, 2008 at 6:59 pm
  50. Christine please help…

    When trying to activate this plugin, I received the following error message:

    “Plugin could not be activated because it triggered a fatal error.
    Fatal error: Cannot redeclare is_tag() (previously declared in /homepages/43/d125512885/htdocs/blog/wp-includes/query.php:103) in /homepages/43/d125512885/htdocs/blog/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior.php on line 125″

    Any idea whats going on here? I’m still quite new to php

    -- Peter Hodge at April 16th, 2008 at 1:14 pm

Trackbacks/Pingbacks

  1. Ultimate Tag Warrior 3.1415926 @ 天佑的自由天地
  2. UTW Wordpress Plugin Upgraded - Andy Beard
  3. Hariadi | Made In Malaysia»Blog Archive » Ultimate Tag Warrior 3.1415926
  4. » Blog Your Changes
  5. The new WP UTW gotcha at Holy Shmoly!
  6. WordPress 2.1 » Solo Technology
  7. dwvd.de: Wordpress 2.1 - Der Wunderer von Deutschland
  8. Glück auf! - Andreas sein Weblog · Ella, die Heimtückische
  9. The Back-up Brain Weblog » Eternally stuck in beta version. » Blog Archive » UTW, arrumado
  10. Indy Telecom & Industrial Media - Karthik Narayanaswami on the Web » Tag-Cloud Plugin
  11. Mises à jour des plugins UTW et Askimet at Fran6art, le blog
  12. La Bitácora del Tigre · Más sobre la actualización de WordPress a la versión 2.1
  13. Upgrading Wordpress and Other Tidbits | Beveled Zen
  14. WP 2.1 和 UTW 的兼容性问题 | 巧克力工厂 (Beta3)
  15. Tech Projects » Upgraded to WP 2.1
  16. Nice work if you can get it: Ella sings and WordPress blings | Leon Kilat ::: The Cybercafe Experiments
  17. Wordpress 2.1 jetzt auch auf deutsch » andi.de
  18. Ultimate Tag Warrior 3.1415926 @ TechLog
  19. Fix UTW plugin to avoid tag loss ! - Online Diary
  20. TeresaCentric » Problems with Ultimate Tag Warrior
  21. Wordpress 2.1, PlugIns, Customs Fields und edit_post-Hook bei im web gefunden
  22. mehmet.com/blog
  23. 幺贰和叁 » 安家记之五:升级,并几句闲话
  24. mYYu.宇 » Blog Archive » 解决 WP2.1 中 UTW 标签消失的问题
  25. 要升级wordpress 2.1 ELLA,得做好准备 - Life is Dox
  26. Σοβαρό Bug στο Ultimate Tag Warrior! at Wiggler
  27. WordPress Wednesday: Custom Fields Contest and Lots of WordPress.com News at The Blog Herald
  28. Zucchetti - Making the web work » Blog Archive » Jupiter Design - Launch the new site
  29. WordPress Wednesday: Custom Fields Contest and Lots of WordPress.com News » Celebrity Gossip
  30. Hariadi.net » Blog Archive » Ultimate Tag Warrior 3.1415926
  31. Upgrade at vanaf de bank [.com]
  32. Escrita Torta em Linha Reta » Blog Archive » O fim das categorias
  33. wordpress blog xqxp.com » WordPress Google Sitemap Generator - Ultimate Tag Warrior - Tags Addon Plugin
  34. A View from Home » Upgraded to WordPress 2.1.2 at last
  35. seo plugins recommendation
  36. 利用Ultimate Tag Warrior(UTW)实现的相关文章功能 at Solo Estoy
  37. Centeur’s chaos » Blog Archive » seo插件推荐
  38. etiquetas/tags | sorvilan.info
  39. The World, Plugged In: Various WordPress Plugins from Various Nations at Journal by Marisa Duma
  40. A Dirty Hack to Fix the Disappearing Tags Problem in Ultimate Tag Warrior - Unsought Input
  41. A Dirty Hack to Fix the Disappearing Tags Problem in Ultimate Tag Warrior - Unsought Input
  42. » A Dirty Hack to Fix the Disappearing Tags Problem in Ultimate Tag Warrior - Hot Gadget Live
  43. フワフワ腐ログ » WordPress ME 2.2.3 から本家2.3.1へバージョンアップ

Leave a Reply