@jamessmith260996:
Yes it is, but you have to manually modify the [i]zenphoto.cfg.php[/i] file (located in the zp-data folder)
You have to change this line
`$conf['album_folder_class'] = 'std';`
to
`$conf['album_folder_class'] = 'in_webpath';`
The comments in the file itself explain it all.