Search found 1 match

by dgrieve
Wed May 12, 2010 2:16 pm
Forum: Bug reports
Topic: Tag Cloud Bug (Solution inside)
Replies: 1
Views: 2321

Tag Cloud Bug (Solution inside)

Hi there,

We had an issue with the Tag Cloud (file /inc/Tags.php) where the tag cloud array was being indexed from 0, resulting in the incorrect tag being displayed when you clicked on one. The problem line was line #117, ours looked like this:

$tags = array_slice($tags, 0, $numberOfItems);

and ...