Needs work
Project:
Views Tagadelic
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2009 at 00:47 UTC
Updated:
3 Dec 2010 at 05:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
yan commentedRelated issue: #623564: Create help text for "Vocabs to use" setting
Comment #2
dwwCoupled with #623564: Create help text for "Vocabs to use" setting this is a UI bug, not a feature request. ;) The field is actually case-sensitive on the vocab tag name, too. ;) I'm a "grey beard" Drupal developer with a ton of experience developing views, and it took me over 10 minutes to get a simple tagcloud block working from when I downloadedthis module (which is very cool, don't get me wrong). This could be dramatically easier to use with a bit of lovin'. ;) Seems like we need a multi-select here, since you could want multiple vocabs in the cloud. If I'm inspired, I might roll a patch for this, but I'm not yet assigning myself -- I've got 100 other things to do on this site I'm building right now...
Comment #3
indytechcook commentedHere is a patch to make the vocab a multi select. My initial testing is good. I'd love for another to test before I commit.
Comment #4
yan commentedThe patch failed both against 6.x-1.1 and 6.x-dev for me:
I then applied the changes manually which led to a white screen after flushing the caches.
Comment #5
indytechcook commentedThanks Yan, what is in your error log? I'm betting the issue is with the existing view since the options array has changed format. I tried to account for that.
Can you go to admin/build/views and reset the vocab setting for the styles options? http://skitch.com/indytechcook/dkxku/edit-view-neil-d6.local
I'll work on a update function.
Comment #6
yan commentedMy error log didn't contain anything, I just got a blank screem.
Ok, I deleted my view that was using the module and applied the patch again (manually). Now the selector works -- sweet! For some reason I couldn't apply the patch. So I re-created it. Find it attached split up into two files since I don't know how to get two in one file.
What's missing is the update function.
Comment #7
yan commentedNo reviews?
Comment #8
gori4ka commentedPatch worked for me, thanks! (6.x-1.2)
I can now select from a dropdown...
... but get other error messages, the most meaningful: "Could not find!" :(
Can anyone submit some experience with the module? How does it behave with non-english languages?
Greetings, E.
Comment #9
mstrelan commentedAn alternative approach is to ignore this setting and add an argument of taxonomy vocab id. Still doesn't give you a drop down though, but at least you can use and integer ID instead of a string.
Comment #10
mstrelan commentedOr better still just add a Filter of taxonomy vocab id and select it from the list there.