[Solved] Gallery Eject button

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
LivingMudFish
Forum Members
Forum Members
Posts: 25
Joined: Wed Feb 08, 2006 1:37 pm

[Solved] Gallery Eject button

Post 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
Last edited by LivingMudFish on Tue Sep 15, 2009 11:07 am, edited 1 time in total.
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm

Re: Gallery Eject button

Post 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?
Post Reply

Return to “Modules/Add-Ons”