Drupal 6.13
Cumulus 6.x-1.3
Tagadelic 6.x-1.2
I am new at this thank you in advance for your help. I have installed the modules as described and I cannot make it run. I can see the square where the tags are supposed to show but it is blank. This is a brand new site, I do not know if there are any previous requirements other than Tagadelic, Cumulus and Cumulus.js that I might not have implemented for this module. I also notice that the link to "more tags" gives me a page not found result.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 292.27 KB | basquiat |
Comments
Comment #1
leelight commentedsame problem, i have set the Vocabulary IDs in the block configuration
Comment #2
basquiat commentedCan somebody help with this issue. Maybe the question is incorrectly logged?
Comment #3
netwurst commentedFirst of all you need a vocabulary.
I only got the german version of Drupal and don`t know whats the english name for all this stuff, but try to explayn:
Go to vocabulary (or taxonomy?) and edit (if you already have some).
See the url: /taxonomy/edit/vocabulary/2 <<<----- remember the ID.
Under configure the cumulus block fill in the ID and everything should work fine.
Hope this was understandable, have fun.
Comment #4
basquiat commentednetwurst,
Thank you very much for the info!. With your information I was able to make it work. I appreciate it!
Vielen Dank für Ihre Hilfe (I think!)
Comment #5
basquiat commentedComment #6
dirksonii commentedNope, this is still a problem. I have the vocabulary ID correctly set, the thing is still perfectly blank.
Comment #7
v8powerage commentedI found out that it doesn't work on Mozilla Seamonkey when the background for cumulus is set to transparent, and the block background has opacity set in css via: opacity: .85;.
Comment #8
GabrielleMunich commentedAre you sure you have got the right ID? Regardless of the name you have given the vocabulary, the ID has to be a number. And that number is displayed in the URL.
Comment #9
Tom S.R. commentedThis documentation http://drupal.org/node/584164 says:
9. Insert your cumulus enabled vocab id's into the block configuration at 'admin/build/block/configure/cumulus/0' as comma separated values. This field is the second one from the top.
First I had the same problem - only a blank square with the block title and the "more tags" link then I changed my vocab id's and noticed that I didn't separate the IDs by commas only but with spaces.
This was not working: 1, 2, 3, but this was working: 1,2,3
Hope it helps.
Comment #10
Anonymous (not verified) commentedI found when I installed it that the font was too small for it to be picked up. It was 10 and I up'ed it to 24. Also i found that if the taxonomy terms where not active (in that they where not assigned on a node through the creation of a node linked with that taxonomy) it did not pick it up.
Hope this helps
Comment #11
kovalev commentedMy problem was, that I tried to display tags in Hebrew. Non English (Latin) letters can cause problems in the flash, here is how to fix that: http://www.roytanck.com/2008/08/04/how-to-add-more-characters-to-wp-cumu...
Comment #12
kars-t commentedYes I know that Roy is building a new version but afaik its not stable. So please stay tuned.
Comment #13
gaffnere commentedhi timothy,
i think your solution is exactly what i need to do to get mine working... however i am just a little bit confused how to go about making the taxonomy terms active as you say - assign them on a node through the creation of a node linked with that taxonomy.
would you mind please explaining a bit further how ones does that?
i'd be very grateful, many thanks.
G.
(apologies i meant to post this in reply to Timothy.sea's above comment, #10)
Comment #14
bretbenz commentedI have found the solution. I was trying to get everthing to work here using one taxonomy list. So putting one number in, the ID, does not work. As soon as I entered the # followed by a comma, it worked. Pretty bad flaw if you ask me. So... for those of you out there with only one taxonomy, enter a comma such as "8," and it should work.
Comment #15
basquiat commentedComment #17
wranvaud commentedI have a similar problem,
For me only one vocabulary will display in the cloud,
if I put more than one id only the first one appears.
little trick if you don't see changes is to go to admin/settings/cumulus clear the cache AND SAVE CONF!!!
Comment #18
t.payne commentedI am not sure about 6.x ... but on Version 7.8.. I was having this same problem, blank box...
It turned out that it was the term ID.
1,2,3,4 would be the obvious thought as term IDs but it wasnt... so I used a block that I had enabled tagorific for clicked "More..." button... it took me to .../chunk/19/
I then went back into the settings on the cumulus and changed the term ID to 19
that fixed it!
Hope this helps, I have gotten so much help from this community... my first chance to give back!