Closed (won't fix)
Project:
Views Tagadelic
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2008 at 02:11 UTC
Updated:
29 Apr 2013 at 11:54 UTC
Would be great to have a way through the views UI to set the number of steps for a given view, block and/or page.
For me it was about changing the block and page view. I added this to line 43 of tagadelic.module as a temporary fix.
$type == 'block' ? $steps= 6 : $steps= 12;
Comments
Comment #1
muka commented