magman Posted April 1, 2007 Posted April 1, 2007 I am running FMP Server advanced and IWP. I'm looking for a server side file plug-in to swap to a default image if a thumbnail is not present. Something like the following would be perfect for my calculated container field but I'm bit stymied on how to implement this using IWP. Case(File_Exists(path_to_image);path_to_image;path_to_alternate_image) Can someone point me to a plug-in that works with IWP? Thanks.
Phillip Holmes Posted May 15, 2007 Posted May 15, 2007 Not sure you will find a plugin that can do that, as the web pages are rendered from pre defined files. You would have to edit those files with some script that can determine if the image is available or not.
Recommended Posts
This topic is 6671 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now