Hello, here is what I experienced:
I create a node, with some tag associated to it.
Then, I display this node. In "MyTags" section, I see all tags I put before, and I can remove one by clicking on it. But when I click on one tag, it disappears, but is still associated to the node...
Is there some easy action to correct this, or, maybe, to hide "MyTags" section to the node author?
Thank you for your help,
David
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | community_tags_hide_mytags_to_author.patch | 3.08 KB | David Stosik |
Comments
Comment #1
David Stosik commentedWhat I did: display "My Tags" form to the node's author.
Patch is attached.
Thanks for your feedback.
Comment #2
David Stosik commentedHello,
Does anyone have the same problem as me?
I previous update, I meant "What I did: hide "My Tags" form to the node's author."
Please anyone tell me if he encounters this problem.
Thanks,
David
Comment #3
jonathan_hunt commentedYes, I get the same problem. I am adding a tag inline on a node, then deleting it, but the node stays categorised with that term (the term still appears in the tagadelic block).
Comment #4
David Stosik commentedHello,
At line 548, we can see this code:
The code above doesn't work, unless community_tags uses only the taxonomy with tid=1. (when $placeholders = "%d" and $community_tagged is an Array, converted to integer 1 by db_query)
Actually, the db_query syntax doesn't allow to pass the query, then a variable, then a table of other variables. You have to pass the query, then either each variable, or a table containing all the variables.
I suggest to modify the code to have:
Where we pass an array containing the node id, then all the concerned vocabularies ids.
Now, when a user deletes his community tag, it is also deleted from term_node, if nobody else had also tagged the node.
Please let me know what you think of this modification.
Thanks,
David
Comment #5
David Stosik commentedHello?
I think this bug must be corrected as soon as possible.
Please answer to my request. :)
David
Comment #6
stamd commentedhi...
i was having this problem too in addition to another big problem described here
http://drupal.org/node/159479
after applying the patch at the end of http://drupal.org/node/159479 I think it's also fixed the issue here, at least i no longer currently see it on my site.
this is the actual patch
Comment #7
chaps2 commentedClosed per #1068648: Community Tags 5.x no longer supported.