I've configured Cumulus to point to Vocabularies "4,6".
When I click on "more tags" to get a cloud for Vocabulary #6, I get the following error:
warning: implode() [function.implode]: Argument must be an array in /Applications/MAMP/htdocs/drupal/sites/all/modules/tagadelic/tagadelic.module on line 213.
Any thoughts?
Best,
Vince Lackner
Comments
Comment #1
vince@lacknergroup.com commentedBump
Comment #2
vince@lacknergroup.com commentedDoes anyone have any thoughts on this issue?
Comment #3
rdgouw commentedNo new ideas but exactly the same issue for me here. Moreover: whatever tag I click on in the tagcloud, I always get the message "Page not found". The same happens when I try to access ?q=taxonomy/term/% directly. It seems that terms added to nodes are not coupled to those nodes in some way. Can anyone tell me what's going wrong?
I'm using D6.12 and installed Cumulus, Tagadelic, Content Taxonomy, Community Tags
Comment #4
vince@lacknergroup.com commentedI discovered that the Block configuration for Cumulus doesn't like the vocabularies separated by comma-space.
Thus, "4, 6" doesn't work.
But "4,6" does work!
The "more tags" link doesn't do anything. Would like to pick 3-D word clouds based on vocabularies, found sets of nodes, etc.
Cross reference to http://drupal.org/node/397214.
Best,
Vince Lackner
Comment #5
vince@lacknergroup.com commentedComment #6
lierbag commentedCan someone please edit the documentation for Cumulus, cause the instructions say to separate Vocabulary IDs with "commas only", BUT in the example, there's a space between the values. Here's what is says:
"The IDs of the vocabularies that will be displayed. Separate the IDs by commas only (eg: 1, 3, 4)"
I just spent two hours trying to figure out what was wrong with my module, and thankfully I found this page. :S
Comment #7
kars-t commented