Closed (duplicate)
Project:
Tagadelic
Version:
5.x-1.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2008 at 22:36 UTC
Updated:
11 Feb 2008 at 23:58 UTC
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
Comment #1
pfaocleLooks like this was fixed in 5.x-1.0 - committed here.
Marking as duplicate of that original issue.