Jump to content

More than 10 Tags in the cloud required


Recommended Posts

I had a quick look and found a parameter to specify the number of tags, which defaults to 10. Try changing line 35 of modules/blocktags/blocktags.php from:

$tags = Tag::getMainTags(intval($params['cookie']->id_lang));



to:

$tags = Tag::getMainTags(intval($params['cookie']->id_lang), 20);



Change 20 to the number of tags you want.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...