Utilzing Mozilla I am not seeing the same behavior as using IE version 6.0 using IE go to any of the following URL's and click on the "+" with no further action. All IE browsers I have tested this in get kicked automatically to my sites main page with the following URL http://www.geeknewscentral.com/dp/#

Improper html syntax on news by category and news Source by category along with the news source field.

Visit the following URL for example of issues utilizing Internet Explorer click on any link with a "+" side. http://www.geeknewscentral.com/dp/taxonomy_dhtml , http://www.geeknewscentral.com/dp/import/categories/item , http://www.geeknewscentral.com/dp/import/categories/feed

Comments

moshe weitzman’s picture

I just committed most of the patch from Michael Lessard to the CVS branch. Please test it. The link which used to go to the home page is still a link but now it goes nowhere. I didn't unlink that text becasue I want it to show the term description just like every other item in that list.

Taxo term names and descriptions are also translatable with this patch. I think this is the way to go (letting Admins translate their own supplied content) but I'd love some consensus from the devel group.

I cannot reproduce any problems using IE6 on your site. Your import/categories/feed page has no + items on it.

Please mark this bug as fixed if it is indeed fixed. Otherwise, add more description about how to reproduce the IE6 bugs.

geeknews’s picture

When utilizing the new module an SQL error is generated.

user error: You have an error in your SQL syntax near '} r LEFT JOIN {node} n ON r.nid = n.nid LEFT JOIN {users} u ON n.uid = u.uid WHE' at line 1
query: SELECT n.nid, n.title, n.type, u.uid, u.name FROM {term_node} r LEFT JOIN {node} n ON r.nid = n.nid LEFT JOIN {users} u ON n.uid = u.uid WHERE n.status = '1' AND r.tid = '21' ORDER BY n.changed DESC LIMIT 0, 50 in /hsphere/local/home/bbsnets/geeknewscentral.com/dp/includes/database.mysql.inc on line 75.

moshe weitzman’s picture

Aer you using CVS Drupal? Your error leads me to believe you are using 4.2 Drupal which doesn't support table prefixing. The CVS version of taxonomy_dhtml is incompatible with 4.2 Drupal. The 4.2 version of taxonomy_dhtml has not been updated in a while.

Please reopen this case if problems persist with the CVS version of taxonomy_dhtml.

Anonymous’s picture

Automatically closed due to inactivity (marked fixed for 14 days).