I found the solution on my own. Edited a couple things in gallery_global.php
Quote:
$navreplace['replace'] = array(
'"' . $vbulletin->options['bburl'] . '/clientscript',
'\'' . $vbulletin->options['bburl'] . '/misc.php',
iif($ppg_options['gallery_navbarhomelink'], '$GLOBALS[\'vbulletin\']->options[\'bbtitle\']', '$GLOBALS[\'ppg_options\'][\'gallery_title\']'),
iif($ppg_options['gallery_navbarhomelink'], '$GLOBALS[\'vbulletin\']->options[\'bburl\'] . "', '$GLOBALS[\'ppg_options\'][\'gallery_url\'] . "/index.php')
);
|
However, in the process I discovered other links from my gallery don't work. Examples include link to blogs and social groups. vBGallery is installed in a directory called Gallery in root, not in Forum directory. Where do I go to change the relative URL?