02-15-2011, 12:05 AM | #1 |
Junior Member
Join Date: Feb 2011
Posts: 3
Rep Power: 0 |
Relative path, different subdomain
This is a *really* stupid question...in setting up the bridge, when it asks for the relative path to vbulletin install, I'm not sure what to give it—my blog and forums are on different root subdomains (blog.examp.com & forums.examp.com). I tried giving the bridge the relative *file* path (/subdomains/forums/httpdocs) but it isn't recognizing the vbulletin install.
I know I'm missing something stupid, but I'm a bit fried tonight. What am I missing? |
Reply With Quote |
02-15-2011, 08:10 AM | #2 | |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
Quote:
You can give it a shot by editing the vbloader.php file: Code:
@chdir($_SERVER['DOCUMENT_ROOT'] . $path); Code:
@chdir('/full/path/to/forum/directory'); |
|
Reply With Quote |
02-15-2011, 08:03 PM | #3 |
Junior Member
Join Date: Feb 2011
Posts: 3
Rep Power: 0 |
Using the full file path seems to work, I got the 'Vbulletin has been located and is loaded into memory' message, so now I guess it's time to work on the commenting templates.
FEI, another solution that would work afaik, would be to create an alias/symlink/virtual directory across the subdomains (/blog/forums->/forums). |
Reply With Quote |
Reply |
Tags |
vbulletin wordpress bridge |
|
|