5
Do I change this in news_randomnews.php ?
if ($options[3] > 0) {
$news['teaser'] = xoops_substr(strip_tags($myts->displayTarea($story->hometext)), 0, $options[3]+3);
$news['infotips'] = '';
}
I tried taking out strip_tags but that didn't work.
Do I have to take it out of all blocks php files?
I'm bangin' my head.
Please help.
Thanks!