I've used the coding given at http://www.moonpost.com/jeremy/photolog5steps.html which worked great on my other journal, but not on this gallery setup.
In stead of the photos I am just getting a list of hyperlinks.
I've set up a new index template in my gallery journal:
CODE
<MTEntries lastn="10">
<a name="<$MTEntryID pad="1"$>"></a>
<span class="preview">
<a href="<$MTEntryLink$>"><$MTEntryMore$></a>
</span>
<br />
</MTEntries>
<a name="<$MTEntryID pad="1"$>"></a>
<span class="preview">
<a href="<$MTEntryLink$>"><$MTEntryMore$></a>
</span>
<br />
</MTEntries>
And have linked it into my journal, but it is just giving my heperlinks and I am not sure what I need to change to display the pictures in stead.
Can anyone give me any pointers?