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
Gallery 1.6 -how do I hide title?
- paulbaker
- Dev Team Member
- Posts: 1465
- Joined: Sat Apr 18, 2009 10:09 pm
- Location: Maidenhead, UK
- Contact:
Re: Gallery 1.6 -how do I hide title?
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:
Save.
Don't show number of images:
http://forum.cmsmadesimple.org/viewtopi ... +of+images
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}
Don't show number of images:
http://forum.cmsmadesimple.org/viewtopi ... +of+images
Re: Gallery 1.6 -how do I hide title?
Thanks so much! That was easy!!! Awesome!!!