Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Tagging plugin, show only a limited number of tags

edited April 2011 in Vanilla 2.0 - 2.8
Hi, is there some way that you can show only say.. 7 tags on the right tab, when using the tagging plugin? (popular tags)
Tagged:

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?

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭

    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.

Sign In or Register to comment.