Hi,
How to make all the video categories show on homepage and video home?
Thanks a lot.
Hi,
How to make all the video categories show on homepage and video home?
Thanks a lot. Walter - http://www.ForeignTeacher.com |
*following* |
Can I make it through php block?
Walter - http://www.ForeignTeacher.com |
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 |