View Single Post
Old December 15th, 2005, 09:42 AM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Hello that option is for bulkupload.

Skip upload and process the files already in your upload directory?

Basically that would mean you have set them up an ftp account to your server to upload files to. Not many people use it but it was a feature that use to be only for admin until customers requested we open this option up to users.

You can remove it by surrounding the relevant place with a conditional clause to only show it for admins

if ( $User['adminedit'] == 1 ) {

html here

}
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote