Is there some way you can include globa.php if the software you are using is in a directory other than the one vB is in?
I have an image gallery program I'm trying to integrate, which is in websitename/gallery, whereas vB is in websitename/forums
If I hardcode the ref to global.php it obviously breaks, since it then tries to look up config.php, etc.
TIA,
Chris
Quote:
Originally posted by wluke
include ("./global.php");
Gives you access to the entire vBulletin engine.
|