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.

CommentFileSizeAuthor
Screenshot.png292.27 KBbasquiat

Comments

leelight’s picture

same problem, i have set the Vocabulary IDs in the block configuration

basquiat’s picture

Can somebody help with this issue. Maybe the question is incorrectly logged?

netwurst’s picture

First 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.

basquiat’s picture

netwurst,

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!)

basquiat’s picture

Status: Active » Closed (fixed)
dirksonii’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Active

Nope, this is still a problem. I have the vocabulary ID correctly set, the thing is still perfectly blank.

v8powerage’s picture

I 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;.

GabrielleMunich’s picture

Are 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.

Tom S.R.’s picture

This 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.

Anonymous’s picture

I 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

kovalev’s picture

My 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...

kars-t’s picture

Yes I know that Roy is building a new version but afaik its not stable. So please stay tuned.

gaffnere’s picture

hi 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)

bretbenz’s picture

I 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.

basquiat’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

wranvaud’s picture

I 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!!!

t.payne’s picture

I 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!