Elxis CMS Forum

Extensions => Components => Topic started by: catflap on October 23, 2007, 23:34:10

Title: is it possible to use tabs in edir catagorys ?
Post by: catflap on October 23, 2007, 23:34:10
I Have been trying to put my edir catagories into tabs with no success is this possible ? and if so what would i need to be able to do it.

i currently am using tabs and slides for content on my frontpage but does not work in edir.
Title: Re: is it possible to use tabs in edir catagorys ?
Post by: catflap on October 26, 2007, 09:31:59
Further to above i have since found that i need to enable the tabs and slides mambot in edir but cannot work out how to do this or where to put the code.

i did find some code that enabled all content mambots but when i entered it in edir.php it gave an error. this is the code i tried

// start - enable "content type" plugin parsing
   global $_MAMBOTS;
   $_MAMBOTS->loadBotGroup( 'content' );
   $row->text = $template;
   $results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
   $template = $row->text;
// end - enable "content type" plugin parsing