would be nice to me and might to many others as well:
Drupal has a usual way to group infos or especially settings in collapsable boxes (for example the settings for comments when you create a story or something like that).
Most preferable to me would be the following:
- display the information in such a collapsable box
- option to have this box opend or collapsed by default
- (maybe general setting to choose whether to use such collapsable boxes or not)
- at the moment it ist possible to select what tags to be displayed. Maybe bring some settings to the imagenode-creation where to select which of these should be displayed for this special imagenode or whether to use exif-tags at all
- it least it would be cool to have some permission-settings to restrict access to this creation-options to specific user-roles
look at theese as suggestions - for myself I would realy like to have this but I am open to every other suggestions...
Comments
Comment #1
david lesieur commentedTo wrap the Exif data in a collapsible box, you could override the default theme_exif_table() function in your theme.
Regarding the other suggestions, it would be interesting. Code contributions are welcome! :-)
Comment #2
blackfox commentedthanks for the hint with theme_exif_table() function.
to contributing: I will see what I can do - at the moment I haven't got any experience in programming php (only java till now) but I want to learn php so this might be a nice exercise to get a start. But while there is no time for things like that I can't promise anything :-)
Comment #3
jphautin commented