Hello,

I need to add 2,3,4,5,6,7,8,12 to my cumulus block. How do I achieve that?

Thanks for your support.

Kirsten

Comments

KirstenLangholz’s picture

Searched for such a long time and now that I posted this issue, I found the solution *rolleyes*

In the file cumulus.admin.inc I changed the #maxlength from 10 to 30 - maybe this should be changed in the next dev version, too.

$form['vid'] = array(
    '#type' => 'textfield',
    '#title' => t('Vocabulary IDs to be included'),
    '#default_value' => $config['vid'],
    '#maxlength' => 30,
    '#description' => t('The IDs of the vocabularies that will be displayed. Separate the IDs by commas only (eg: 1, 3, 4)'),
  );
WriteCo’s picture

That broke my tag cloud. OpenCalais produces a few dozen vocabularies and I want to use them all in my little tagadelic cloud. All I can get right now are the vocabularies I use for organizing content, but not the other tags. Why can't there be a use all vocabularies option? Maybe there is an option that I do not know about to get OpenCalais to put everything it produces into one vocabulary.