View Single Post
Old June 19th, 2008, 06:49 AM   #3 (permalink)
rcwild
Member
Verified Customer
 
Join Date: Aug 2005
Posts: 47
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?
rcwild is offline   Reply With Quote