forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Sogeri on November 03, 2003, 01:12:51 pm

Title: Site navigation does NOT work
Post by: Sogeri on November 03, 2003, 01:12:51 pm
:evil: on my site http://gallery.orchidspng.com the navigation does NOT work ever since I upgraded to CPG1.2.

If a visitor views one of the albums and wants to get back to the 'album list' = front page of the image gallery he is returned to the very same album from which he wants to get back to the front page.

I wrote about this before, if out of 20 albums under one category only 6 are displayed there is no way to get to the remaining albums unless the number of displayed albums is set to the total of albums under the category.

Can someone please check my site and tell me what is wrong?

Thanks!
Title: Site navigation does NOT work
Post by: jasendorf on November 03, 2003, 02:12:56 pm
you need the breadcrumb...

at the beginning of your "The content of the main page" put:

Code: [Select]
breadcrumb/

followed by what you already have there...
Title: Site navigation does NOT work
Post by: Joachim Müller on November 03, 2003, 04:07:10 pm
another way would be to add a "home" link to your theme: edit /themes/yourtheme/thempe.php an search for
Code: [Select]
<!-- BEGIN album_list -->and add before it something like
Code: [Select]
<a href="index.php" title="back to the start page of the gallery">home</a> ::

Now this is something from the readme: you'll have to adjust the theme to your needs...

GauGau
Title: Site navigation does NOT work
Post by: Sogeri on November 03, 2003, 08:53:18 pm
THANKS! Adding breadcrumb/ did the trick.
Title: Site navigation does NOT work
Post by: pixie6 on November 10, 2003, 07:15:18 am
i am having the same trouble...but, i can't seem to find where i place the /breadcrumb?

i am using the hardwired theme

thank you
Title: Site navigation does NOT work
Post by: Sogeri on November 10, 2003, 07:32:58 am
Jasendorf wrote:

Quote
at the beginning of your "The content of the main page" put:

Code:
breadcrumb/

followed by what you already have there...


Go to Config and find the line "The content of the main page" and put

breadcrumb/

in front of what you already have there. That's it!
Title: Site navigation does NOT work
Post by: Tarique Sani on November 10, 2003, 07:34:09 am
Quote from: "pixie6"
i am having the same trouble...but, i can't seem to find where i place the /breadcrumb?

On the Config page for ""The content of the main page"  add the word "breadcrumb"

@John - this has to be fixed in the docs and FAQ