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.

[Solved] only display 25 tags

ChanuxChanux Admin of Geek.lk ✭✭
edited April 2012 in Vanilla 2.0 - 2.8

im using tagging plugin. it is only display 25 tags. i want to display 50 tags. how can i do it

Answers

  • Where does it display 25 tags? In the SidePanel?

    There was an error rendering this rich post.

  • ChanuxChanux Admin of Geek.lk ✭✭

    yes SidePanel in main page

  • ChanuxChanux Admin of Geek.lk ✭✭

    i found the answer

    i found class.tagmodel.php in tagging pluging folder and there is some code.

    $this->_TagData = $SQL ->Select('t.*') ->From('Tag t') ->OrderBy('t.CountDiscussions', 'desc') ->Limit(25) ->Get();

    i chanted the value of ->Limit(25)

Sign In or Register to comment.