The tables have changed in vBGallery 2.0.
The prefix of tables changed from adv_gallery_ to ppgal_.
- adv_gallery_categories --> ppgal_categories
- adv_gallery_customfields --> ppgal_customfields
- adv_gallery_customfields_entries --> ppgal_customfields_entries
- adv_gallery_ecards --> ppgal_ecards
- adv_gallery_exif --> ppgal_exif
- adv_gallery_favorites --> ppgal_favorites
- adv_gallery_filetypes --> ppgal_filetypes
- adv_gallery_images --> ppgal_images
- adv_gallery_moderator --> ppgal_moderator
- adv_gallery_permissions --> ppgal_permissions
- adv_gallery_posts --> ppgal_posts
- adv_gallery_rate --> ppgal_rate
- adv_gallery_search --> ppgal_search
- adv_setting --> ppgal_setting
- adv_settinggroup --> ppgal_settinggroup
- adv_gallery_subscribecat --> ppgal_subscribecat
- adv_gallery_subscribeimage --> ppgal_subscribeimage
EX: Ver. 1.0, 1.0.1, 1.0.2, 1.0.3, 2.0B1/B2
Code:
FROM " . TABLE_PREFIX . "adv_gallery_images
Is now: Ver 2.0 +
Code:
FROM " . TABLE_PREFIX . "ppgal_images
Please take note if you have problems with old hacks or want to work on new projects.