Quote:
Originally Posted by techenigma
so what do I have to change to make this work?
|
Try going into the php (/modules/vbgallery_block.php) and searching for:
PHP Code:
FROM " . TABLE_PREFIX . "adv_gallery_images
Replace with
PHP Code:
FROM " . TABLE_PREFIX . "ppgal_images
That's all I did and the module works nicely, you'll have to really dig into it to repair the templates for the most current vb and gallery though.