Tagadelic Views Issue Queue
Drupal 6
Posted September 19th, 2008 by douggreenI don't know if this module is headed to towards Drupal 6.
Change wording of error message to avoid confusion
Posted August 27th, 2008 by douggreenTagadelic views require you to specify one taxonomy field (e.g. Taxonomy: All Terms) in order to work. If you don't, you receive the following error message:
The Tagadelic View requires one vocabulary field.
This is confusing since the only relevant fields are listed as 'Taxonomy' fields.
This patch changes the error message to say:
A demo will be appreciated.
Posted August 11th, 2008 by douggreenIt looks good, though a screenshot or even a live link would say much more than words can.
Thanks :)
tags for the current post
Posted July 5th, 2008 by douggreenHello,
I am make vissible block "tags for the current post", but I do not see nothing on that place. Do you can explain me, how it works?
Regards Rodman
Error after updating Views module
Posted June 10th, 2008 by douggreenI just updated Views to the 2008-05-10 dev version because the latest Date module requires it. This causes a conflict with Views Tagadelic. Here is the error message:
Fatal error: Call to undefined function _views_replace_args() in /pathtosite/sites/all/modules/tagadelic_views/tagadelic_views.module on line 83
i18n support
Posted June 4th, 2008 by douggreenIt would be great if this module would support i18n/internalization.
Ability to filter by content type?
Posted June 2nd, 2008 by douggreenI followed the instructions and created a View with a taxonomy term as one of the fields -- this worked, I see the block fine.
However, when I try to restrict the View by content type, all of the tags disappear? Is there a different way to achieve this?
Special characters mess up sort order
Posted March 21st, 2008 by douggreenUsing Views Tagadelic I have a problem with the sort order of tags when it comes to special characters. I set "Taxonomy: Term Name" as sort criteria in views which shows my tags in an alphabetical order. But: When there are tags starting with a special character (like ä, ö, ü, ß; talking about a website in german), those are listed before all the others. Example:
Module calls a views function which it shouldn't
Posted January 15th, 2008 by douggreenLines 75 and 76 of tagadelic_views.module call _views_replace_args(), a private function in Views, which has been removed in dev.
tagadelic_views with i18n - views
Posted December 17th, 2007 by douggreenHello,
Didn't investigate it a lot yet but it looks like the tagadelic_views doesn't work in an i18n environment with the 'i18n views'.