The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://tricarb.com/gallery/
Gallery version: Gallery v1.5.7
Apache version: Apache/2.2.8 (Unix)
PHP version (don't just say PHP 4, please): PHP v5.2.5
Graphics Toolkit: ?
Operating system: Mac OS X 10.5.4
Web browser/version (if applicable): Safari Version 3.1.2 (5525.20.1)
I cannot disable Print Services.
If none of the Configuration Step 3 Print Services are checked then
Step 4 of the configuration wizard shows:
$gallery->app->default["print_photos"] = "";
but the drop down menu erroneously shows
Print photo with... Fotokasten, Shutterfly, and PhotoWorks.
If only Shutterfly of the Configuration Step 3 Print Services is checked then
Step 4 of the configuration wizard shows:
$gallery->app->default["print_photos"][] = "shutterfly";
but the drop down menu erroneously still shows
Print photo with... Shutterfly, and PhotoWorks.
My goal is to disable the Drop Down Menu.
Regards,
Al Malin
Posts: 6818
FAQ: I changed a value on Step 3 of the configuration wizard (or in config.php), but the change isn't taking effect. What's going on?
Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6
Posts: 10
Thanks! That was the exact info I needed!