Reduce number of tags in block ?!

I have looked throughout forum and my admin settings and don't know how to reduce the amount of tags in blocks for videos and sounds ...

Anyone able to help with this please ?

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 16 Jan 2013

bump ...

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 17 Jan 2013

You can accomplis this in all files based module. By doing this

Edit inc/classes/BxDolFilesPageHome.php at line 135 add this 'limit' => '2' so it will be like this

'type' => $this->oConfig->getMainPrefix(),
'orderby' => 'popular',
'limit' => '2'

Put your limit there instead of 2. Done

Hope it helps :D

so much to do....
Quote · 17 Jan 2013

 You say '2' BUT the tags blocks for videos and sounds are showing every tag .... like hundreds!

I would like to reduce the amount of tags/words shown per block on each of the modules main pages with 7.1 ?

 

You can accomplis this in all files based module. By doing this

Edit inc/classes/BxDolFilesPageHome.php at line 135 add this 'limit' => '2' so it will be like this

'type' => $this->oConfig->getMainPrefix(),
'orderby' => 'popular',
'limit' => '2'

Put your limit there instead of 2. Done

Hope it helps :D

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 17 Jan 2013

 Thats what i gave the edit for. Put your the code in place with your number.

 You say '2' BUT the tags blocks for videos and sounds are showing every tag .... like hundreds!

I would like to reduce the amount of tags/words shown per block on each of the modules main pages with 7.1 ?

 

so much to do....
Quote · 17 Jan 2013

 Thanks a lot I will try it now ;)

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 17 Jan 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.