amanuensis Posted April 30, 2009 Share Posted April 30, 2009 Is there a way of allowing more than 10 tags to be exhibited in the cloud on the front page?Thanks for any help in advance. Link to comment Share on other sites More sharing options...
rocky Posted May 1, 2009 Share Posted May 1, 2009 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 More sharing options...
diu1so Posted May 11, 2009 Share Posted May 11, 2009 Thanks, very useful. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now