Closed (fixed)
Project:
Taxotoggle
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Jul 2009 at 22:53 UTC
Updated:
7 Jan 2010 at 12:16 UTC
The module installs fine, my other Jquery stuff looks fine, but could there be a screen dump of what happens with this one? I've been dragging and dropping for quite some time without any visible result.
Comments
Comment #1
tomamic commentedI have just realized that taxotoggle.js mentions a "taxonomy" class, which probably exists only in my theme. I corrected it to "terms", now (cvs). I tested on a fresh install, and it does work.
As a quick fix, replace all ".taxonomy" occurrences with ".terms" in the js file.
Thanks for the feedback! I'll prepare a screenshot, too.
Comment #2
tomamic commentedComment #3
Flying Drupalist commentedIt would still be nice to get a description of what happens once dragging is complete. Does the term get added to a different node? Or is it just a client side thing?
Comment #4
tomamic commentedYes, the term gets added to the node on the server side - through an ajax call. The result is a new list of terms for the node, which is shown on the page, dynamically.
Comment #5
tomamic commentedComment #6
tomamic commented