Via themeoptions.php can I add extra options global for the theme. Is there also a way to add extra options on album-level so that they can be set separatly for each (sub-)album?
If you want options specific to a subalbum you would need to make use of the "custom data" field. If you wanted to do that via the themeoptions script you would probably want to create a custom handler. If you want to do it from the admin-edit pages then you might want to create a filter for the custom data.
Please see http://www.zenphoto.org/2008/04/zenphoto-plugin-architecture/ for further information on both these approaches. In addition, for the second approach you could review the plugin `filter-customdata`. This filter is new in the development stream, so if you intend to go this route, you will have to install the nightly build.
Comments
Additionally you can use so called "album themes".
Please see http://www.zenphoto.org/2008/04/zenphoto-plugin-architecture/ for further information on both these approaches. In addition, for the second approach you could review the plugin `filter-customdata`. This filter is new in the development stream, so if you intend to go this route, you will have to install the nightly build.