Missing link

wally1012

Joined: 2008-11-12
Posts: 6
Posted: Wed, 2008-11-12 14:04

The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):www.designsbynerissa.com
Gallery version:1.5.7
Apache version: unknown
PHP version (don't just say PHP 4, please):5.2.4
Graphics Toolkit:?
Operating system:xp
Web browser/version (if applicable):

Hi
Ive just started helping with this web site. My knowledge of php and how gallory works is very limited.

Apperently there was a server upgrade that caused a lot of problems and took many hours to get gallery working again. One problem remains and that is the link to the html home page is missing from the gallory directory page. How do I get this link back?

Thanks for any help you can provide

Wally

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Fri, 2008-11-14 15:33

Hello,

i have no idea what you mean with "link to html home page" and "gallery direcory page".

Can you explain?

Jens
--
Gallery Developer

 
wally1012

Joined: 2008-11-12
Posts: 6
Posted: Fri, 2008-11-14 20:52

I'll try to explain we have called our album Gallery.

The first page or album is a directory to all the sub albums.

on the top of the page where it says the album name is the name Gallery but no link to the home page. all the other sub albums have this link.

go to the main page designsbynerissa.com at the bottom click the link directory and you will see the problem page...

hope this helps

Wally

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Fri, 2008-11-14 22:37

I don't get it :-(

I'm honestly sorry.

Jens
--
Gallery Developer

 
wally1012

Joined: 2008-11-12
Posts: 6
Posted: Sat, 2008-11-15 03:31

Sorry I'm confusing everyone I'll try again. I think i am refering to what you may call a start page.

Here is a link to the page that is not working www.designsbynerissa.com/gallery/albums.php?set_albumListPage=1

Here is a link to a page that is working www.designsbynerissa.com/gallery/sets

In the working page the text title is SETS home page.... where "home page" is a link

The not working page the text title is GALLERY ..... there is no link to home page.

My question is how do I get the "home page" link to appear next to the word GALLERY.

Thanks for your help. I hope this helped

Wally

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Mon, 2008-11-17 22:43

Got it.

You have to enter a Link as Gallery title in the config.
e.g. <a href="www.designsbynerissa.com">HOME</a>

If that does not work via the Interface, change it manually in the config.php file

Jens
--
Gallery Developer

 
wally1012

Joined: 2008-11-12
Posts: 6
Posted: Fri, 2008-11-21 17:43

Thanks for the information

I have tried to put the link into the gallery configuration it shows the HOME link word but when clicked it goes to a page not found looking at the link it appears the "around the url is not being processed properly. I went into the config.php and changed the name line to the $gallery->app->galleryTitle = "Gallery "<a href="www.designsbynerissa.com">Home</a>;

that gives me an error message when i try to access the Gallery

am i missing placement or do i need something else there to get it to work

Thanks for all your help

Wally

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Fri, 2008-11-21 17:47

Hi Wally,

thats wrong PHP ;-)

try:$gallery->app->galleryTitle = 'Gallery "<a href="http://www.designsbynerissa.com">Home</a>';

Jens
--
Gallery Developer

 
wally1012

Joined: 2008-11-12
Posts: 6
Posted: Tue, 2008-11-25 14:39

Thanks for the help that worked but created another problem in the brower window.

The title in the browser window (first line on the browser not the web page) where it should show the word Gallery now shows the word Gallery with the coding I added to get the link to show and work. This now shows for any of the Gallery pages. example: Gallery<a href="http://www.designsbynerissa.com"><small>Home Page</a> ::Pendants-Windows Internet Explorer it should say Gallery|Pendants-Windows Internet Explorer

Here is a link to see the problem http://www.designsbynerissa.com/gallery//view_album.php?set_albumName=pendants
or click one of the links above.

How do i fix this?

Thanks again for all the help and support

Wally

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-11-25 23:49

I see. My idea was not that good. Sorry

So its a bit more trickier.
Instead of modifying the Gallery title you have to modify the "templates" for the main page, thumbsview and photo view.

Jens
--
Gallery Developer

 
wally1012

Joined: 2008-11-12
Posts: 6
Posted: Wed, 2008-11-26 10:50

Hi Tim

where do i find the templates your talking about and which ones need to be modified. Ive looked and can't find anything that looks like what you were talking about

Thanks

Wally