Help with Gallery 1 - filenames I can't get rid of

spida28

Joined: 2009-04-23
Posts: 4
Posted: Tue, 2009-04-28 21:36

URL http://www.purbeckbreaks.com/Gallery
The name of the Gallery is The Cheese House and surrounding areas BUT then I get the filename after this - how do I get rid of it??? I have looked through all the configuration files and I just can't see where I could possibly delete them from. Can someone please help this is driving me mad!!!!!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2009-04-28 22:36

I don't understand. The guest user see:

Quote:
The Cheese House Accommodation and Surrounding Areas

The Cheese House
Created on 04/18/09, last changed on 04/28/09.
This album contains 28 items.
This album has been viewed 106 times since 04/18/09.

If you are admin you will see more for editing purposes.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
spida28

Joined: 2009-04-23
Posts: 4
Posted: Wed, 2009-04-29 14:35

If you click on one of the photos you get (for example the first one)bedroom

The Cheese House Accommodation and Surrounding Areas :: bedroom

If you click on photograph 10 it says

The Cheese House Accommodation and Surrounding Areas:: viewfromch

How do I get rid of viewfromch as this is the file/image name.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2009-04-30 03:16

A few ways to do this:
1. Edit all the titles of you items
2. if you want to remove all the text even if you had edited the title edit:
photo.header.default
<div class="g-pagetitle"><?php echo $gallery->album->fields["title"] . ' :: '. $g_pageTitle ?></div>
remove the $g_pageTitle

3. edit viewphoto.php remove

if (!$g_pageTitle) {
	$g_pageTitle = $photo->image->name;
}

I don't have a G1 install to test so you are on your own if it does not work as expected.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team