DC to captions

It would be great if there was an easy way to connect one or more of the DC field directly to you media caption so you do not have to re-enter "tombstone" information.

You could that by either editing the existing exhibit layouts, or creating some new ones. In the layout.php page in question, you could replace

<?php echo exhibit_builder_exhibit_display_caption(1); ?>

with

<div class="exhibit-item-caption">
<?php echo item('Dublin Core', 'Description'); ?>
</div>

Just remember if you edit existing layout.php files, they will be overwritten if you update ExhibitBuilder at any point. So creating new layouts is preferable in that regard.