i would very much like that. Like it happens on Vanilla forum itself. I had to disable tagging because my webpage showed a list of like 30 never ending tags, creating a huge scroll down bar ! can someone help? this was posted in 2011 and its 2012 now! No solution?
Comments
i would very much like that. Like it happens on Vanilla forum itself. I had to disable tagging because my webpage showed a list of like 30 never ending tags, creating a huge scroll down bar ! can someone help? this was posted in 2011 and its 2012 now! No solution?
go to your tagging plugin folder.
find class.tagmodule.php
find
$this->_TagData = $SQL ->Select('t.*') ->From('Tag t') ->OrderBy('t.CountDiscussions', 'desc') ->Limit(25) ->Get();for my file it was at lines 32,33,34,35,36
change the limit to the number of tags you want to display
There was an error rendering this rich post.