Submitted by jim spice on Mon, 02/11/2008 - 18:13.
You can also make an additional change in shop.browse.php to process bots in your category descriptions. Mine is modified so I don't have accurate line numbers, but in the section "CATEGORY DESCRIPTION" (around line 100 I'd guess), just before "echo $desc;" add:
//***** start : modifcation for mambot parsing
$plug_row->text = $desc;
$_MAMBOTS->trigger( 'onPrepareContent', array( &$plug_row, &$plug_params ), true );
$desc = $plug_row->text;
//***** end : modifcation for mambot parsing
I think!
Spice
Reply
About Duvien
Duvien is a Freelance Web Designer/Developer based in Scotland. He specialises in developing websites with Drupal & Magento. This is his blog, portfolio & digital playground. Find out more
You can also make an additional change in shop.browse.php to process bots in your category descriptions. Mine is modified so I don't have accurate line numbers, but in the section "CATEGORY DESCRIPTION" (around line 100 I'd guess), just before "echo $desc;" add:
//***** start : modifcation for mambot parsing
$plug_row->text = $desc;
$_MAMBOTS->trigger( 'onPrepareContent', array( &$plug_row, &$plug_params ), true );
$desc = $plug_row->text;
//***** end : modifcation for mambot parsing
I think!
Spice