I upgraded to Mediawiki 1.17 and vbulletin 4.1.5 - integration still works.
See post 300 (
https://vborg.vbsupport.ru/showpost....&postcount=300 ) and also post 301 for some discussion on style integration.
separately, for those having issues (previously) with uploading images / thumbnails, it had something to do with a imagemagick bug. this is the workaround i use in LocalSettings.php - seems to work fine.
Code:
# $wgUseImageMagick = true;
# $wgImageMagickConvertCommand = "/usr/bin/convert";
$wgCustomConvertCommand = "/usr/bin/convert -resize %wx%h %s %d";
ndahiya