MediaWiki Images not imported
MediaWiki images are not importing correctly
I have successfully managed to import all the MediaWiki pages and convert them BB-code. However, only 1/3 of the images file names show up in the Images namespace, and none of them contain the actual image. All the pages that contain images display only the image file name (such as Bolt.jpg) and any descriptive text attached to the image.
The MediaWiki images are referenced using [image:xxxx.jpg].
Our vBulletin Forum stores image attachments in the database. MediaWiki image files are in /home/bbsorg/public_html/wiki/images.
In the mediawiki.php file I defined $vault->config['imgpath'] = 'http://xxx.xxx.xxx/wiki/images/''; per the comments in the file.
How does the VaultWiki importer handle images? Does it move them to the database, does it use the URLs, does it use local image path and filenames, or something else?
I would prefer to handle them as image attachments stored in the database.