My thumbs are not working i noticed in the database there is an extra ‘lll’ in the thumbs path when the thumbs are imported from xvidoes using the plugin. right now i’m patching this with a
$thumb=str_replace(‘thumbslll’,’thumbs’,$thumb);
in the xvideos theme templates but it would be great if there was a patch for the plugin so that they are correct in the database.