Universal Viewer with multiple manifests

Hello @Daniel_KM

I am using your Universal Viewer version 3.6.4.5 to serve manifests on our Omeka S Installation. It is working just fine when I upload the manifest path into the schema:image field (which we configured on the module settings).

I also have the code in my theme for the show item page to display with a simple:

<?php echo $this->universalViewer($item); ?>

My question is, this particular site I am working with, the items have two images with two distinct manifests that need to sit on the same page. I have uploaded the links to both manifests in the schema: image: as a multivalue so both links are showing up individually:

Now I am wondering how I can rewrite the code to show both items, as right now, i am getting only the first one.

Thanks for the module and your assistance,
Sanjin

1 Like

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.