Because a missing default call, the "Number of leves" option in the settings has no effect on the block. Change...

      $tags = tagadelic_get_weighted_tags(array($voc->vid),6, variable_get('tagadelic_block_tags_'. $delta, 12));

... to ...

      $tags = tagadelic_get_weighted_tags(array($voc->vid), variable_get('tagadelic_levels', 6), variable_get('tagadelic_block_tags_'. $delta, 12));

... in the function tagadelic_block.

Comments

pfaocle’s picture

Assigned: moritzz » Unassigned
Status: Needs review » Closed (duplicate)

Looks like this was fixed in 5.x-1.0 - committed here.

Marking as duplicate of that original issue.