We have drupal 4.7.2 and we use freetagging. We want authenticated users to be able to tag items also. Here are our thoughts on this module/project:
1. We'll need a table to keep track of tags by node id by user.
2. The same table 'could' function as the "displayable" tags table if we wish to count occurrences per tag/per node every time we display a node in order to rank tags but that’s probably not advisable since that's an extra query.
3. We probably want to keep a "displayable" tags table that simply has the tags/node with a count for ranking purposes or we could just use the existing term_data table and the term_node table since it already displays tags in the proper order (assuming we rank them in the table using the count from our new table and can be exceed -10 to +10 if there are more than 20 tags?)
4. We’ll need to design an interface for people to enter/edit tags or just expose the current ‘editable’ tag field as seen when the author clicks edit (but this is not too cool showing an editable field every time content is displayed).
5. We'd prefer a “tag me” Icon that displays a popup window when clicked where an authenticated user could enter/edit tags.
6. We’ll need to clone or reuse the existing code that allows people to enter/edit tags so that users can enter new tags, edit their current tags or delete tags when they click the “tag me” icon.
In addition – the search function does not appear to search tags when performing a search and only searches the subject and the content so we’ll have to modify the search feature.
Contact me if interested.
Comments
Please enable your contact
Please enable your contact form or contact me offline.
I'm starting on this feature today.
--
Rob
Founder and Director
Electronic Insight Corporation
Recent Drupal Projects: MP3PIG | MySpace Layouts
contact form
my contact form has been enabled
i could help u out
i could help u out
thank you - someone already
thank you - someone already accepted this project and is working on it.
Incredible
Thanks a lot for doing a bounty for such a useful module. It corresponds almost perfectly to what I suggested some time ago, see http://drupal.org/node/75185
Can't wait to see it, its gonna enable tons of stuff for drupal mediated social networking!
Any ETA on the coding?
---
e! Science News
Tagging by users
Just marking so I can follow up.
Me too
Would love to see this also.
Great!
waiting for it!
subscribing to this thread
subscribing to this thread to seewhen it's announced...
Keeping track
Also would like to keep an eye on this
me2
me2
BETA available
We've got a beta available at http://www.electronicinsight.com/dev/tagadelic.zip. It should *NOT* be used on a production server as it still needs testing and feedback.
This will probably be reworked in this issue: http://drupal.org/node/79720. Please post any feedback to that issue as well.
--
Rob
Founder and Director
Electronic Insight Corporation
Recent Drupal Projects: MP3PIG | MySpace Layouts
Great!
This is wonderful in so many ways... thanks a lot for working on this, you're saving time to tons of people and enabling tons of possibilities for Drupal powered sites! I'll test it as soon as possible.
---
e! Science News
Works well
Tried this module yesterday (no extensive testing yet), seems to work well. 2 things I noticed up so far:
The tagadelic_tag_node table is using myisam. If every user is allowed to tag every node, i can see this becoming a problem, as myisam do full table locks on inserting / updating. Consider switching to innoDB for this table? Performance tests & concurrency tests would be necessary I think.
The 'show my tags' option is nice, but I think it would be nice to see a 'others have tagged this' (optional) box at the same time.
Nice work, can't wait to see the final version ;)
---
e! Science News
interested, but 404ed
I'm interested in checking out the module, but unfortunately I get a 404 error message. Has the file been moved to another location?
New module
webchick and others have improved upon the work I did on tagadelic and made a separate module.
See http://drupal.org/project/community_tags
--
Rob
Founder and Director
Electronic Insight Corporation
Recent Drupal Projects: MP3PIG | MySpace Layouts
Good news
Good news I think. Thank you!