We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to show more than 20 Tags | Forum

Oxwall Accessories
Oxwall Accessories Sep 3 '13
The Oxwall tag system is great. However You can have 500 tags and only 20 will show in the list. How can we increase this number?
Oxwall Accessories
Oxwall Accessories Sep 3 '13
Mainly the video tags but I wouldn't be opposed to learn how to change all the tag systems to show more as well. 
S. Bourdon
S. Bourdon Sep 3 '13
Hello,


In:

ow_plugins\video\controllers\video.php


look for the following line:

$tagsArr = BOL_TagService::getInstance()->findMostPopularTags('video', 20);


Change "20" to whatever value you prefer! 

Not tested, but I'm pretty sure that's what you're looking for!



Let me know how that goes!

Kяuncн Leader
Kяuncн Sep 3 '13

Quote from S. Bourdon Hello,


In:

ow_plugins\video\controllers\video.php


look for the following line:

$tagsArr = BOL_TagService::getInstance()->findMostPopularTags('video', 20);


Change "20" to whatever value you prefer! 

Not tested, but I'm pretty sure that's what you're looking for!



Let me know how that goes!


Nope,,, no go..
Oxwall Accessories
Oxwall Accessories Sep 3 '13
That didn't work.
S. Bourdon
S. Bourdon Sep 4 '13
Sorry about that!


Found and tested:


Open:

ow_system_plugins\base\bol\tag_service.php


Find:

        $this->configs[self::CONFIG_DEFAULT_TAGS_COUNT] = 20;


and replace "20" with whatever number you prefer!


Note: this is a site wide setting.



Hope this helps!

The Forum post is edited by S. Bourdon Sep 4 '13
Kяuncн Leader
Kяuncн Sep 4 '13
And we have a Bingo folks, thanks S.Bourdon
Oxwall Accessories
Oxwall Accessories Sep 4 '13
Awesome. Thanks guys!