forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: cwb2 on September 07, 2005, 07:25:59 pm

Title: Adding a link to the main navigation?
Post by: cwb2 on September 07, 2005, 07:25:59 pm
Hello! I am currently using a modified version of the Hardwired template. I would like to change the path for the "album list" link that is at the top. I would like it to go to the index page no matter what page the user is on. Would it be easier to add a separate "home" link? I would I do this?

Thanks for your help!
 ???

***After I posted this I found the answer in another thread. I'm sorry, i'll try that first***
Title: Re: Adding a link to the main navigation?
Post by: phyllismc on September 16, 2005, 05:43:54 am
I hear ya, buddy.

I have searched and searched this board, and found many threads that address adding a link back to your website in the gallery.  Unfortunately, I don't find any of them helpful, because they make no sense to me.

I wish someone would just tell me step by step:
#1- open this
#2- look for this code
#3- change it to this
#4- yada yada yada . . .

LOL . . . So believe me, I feel your pain.  I'm currently scouring the board for any "link back" threads, just praying one makes sense.  ;)
Title: Re: Adding a link to the main navigation?
Post by: Joachim Müller on September 19, 2005, 11:51:58 pm
You seem not to have searched very hard. Here's a couple of threads that I was able to find with a simple search (http://forum.coppermine-gallery.net/index.php?action=search) for "add link" on this sub-board.
...and many, many others.

Joachim
Title: Re: Adding a link to the main navigation?
Post by: doltish on December 27, 2005, 01:11:25 pm
None of these solutions seem to work for me.  Perhaps something has changed with a new version?  Or maybe I'm just missing something...

Anyway, here is what I see in my theme.php files, they don't resemble whatsoever the examples above in this thread or ANY of those linked threads.

Code: [Select]
<?php


define
('THEME_IS_XHTML10_TRANSITIONAL',1); // Remove this if you edit this template until
                                           // you have validated it. See docs/theme.htm.

// HTML template for template sys_menu spacer
$template_sys_menu_spacer ='<img src="themes/water_drop/images/orange_carret.gif" width="8" height="8" border="0" alt="" />';

?>

Title: Re: Adding a link to the main navigation?
Post by: Nibbler on December 27, 2005, 02:04:42 pm
You are using 1.4, so the information on the 1.3 support board is not relevent to you.
Title: Re: Adding a link to the main navigation?
Post by: Joachim Müller on December 27, 2005, 02:31:02 pm
that's why there are different support boards for the different coppermine versions: they differ, that's why.
Title: Re: Adding a link to the main navigation?
Post by: doltish on December 27, 2005, 09:39:56 pm
Well that was a dumb mistake.  I was staring at the link for 1.4 and clicked the link for 1.3.  Hah, anyway, thanks guys :-)  I'll go look there.