|
Never tried, only thing I did was installed it in my.domain.com/gallery
But it should work, as long as you define the path to forum installation in gallery_config.php and set the paths and urls correctly in ACP.
What will NOT work is installing gallery in the same directory as forum.. why?
because some filenames are the same (example there is a misc.php in forums AND a misc.php in gallery). So the gallery files should have a specific directory.
But you coud install gallery in root. and have forums in a subdirectory.. that should work (I think.. never tried)
mydomain.com/index.php ---> gallery index
mydomain.com/forums/index.php --->forum index file
It only depends of the way you set your paths in ACP
What will not work is:
mydomain.com/index.php ---> gallery index
mydomain.com/forum.php --->forum index file
Luc
|