Page 1 of 1

Gallery 1.6 -how do I hide title?

Posted: Mon Mar 18, 2013 8:57 pm
by zharlize
Hi, I'm new here, so hope you excuse me if I happen to post in the wrong place.
I just installed the Gallery 1.6 and it works fine. I just wonder how do I edit the way it's displayed? I wish to not have any text above my gallery, just the images. So basically I don't want to show the title or the number of images displayed. Where is the code for that?

I believe I am using CMS made simple version 1.11.4

Re: Gallery 1.6 -how do I hide title?

Posted: Mon Mar 18, 2013 11:43 pm
by paulbaker
Don't show title:
Content -> Gallery -> Templates tab.
Click the template you are using (almost certainly the one with the green tick under default)
Find and delete a line similar to this:

Code: Select all

{if !empty($gallerytitle)}<h3>{$gallerytitle}</h3>{/if}
Save.

Don't show number of images:
http://forum.cmsmadesimple.org/viewtopi ... +of+images

Re: Gallery 1.6 -how do I hide title?

Posted: Tue Mar 19, 2013 12:02 am
by zharlize
Thanks so much! That was easy!!! Awesome!!!