Page 1 of 1

[Solved] Gallery Eject button

Posted: Tue Sep 15, 2009 8:13 am
by LivingMudFish
Hi all,

I've just installed the gallery module - works ace!

I would like to knwo how to get rid of the 'Eject' button that appears above the thumbnails. When clicked it loads a broekn page with no template images - just looks ugly.

Any ideas?

LivingMudFish

Re: Gallery Eject button

Posted: Tue Sep 15, 2009 8:40 am
by Jos
This is part of the page navigation. When you don't need it, you can delete it from the template you are using. The code you can delete looks something like this:

Code: Select all

<div class="pagenavigation">
{if $pages > 1}
<div class="prevpage">{$prevpage}</div>
<div class="nextpage">{$nextpage}</div>
{/if}
{if isset($parentlink)}<div class="parentlink">{$parentlink}</div>{/if}
{if $pages > 1}<div class="pagelinks">{$pagelinks}</div>{/if}
</div>
If you want to give it another look, you can adjust the css that belongs to the same template.

When clicked it loads a broekn page with no template images
That should not be happening. Can you please PM me a link to that page, before you delete the link to parent-gallery?