Works with 4.1.1 just fine.
I'm not sure if Jaxel will support this mod anymore but I hope there is someone out there that can. The only error I've ever had with this mod is the megavideo thumbs which appear to work fine if adding a video. However if you rebuild the thumbs, they all go black. This is the current code:
Code:
preg_match('#[\w+%.-]*'.$service['serviceVAL'].'([\w]*)[\w+%.-]*#i',$arr['ROW']['embed'],$match);$thu='http://img1.megavideo.com/'.$match[1].'.jpg'
Anyone know something that might work?