Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 3

+3 guests

the tag is too more and the list is too long,how to change this?

now, more and more visitor use the tag, and get the more and more tags.

so, the list in sidebar is too long.

how to set a limit of the number of tags, or how to redesign a new way to show these tags?

thx for any reply.
Tagged:

Comments

  • Posts: 20
    no one can reply it?

    i need any reply....thx.
  • Posts: 2
    i also have this problems.

    hope any one can solve it. :-)
  • Posts: 318
    @Tim spam spam spam! :)
  • i also need a plug in to clear up the tags....
  • Posts: 20
    T_T no one can reply this? @Tim
  • here is what you do. Open file class.tagmodule.php in the plugin. Find line 33 which looks as below.
    ->Where('t.CountDiscussions >', 0, FALSE)
    Change the number to the minimum # needed to be shown. Default is all tags over zero. If you place it at 5 or 10 it should reduce your list fast :0)
  • Posts: 318
    You could even do something like:

    ->Limit($Limit, $Offset)

    where

    $Offset = 0; //usually, since you want all of them
    $Limit = 5; // defined by you, if you want the top 5 tags or something like that


    /cd
Sign In or Register to comment.