I want to have a link placed somwhere on each album's page to go back to my site.
Ex. I have a page that is for sleds on my html site. WHen the click a link on the html site to go to the album and look at pics of the sled, I want them to have a link on the album so they can go back to the html site. I have many albums on my site that will need differernt links
Placing a 'home' link or button is easy, and does not need lots of changes. This will show on every page. See;
http://forum.coppermine-gallery.net/index.php?topic=6105.0
cool thanks!
Will this work even if i need each Album to link to a different place?
of course not, because then it's not actually a (static) home button, but a dynamic button. You'll have to create the code logic behind it for yourself (some php knowledge necessary).
GauGau
Ok I think I have found a way! But i need help doing it. I made a addition field in the config. No I just need to enable the bb code for links. How can I enable <a href> for the field?
you won't have to (and it's not recommended). Instead, try using bbcode (similar to the code you can use on this board). Please read http://coppermine.sourceforge.net/manual.php#album_prop
GauGau