Page 1 of 1

[solved] Gallery Module - Main Page says "0 images"

Posted: Thu Sep 27, 2012 4:37 pm
by blackhorse
Hey :)

On the main Gallery page, I would like to remove "0 images." I have subgalleries and it just drives me crazy that it says that. Obviously it does show the number of images in the subgalleries when viewing them but I would rather have it removed altogether than have it show "0 images" when viewing the main page.

I have removed it once before, on a different web site but for the life of me I can't remember how I did it!!

Re: Gallery Module - Main Page says "0 images"

Posted: Thu Sep 27, 2012 4:40 pm
by Rolf
The Gallery module has an extended howto page in the CMSMS Wiki!

grtz. Rolf

Re: Gallery Module - Main Page says "0 images"

Posted: Thu Sep 27, 2012 10:40 pm
by paulbaker
Content -> Gallery -> Templates tab.

Click the template you are using.

Remove

Code: Select all

<p>{$imagecount}</p>
from the top box.

Save.

Re: Gallery Module - Main Page says "0 images"

Posted: Thu Sep 27, 2012 11:18 pm
by blackhorse
Awesome guys thanks :)