OK go to /modules/mod_aidanews/tmpl/default.php
goto line 1194 and follow this instruction:
if ($top4) {
if ($divcheck == 0) {
$top4 = '<div> ' . $top4 . ' </div>';
}
echo preg_replace($patterns, $replace, $top4);
}
// #############################################
/// add the following code ...
$intro = preg_replace('/{niftybox\s*.*?}|{\/niftybox\s*.*?}/i', '', $intro );
$intro = preg_replace('/{niftycolumn\s*.*?}|{\/niftycolumn\s*.*?}/i', '', $intro );
// end add
// #############################################
if ($checkimage === false && $params->get('show_image') != 0) { echo $dimage; }
if ($params->get('show_intro') == '1'):?><div style="<?php echo $body_intro_css; ?>"><?php echo $intro; if ($params->get('readmore_introtext')) { echo $drm; }?></div><?php endif;