OK… I figured out that it has something to do with the class=”caption” text preceeding the src of the img tag for the preg_match() function. I got it to work by hacking a wildcard in the pattern string, but it is probably not the or cleanest fix.
I changed the following line in the common.php for the NewsLight module.
$regex = “/<imgs.*bsrcs*=s*”([^”]*)”[^>]*>/”; // Skips “class” attributes @rdx
If somebody can figure out a cleaner solution I would appreciate it.
Also I thought that the {mosimage} tag was removed from Joomla 1.5? I am asking because I found a reference to that string in one of the SQL queries for the ContentScroller module.