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
![Chanux](https://us.v-cdn.net/5018160/uploads/userpics/274/nQJCVAWAZ5S0X.png)
im using tagging plugin. it is only display 25 tags. i want to display 50 tags. how can i do it
0
Answers
Where does it display 25 tags? In the SidePanel?
There was an error rendering this rich post.
yes SidePanel in main page
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)