I have followed instructions to accomplish the embedding using the following in my_config.php:
$php_include=true;
$install_dir = "../twg14/";
$autodetect_maximum_thumbnails=false;
My HTML directory structure is /cmsdir & /twg14, both accessible as:
#removed_broken_link &
#removed_broken_link respectively. I reach the included TWG14 via
#removed_broken_link. This contains the PHP include pointing to "../twg14/index.php".
All seems to work well except the slideshow termination. The "red" slideshow icon used to stop the slideshow links back to /twg14 rather than the directory from which it was launched (/cmsdir), the one containing my gallery.php. It looks as if the slideshow stop routine does not recognize that it is running as a "$php_include=true" configuration!
Again, I'm running TWG 1.4.2 on Windows XP SP2.
Max