coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: irawen on December 15, 2004, 07:31:03 PM

Title: Link & Gallery name
Post by: irawen on December 15, 2004, 07:31:03 PM
So so can we link the gallery name ? How is going ? plz help.. Need to link that gallery name back to homepage
Title: Re: Link & Gallery name
Post by: Casper on December 15, 2004, 08:06:51 PM
In your theme.php, find this line;
<!-- BEGIN album_list -->

Now add, immediately before it, you link to your home page. 
Title: Re: Link & Gallery name
Post by: irawen on December 15, 2004, 08:35:16 PM
ok, i see is created new link on main list... But i need to know how to link the Gallery name... explain you gallery name is Casper so you link it to any site what ya want
Title: Re: Link & Gallery name
Post by: Casper on December 15, 2004, 08:42:06 PM
Well this is just basic html.  If your site was http://www.yoursite.com, you would link to it like this;

<a href="http://www.yoursite.com" title="home">Home</a>

To link to the gallery, if your gallery is called gallery, it would be, from your home page;

<a href="gallery/index.php" title="gallery">Gallery</a>
Title: Re: Link & Gallery name
Post by: irawen on December 15, 2004, 09:09:04 PM
omg lol :D ya never understan me :D But www.semi-karting.com/galleria   see that top right text ? "Semi karting Kuvagalleria"     So i need to link that word.... how ? <a href="gallery/index.php" title="gallery">Gallery</a>   <-- i know that... but how
Title: Re: Link & Gallery name
Post by: Casper on December 15, 2004, 10:02:55 PM
lol

Ok, open your theme template.html, and find this;

{GAL_NAME}

Change it to this;

<a href="http://www.semi-karting.com/" title="{GAL_NAME}">{GAL_NAME}</a>
Title: Re: Link & Gallery name
Post by: irawen on December 17, 2004, 02:28:42 AM
thx m8s  ;)