@nitro: oops, forgot the @JumpD on that comment. JumpD's code bit would help with the full path questions people have by removing that element, but there might then be 'how to move out of forum directory' questions. I just tried to be as general as possible so PhotoPlog could go in /photoplog, /foobar/photoplog, /forum/photoplog, /forum/foobar/photoplog, etcetera. My preference is to have /forum for the forum and stick other things in their own directories, but if people want to do as JumpD suggests and install in /forum/photoplog, machts nicht to me.
@furst: find the following in PhotoPlog's settings.php file:
Code:
$photoplog_location = $photoplog_schemehost.$vbulletin->options['photoplog_script_dir'];
And try 'hard' setting it to something like follows:
Code:
$photoplog_location = 'http://sub.domain.com'; // OR
$photoplog_location = 'http://sub.domain.com/foo'; // OR
$photoplog_location = 'http://sub.domain.com/foo/bar'; // ETC