Nope, that line is not in my 'Fetch Datastore' and I have uploaded the vBgallery files and run the install program (middle option "update templates" or what ever it says) three times. Here is what mine is:
Quote:
if (PP_SCRIPT != 'vBGallery')
{
$datastore_fetch[] = "'ppg_stats'";
global $phrasegroups;
$phrasegroups[] = 'adv_gallery_int';
}
else
{
$vbulletin->options['keywords'] = '|||VBGMETAKW|||';
$vbulletin->options['description'] = '|||VBGMETADESC|||';
}
$vbulletin->options['gallery_url'] = 'debug:gallery_url';
$datastore_fetch[] = "'adv_gallery_opt'";
$ppg_options =& $vbulletin->adv_gallery_opt;
$usescripts = array('index', 'member', 'usercp', 'profile', 'moderation','calendar','subscription','private', 'adv_index', 'vbcms', 'blog');
if (in_array(THIS_SCRIPT, $usescripts))
{
$datastore_fetch[] = "'gallery_ugroups'";
$datastore_fetch[] = "'gallery_c_cache'";
if(THIS_SCRIPT == 'index')
{
$datastore_fetch[] = "'gallery_ext_img_cache'";
}
}
unset($usescripts);
|
As for usergroups I will look and see if there is some new option that would change permissions as I have had my site up and running for years, but I do notice that vBgallery install changed some of my settings like moderating images, so there could be some nested setting I didn't see when I checked out the settings quickly.
In any event thank you for your response.
P.S. I never linked the site:
3DAllusions Gallery
Russell