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!
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!
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!