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]

Tags: , , , , ,
Posted in Ultimate Tag Warrior | 94 Comments »

94 Responses to “Ultimate Tag Warrior 3.1415926”
  1. Pingback by Ultimate Tag Warrior 3.1415926 @ 天佑的自由天地
    Wednesday 17 January, 2007 @ 9:23 pm

    [...] Ultimate Tag Warrior 3.1415926 Released,這個版本是 bug fixes release,修正了以下的問題。 [...]

  2. Comment by John
    Thursday 18 January, 2007 @ 10:23 am

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

  3. Comment by Andy Beard
    Saturday 20 January, 2007 @ 2:54 am

    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

  4. Pingback by UTW Wordpress Plugin Upgraded - Andy Beard
    Saturday 20 January, 2007 @ 3:06 am

    [...] Ultimate Tag Warrior 3.1415926 [...]

  5. Comment by Christine Davis
    Saturday 20 January, 2007 @ 7:59 am

    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. (:

  6. Comment by 1mil
    Saturday 20 January, 2007 @ 6:59 pm

    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

  7. Comment by Jonathan
    Sunday 21 January, 2007 @ 3:29 pm

    I’m waiting on v3.1415926535897 ;o)

  8. Comment by Andy Beard
    Sunday 21 January, 2007 @ 7:48 pm

    Hehe, hmm can I take it that that means the other half wasn’t needed? ;)

  9. Comment by Christine Davis
    Sunday 21 January, 2007 @ 7:57 pm

    Nope!!

    Both bits need to be there (:

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

  10. Comment by 082net
    Monday 22 January, 2007 @ 1:11 am

    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);” :|

  11. Comment by spencerp
    Monday 22 January, 2007 @ 6:57 am

    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.. ;):)

  12. Comment by Gonahkar
    Monday 22 January, 2007 @ 9:31 am

    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!

  13. Pingback by Hariadi | Made In Malaysia»Blog Archive » Ultimate Tag Warrior 3.1415926
    Monday 22 January, 2007 @ 1:17 pm

    [...] Ultimate Tag Warrior is one of the most popular WordPress Plugins. The latest version, Ultimate Tag Warrior 3.1415926, is now release and working perfectly in WordPress 2.0.4, 2.0.7 and a 2.1 beta. [...]

  14. Pingback by » Blog Your Changes
    Tuesday 23 January, 2007 @ 8:00 am

    [...] Ultimate Tag Warrior just came out with a new update and I was able to quickly look up the change I had previously made to get rid of the Yahoo suggestion tool and was able to repeat the process very quickly without any problems. With all of the time you spend sifting through source to find these minor things in the first place, it’s well worth your while to write about it. Not only will you benefit from it yourself, others attempting to make the same change may find your fix and use it themselves. plugin, Ultimate Tag Warrior WordpressShare This [...]

  15. Comment by Everton
    Tuesday 23 January, 2007 @ 2:28 pm

    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

  16. Pingback by The new WP UTW gotcha at Holy Shmoly!
    Wednesday 24 January, 2007 @ 12:43 am

    [...] A half-way fix is available but moderated comments will still delete the tags so once I verify that the fix does what it does comment moderation will go back to the way it was before. [...]

  17. Pingback by WordPress 2.1 » Solo Technology
    Wednesday 24 January, 2007 @ 2:22 am

    [...] [Update: Seems like maybe 082net has the fix in the comments? Just tried that, no longer losing tags when moving comments out of moderation] [...]

  18. Comment by Ashish Mohta
    Wednesday 24 January, 2007 @ 2:25 am

    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

  19. Comment by Ajay
    Wednesday 24 January, 2007 @ 5:08 am

    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?

  20. Comment by zoso
    Wednesday 24 January, 2007 @ 7:05 am

    err, that 1st bug is bothering me :(

  21. Pingback by dwvd.de: Wordpress 2.1 - Der Wunderer von Deutschland
    Wednesday 24 January, 2007 @ 9:44 am

    [...] Einen Fix zu UTW gibts auch schon, siehe auch neue Version von UTW (die wohl die gleiche Versionsnummer hat wie die vorangehende!), so verschwinden Tags gern mal gen Nirvana. [...]

  22. Comment by Bes Zain
    Wednesday 24 January, 2007 @ 11:57 am

    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.

  23. Comment by Christine Davis
    Wednesday 24 January, 2007 @ 11:58 am

    /sigh

    There’s always another thing!

  24. Comment by Andy Beard
    Wednesday 24 January, 2007 @ 3:33 pm

    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

  25. Comment by 082net
    Wednesday 24 January, 2007 @ 5:42 pm

    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.

  26. Comment by 1mil
    Wednesday 24 January, 2007 @ 6:21 pm

    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

  27. Comment by moeffju
    Wednesday 24 January, 2007 @ 6:52 pm

    Using

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

    should fix the bug once and for all.

  28. Comment by 082net
    Wednesday 24 January, 2007 @ 7:08 pm

    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'));

  29. Comment by Mark Steel
    Thursday 25 January, 2007 @ 8:47 am

    Fix is Updated — the was still messing up.

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

  30. Comment by Mark Steel
    Thursday 25 January, 2007 @ 9:07 am

    erps – missed that there. Duh.

  31. Pingback by Glück auf! - Andreas sein Weblog · Ella, die Heimtückische
    Thursday 25 January, 2007 @ 7:35 pm

    [...] Das derzeit von mir verwendete Theme, Tarski, funktioniert nur bedingt. Die Macher haben ein Update zum Wochenende versprochen. Der Ultimate Tag Warrior funktioniert auch nur wie er will. Zwar gibt es obskure Hacks, aber da ich nicht im geringsten verstehe, was ich da im Sourcecode ändern müsste, lasse ich lieber die Finger davon. [...]

  32. Pingback by The Back-up Brain Weblog » Eternally stuck in beta version. » Blog Archive » UTW, arrumado
    Thursday 25 January, 2007 @ 11:09 pm

    [...] Felizmente, após ter instalado uma correção disponibilizada rapidamente, tudo parece estar normal novamente! E viva o desenvolvimento ativo! [...]

  33. Comment by hjogi
    Friday 26 January, 2007 @ 4:59 am

    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

  34. Comment by hjogi
    Friday 26 January, 2007 @ 9:23 am

    …I just have to update the permalink ;)

  35. Comment by Metlin
    Friday 26 January, 2007 @ 10:33 am

    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.

  36. Pingback by Indy Telecom & Industrial Media - Karthik Narayanaswami on the Web » Tag-Cloud Plugin
    Friday 26 January, 2007 @ 11:27 am

    [...] As you may all notice, there is a tag cloud on the sidebar to the right. This was made possible by Christine Davis’ most excellent Wordpress plugin, Ultimate Tag Warrior. [...]

  37. Comment by sk
    Friday 26 January, 2007 @ 7:13 pm

    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.

  38. Pingback by Mises à jour des plugins UTW et Askimet at Fran6art, le blog
    Saturday 27 January, 2007 @ 5:20 am

    [...] Ultimate Tag Warrior, un des plugins les plus importants et les plus populaires pour Wordpress puisque c’est lui qui s’occupe de gérer les tags sur votrew blog. Ceux-ci apparaissent en bas de chacun de vos articles ou encore sous forme de nuage de tags, comme ici. UTW vous permet aussi d’ajouter ces mêmes tags à l’intérieur même du code source de votre blog pour une meilleure gestion des moteurs de recherche, ou encore chez Technorati par exemple. [...]

  39. Pingback by La Bitácora del Tigre · Más sobre la actualización de WordPress a la versión 2.1
    Saturday 27 January, 2007 @ 8:24 am

    [...] Acabo de darme cuenta de otro problema de compatibilidad con WordPress 2.1, que afecta a los usuarios del plugin Ultimate Tag Warrior: las etiquetas tan laboriosamente añadidas a una entrada desaparecen si alguien hace un comentario en ella, o si la entrada recibe un trackback o un pingback. El caso está descrito, junto con su solución (casi siempre hay una solución, más o menos elegante), en The new WordPress UTW gotcha. [...]

  40. Pingback by Upgrading Wordpress and Other Tidbits | Beveled Zen
    Sunday 28 January, 2007 @ 3:52 am

    [...] I’ve also disabled the Ultimate Tag Warrior plugin for the time being. Appears there is a comment bug when used with 2.1. Also appears there is a fix but I’ll wait until Christine comes up with a suitable solution herself. [...]

  41. Comment by Mark Jaquith
    Sunday 28 January, 2007 @ 12:30 pm

    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.

  42. Pingback by WP 2.1 和 UTW 的兼容性问题 | 巧克力工厂 (Beta3)
    Monday 29 January, 2007 @ 3:15 am

    [...] 更新:看来留言的时候不一定有事,但当你审核留言时,同意后,该留言对应的文章 Tag 会被删掉。虽然审核留言的时候不多,但还是打一下后面的补丁以防万一吧。 [...]

  43. Pingback by Tech Projects » Upgraded to WP 2.1
    Monday 29 January, 2007 @ 5:48 am

    [...] 5. Ultimate Tag Warrior – There apparently is a bug with this plugin and WP 2.1. Adding a comment and approving it removes any tags from a post. I have not attempted to fix this. [...]

  44. Comment by jamie
    Monday 29 January, 2007 @ 6:55 am

    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?

  45. Comment by jamie
    Monday 29 January, 2007 @ 8:57 am

    i am sorry 0082.net solved the problem so thanks.i am very happy now ;)

  46. Pingback by Nice work if you can get it: Ella sings and WordPress blings | Leon Kilat ::: The Cybercafe Experiments
    Monday 29 January, 2007 @ 9:27 am

    [...] I made full use of the WordPress blog maintenance checklist I created earlier and this helped me track potential issues I might encounter in upgrading. I checked for the latest versions of all the plugins I am using and then upgraded these. I also kept tabs of potential issues with the plugins, such as the Ultimate Tags Warrior, and their fixes. [...]

  47. Pingback by Wordpress 2.1 jetzt auch auf deutsch » andi.de
    Monday 29 January, 2007 @ 12:07 pm

    [...] Seit ein paar Stunden ist auch die deutsche Version der neuen Versionsschiene 2.1 von Wordpress („Ella“) zum Download verfügbar. Neben der Übersetzung der systemweiten Termini beinhaltet die lokalierte Ausgabe kleinere Anpassungen an den Betrieb in deutschsprachigen Systemen. Dazu zählen z.B. der Einsatz des LEO-Wörterbuchs im WYSIWYG-Editor, die Einbindung des Feeds von WPD anstelle der amerikanischen Ausgabe und eine deutsche Fassung des Standardthemes. Da Wordpress 2.1 eine weitreichende Änderung der Blogsoftware darstellt gibt es kein Update-Paket und es müssen alle Dateien ausgetauscht werden. Da ein Downgrade wegen Änderungen am Datenbankformat nach einem gestarteten Umstieg auf Version 2.1 nicht mehr möglich ist, muss hierbei ganz besonders auf ein vollständiges und funktionsfähiges Backup vor der Arbeit geachtet werden, um bei Problemen den alten Zustand wieder herstellen zu können. Ich habe in einer Testinstallation die Grundfunktionalität von Theme und den wichtigsten Plugins getestet und dort funktioniert soweit alles – mit einigen kleinen Änderungen. Da aber von einigen wichtigen Plugins (z.B. UTW oder MoreSmilies) noch keine kompatible Version bereitsteht wird das Update im Produktivsystem wohl noch ein bisschen warten müssen Abgelegt unter Software und Webtechnik.  | Tags: update, wordpress. [...]

  48. Comment by tinyau
    Monday 29 January, 2007 @ 5:58 pm

    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.

  49. Comment by jhay
    Tuesday 30 January, 2007 @ 12:51 am

    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

  50. Comment by Andreas
    Tuesday 30 January, 2007 @ 7:54 am

    I’m also waiting for an official version compatible with 2.1.

  51. Comment by Christine Davis
    Tuesday 30 January, 2007 @ 7:55 am

    I know! I know! I keep running out of time at the moment.

  52. Comment by jamie
    Tuesday 30 January, 2007 @ 8:20 am

    is 0082.net’s solution wrong? it is working on my blog an it is 2.1.0.did you try that solution?

  53. Comment by Scott Smith
    Tuesday 30 January, 2007 @ 8:20 am

    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.

  54. Comment by Christine Davis
    Tuesday 30 January, 2007 @ 8:32 am

    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 (:

  55. Comment by Celi
    Tuesday 30 January, 2007 @ 9:04 am

    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

  56. Comment by jamie
    Tuesday 30 January, 2007 @ 11:46 am

    Christine is there still bugs in this plugin???although i am approving reader’s comments the plugin is working on my site now.

  57. Comment by Richard Silverstein
    Tuesday 30 January, 2007 @ 1:09 pm

    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?

  58. Comment by Richard Silverstein
    Tuesday 30 January, 2007 @ 1:12 pm

    Sorry, after submitting the question about Reddit I looked at the site closer & discovered it’s not a tag generated service.

  59. Comment by Richard Silverstein
    Tuesday 30 January, 2007 @ 7:37 pm

    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?

  60. Pingback by Ultimate Tag Warrior 3.1415926 @ TechLog
    Tuesday 30 January, 2007 @ 9:09 pm

    [...] Neato: Ultimate Tag Warrior 3.1415926 (No Ratings Yet)  Loading … [...]

  61. Pingback by Fix UTW plugin to avoid tag loss ! - Online Diary
    Thursday 1 February, 2007 @ 5:54 am

    [...] Install the latest UTW release [...]

  62. Pingback by TeresaCentric » Problems with Ultimate Tag Warrior
    Friday 2 February, 2007 @ 4:20 am

    [...] Apparently, my favorite plugin ever (the one that generates the tag cloud) has some issues with Wordpress 2.1. Cheifly, tags disappear whenever anyone posts a comment. Thankfully, geek badass Christine has posted a new version of the plugin that repairs some of the problems. [...]

  63. Comment by martin
    Friday 2 February, 2007 @ 10:24 pm

    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!!

  64. Pingback by Wordpress 2.1, PlugIns, Customs Fields und edit_post-Hook bei im web gefunden
    Saturday 3 February, 2007 @ 3:16 am

    [...] (via Kommentar bei Christine) [...]

  65. Trackback by mehmet.com/blog
    Saturday 3 February, 2007 @ 10:14 am

    WordPress 2.1 ve Ultimate Tag Warrior…

    Christine Davis’in hazırladığı en popüler WordPress pluginlerinden biri olan Ultimate Tag Warrior’ın WordPress 2.1 ile uyumsuzluğu nedeniyle bir süreliğine yorumları kapattım. Ultimate Tag Warrior, sağ tarafta gördüğünüz et…

  66. Pingback by 幺贰和叁 » 安家记之五:升级,并几句闲话
    Sunday 4 February, 2007 @ 8:52 am

    [...] 关于UTW配合WP v2.1导致Tag消失的问题,UTW官网上有解决办法,奇怪作者为什么不发布个新版本。点击Tag链接报告“Not Exists”的问题依旧存在,还是靠老办法解决。将WP的静态链接样式换一种,保存,再换回来就可以了。 [...]

  67. Pingback by mYYu.宇 » Blog Archive » 解决 WP2.1 中 UTW 标签消失的问题
    Tuesday 6 February, 2007 @ 4:32 am

    [...] 升级到 WordPress 2.1 版后,发现 Ultimate Tag Warrior 3.1415926 插件有丢失标签的现象。通过观察确定了每当一篇带有标签的日志通过新评论的审批后该日志的标签会消失的问题。昨天用代理登到作者博客上发现该问题尚未解决,只能等咯……尝试自己修复该插件也失败了。 [...]

  68. Pingback by 要升级wordpress 2.1 ELLA,得做好准备 - Life is Dox
    Tuesday 6 February, 2007 @ 6:30 pm

    [...] UTW插件的问题: 插件作者在自己的页面上说,已经兼容wp2.1了,发表评论不会再删除文章的tags,但是审核一个评论却会删除。还有其他一些问题,解决起来似乎都很麻烦。作者也没有提出更新的解决方案。还是要再等等看吧。另外还有一两篇文章提到这个问题:http://bemike.org/blog/2007/01/28/compatibility-issue-between-wp-and-utw.html, http://ocaoimh.ie/2007/01/23/the-new-wp-utw-gotcha/ [...]

  69. Pingback by Σοβαρό Bug στο Ultimate Tag Warrior! at Wiggler
    Wednesday 7 February, 2007 @ 1:36 am

    [...] Έχετε το δικό σας custom installation του Wordpress CMS στο site σας? Χρησιμοποιείτε το πιο γνωστό ίσως plugin Ultimate Tag Warrior? Αναβαθμίσατε το Wordpress στην έκδοση 2.1?Αν η απάντηση και στα 3 παραπάνω ερωτήματα είναι καταφατική τότε Προσοχή! Λόγω ενός "περίεργου" bug που εμφανίστηκε στο plugin, αν κάποιος κάνει comment σε ένα απο τα posts σας, τότε τα tags αυτού του post εξαφανίζονται ως δια μαγείας!Η λύση είναι να αναβαθμίσετε φυσικά το plugin στην τελευταία του έκδοση, που και πάλι όμως (σύμφωνα με τον δημιουργό) εάν ένα comment περιμένει έγκριση και εγκριθεί, πάλι θα εξαφανιστούν τα tags! Ελπίζω να βρεθεί λύση στο συγκεκριμένο ζήτημα καθώς το tagging είναι πολύ σημαντικό στις μέρες μας!  [...]

  70. Comment by Smith
    Wednesday 7 February, 2007 @ 2:46 pm

    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!

  71. Comment by Christine Davis
    Wednesday 7 February, 2007 @ 2:51 pm

    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.

  72. Pingback by WordPress Wednesday: Custom Fields Contest and Lots of WordPress.com News at The Blog Herald
    Wednesday 7 February, 2007 @ 7:39 pm

    [...] Older WordPress Plugins Need to Fix Custom Fields: Mark Jaquith announced a problem with older WordPress Plugins regarding the edit_post hook. This causes a conflict with WordPress Plugins which use the Custom Fields. Ultimate Tag Warrior, Jerome’s Keywords, and some other plugins were effected. [...]

  73. Pingback by Zucchetti - Making the web work » Blog Archive » Jupiter Design - Launch the new site
    Thursday 8 February, 2007 @ 4:24 am

    [...] We also now have a blog! I am so happy to say that Wordpress was used for the job and I had great fun building the new templates and plugging in some nice tagging tools for posts. I am impressed with how easy and flexible the Wordpress system is for designing and building your own layout. The documentation on the WP site is pretty comprehensive and I would recommend you take a look if you are thinking of using it for a blog solution. [...]

  74. Comment by Smith
    Thursday 8 February, 2007 @ 4:20 pm

    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!

  75. Pingback by WordPress Wednesday: Custom Fields Contest and Lots of WordPress.com News » Celebrity Gossip
    Saturday 10 February, 2007 @ 2:51 pm

    [...] Older WordPress Plugins Need to Fix Custom Fields: Mark Jaquith announced a problem with older WordPress Plugins regarding the edit_post hook. This causes a conflict with WordPress Plugins which use the Custom Fields. Ultimate Tag Warrior, Jerome’s Keywords, and some other plugins were effected. [...]

  76. Pingback by Hariadi.net » Blog Archive » Ultimate Tag Warrior 3.1415926
    Wednesday 14 February, 2007 @ 8:54 pm

    [...] Ultimate Tag Warrior is one of the most popular WordPress Plugins. The latest version, Ultimate Tag Warrior 3.1415926, is now release and working perfectly in WordPress 2.0.4, 2.0.7 and a 2.1 beta. [...]

  77. Pingback by Upgrade at vanaf de bank [.com]
    Thursday 15 February, 2007 @ 1:09 am

    [...] Dit weblog draait op wordpress 2.1, samen met een aantal plugins. Een daarvan, Ultimate Tag Warrior, zorgt voor de tagging functionaliteit. Laat nou juist in die plugin een bug naar voren komen na de upgrade naar WP 2.1: tags verdwijnen na het plaatsen van een reactie… Gelukkig is er een tijdelijke oplossing. [...]

  78. Pingback by Escrita Torta em Linha Reta » Blog Archive » O fim das categorias
    Saturday 17 February, 2007 @ 3:49 am

    [...] Mas ao mesmo tempo, queria ainda dar a oportunidade do leitor pesquisar meus artigos por assunto. O que encontrei foi o plugin Ultimate Tag Warrior, que me deu a possibilidade de criar a minha nuvem de tags. É um recurso muito mais intuitivo e visual. [...]

  79. Comment by Tanguillo
    Thursday 22 February, 2007 @ 8:48 am

    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 :(

  80. Pingback by wordpress blog xqxp.com » WordPress Google Sitemap Generator - Ultimate Tag Warrior - Tags Addon Plugin
    Friday 16 March, 2007 @ 3:04 am

    [...] Ultimate Tag Warrior for WordPress Plugin (v3.1415926 or above) [...]

  81. Pingback by A View from Home » Upgraded to WordPress 2.1.2 at last
    Monday 2 April, 2007 @ 3:32 pm

    [...] fine. Posted at 10:32 pm in WordPress | Trackback URL | Comment RSS Feed | Tag at del.icio.us | Incoming links| [...]

  82. Pingback by seo plugins recommendation
    Thursday 5 April, 2007 @ 4:17 pm

    [...] Ultimate Tag Warrior [...]

  83. Pingback by 利用Ultimate Tag Warrior(UTW)实现的相关文章功能 at Solo Estoy
    Friday 6 April, 2007 @ 5:29 pm

    [...]   UTW本身是一个强大的tag工具,同时它也内置了根据文章本身的tag提供相关文章的功能。使用这个功能,就无需其他另外的关键字作为索引来构建相关文章,具有相同tag的文章无疑就已经是相关的了。 [...]

  84. Pingback by Centeur’s chaos » Blog Archive » seo插件推荐
    Monday 9 April, 2007 @ 4:52 am

    [...] Ultimate Tag Warrior [...]

  85. Comment by Dicontas
    Monday 9 April, 2007 @ 11:02 am

    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?

  86. Pingback by etiquetas/tags | sorvilan.info
    Wednesday 18 July, 2007 @ 1:44 am

    [...] Las gracias par este plugin se dirige a Christine hasta Nueva Zelandia. Su Ultimate Tag Warrior 3.1415926 es responsable para demostrar las etiquetas. Es totalmente compatible con la version 2.2.1 de Wordpress. [...]

  87. Pingback by The World, Plugged In: Various WordPress Plugins from Various Nations at Journal by Marisa Duma
    Tuesday 31 July, 2007 @ 10:44 pm

    [...] WordPress Google XML Sitemap – Ultimate Tag Warrior – Tags Addon 2.0b Plugin, by Stewart Farquhar from UK. This plugin automatically appends all blog tags generated by Ultimate Tag Warrior (UTW) onto the end of the Google XML Sitemap (sitemap.xml) file as generated by the Google XML Sitemaps. Hence, search engines will be made aware of all your internal tags and index your tagged content directories; it should help your blog to achieve higher search engine rankings for your tagged pages. This plugin certainly makes the best out of two essential plugins all at once. Stewart is a Managing Director and founder of Dicontas and have 12 years experience in the business. He claimed himself as a.. “true believer in the LAMP and GPL uprising!”. He also made other WP plugins, such as the Font Resizer Tool. Thank you! [...]

  88. Pingback by A Dirty Hack to Fix the Disappearing Tags Problem in Ultimate Tag Warrior - Unsought Input
    Tuesday 30 October, 2007 @ 4:05 pm

    [...] This is a known bug in UTW 3.1415926. I’m not quite ready to take the plunge into Wordpress 2.3, digging up new plugins to add the features I want and changing our theme. So in the mean time, I found an ugly hack to stop our tags from vanshing into thin air. [...]

  89. Pingback by A Dirty Hack to Fix the Disappearing Tags Problem in Ultimate Tag Warrior - Unsought Input
    Tuesday 30 October, 2007 @ 4:25 pm

    [...] This is a known bug in UTW 3.1415926. I’m not quite ready to take the plunge into Wordpress 2.3, digging up new plugins to add the features I want and changing our theme. So in the mean time, I found an ugly hack to stop our tags from vanshing into thin air. [...]

  90. Pingback by » A Dirty Hack to Fix the Disappearing Tags Problem in Ultimate Tag Warrior - Hot Gadget Live
    Monday 12 November, 2007 @ 9:47 pm

    [...] This is a known bug in UTW 3.1415926. I’m not quite ready to take the plunge into Wordpress 2.3, digging up new plugins to add the features I want and changing our theme. So in the mean time, I found an ugly hack to stop our tags from vanshing into thin air. [...]

  91. Pingback by フワフワ腐ログ » WordPress ME 2.2.3 から本家2.3.1へバージョンアップ
    Saturday 26 January, 2008 @ 9:36 pm

    [...] ってな感じです。やっぱりPluginが2.3.xでは使えなくなっているのが多かったので、Pluginの稼働にはかなり時間かかりましたね。何故か、村人のBlogではExtended Live archiveが使用不能に陥ったので、メンドクサイし重いので外しちゃいました。あと、2.3よりタグ機能が標準装備になったので、「究極タグ戦士」ことUTWはお役御免です。UTWのタグは、管理(Manage)>>>インポート(import)から読み込めました。村人はしませんでしたが、人によってはデータベースのタグのバックアップを進める人も居るようですね。タグクラウドもウェジット対応で楽々配置可能ですが、村人はウェジットあまり使っていないので、一応[?php wp_tag_cloud(”); ?]をいつもタグクラウドを配置しているフッターに書き込みました。新しい、タグのコードについてはTemplate Tags/wp tag cloud (WordPress Codex)に詳しく記載されているので参照して下さい。あとUTWを使ってTagの関連記事を表示する「UTW mod Related Post」というPluginも同時に使えなくなってしまったので、代わりに新装備のTagから関連記事を表示するPlugin「WP 2.3 Related Posts」を導入しました。さらに、今回の本家標準装備となったタグ機能ですが、何故か編集等の管理がデータベースを編集しない限り不能(?)。ともあれ、管理ページでも見つからないので、間違えそうになるので、投稿ページにクリック一つで既存のタグを付けれるボタンを配置するPlugin「Click Tags」を導入しときました。こいつはかなり便利ですね!まぁ、そんなカンジで無事終了です。ちなみに今回、新しくしたPluginは全部で13個もありました。…………ほんと、疲れましたね。やっぱ、一気にやるもんじゃないっすね。ではでは。 [...]

  92. Comment by ionj
    Thursday 14 February, 2008 @ 6:59 pm

    LOL!!! version 3.141592653589!
    version pi!

  93. Comment by Peter Hodge
    Wednesday 16 April, 2008 @ 1:14 pm

    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

  94. Comment by 征途资料站
    Thursday 19 March, 2009 @ 3:31 am

    顶~~~~我叫征途资料站,希望能交个朋友哈!

Leave a Reply

Benefactors


Latest Music
Tweets
  • (I'm pretty excited about getting the brand new McGee book which comes out in October.) 2 days ago
  • Hello belly. Meet macarons from France. You can hang out with cheese, bread, foie and terrine. Nom nom nom. Nom. 2 days ago
  • @ladyleet Hah. Any other day, I would have been there picking up to-go food (: 2 days ago
  • My sweetie starts his new job today. Was super weird to wave goodbye at a different metro station. 3 days ago
  • #bitnorth was awesome again. 3G/edge/any connectivity is awesome too (: 3 days ago
  • To #bitnorth we go! 5 days ago
  • Sadness! I can't find my tutu. @Brydon, I'm sure, will be lightly relieved to hear #bitnorth. 5 days ago
  • Should have taken the day off before #bitnorth again d: 6 days ago
  • (There's nothing like fixing bizarro-strange code to remind yourself of just how many programmer knowings you take for granted) 6 days ago
  • http://bit.ly/brrtem 6 days ago
  • More updates...