Cannot disable (nor change) Print Services Drop Down Menu

amalin

Joined: 2004-03-09
Posts: 10
Posted: Wed, 2008-07-30 17:12

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

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Wed, 2008-07-30 18:51
 
amalin

Joined: 2004-03-09
Posts: 10
Posted: Wed, 2008-07-30 21:04

Thanks! That was the exact info I needed!