How to make the all video categories show on home

Hi,

 

How  to make all the video categories show on homepage and video home?

 

Thanks a lot.

Walter - http://www.ForeignTeacher.com
Quote · 23 Oct 2017

*following*

Quote · 23 Oct 2017

Can I make it through php block?

 

Walter - http://www.ForeignTeacher.com
Quote · 23 Oct 2017

Try the following code in PHP block:

bx_import('BxTemplCategoriesModule');
$aParam = array(
    'type' => 'bx_videos',
);
$oCateg = new BxTemplCategoriesModule($aParam, _t('_categ_users'), BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'categories');
return $oCateg->getBlockCode_Common($iBlockID);

or change the last line to the following to display all user categories:

return $oCateg->getBlockCode_All($iBlockID);
Rules → http://www.boonex.com/terms
Quote · 24 Oct 2017
 
 
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.