Links.... Links....
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Links....

Started by scotty2260, May 13, 2004, 07:33:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scotty2260

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

Casper

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
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

scotty2260


scotty2260

Will this work even if i need each Album to link to a different place?

Joachim Müller

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

scotty2260

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?

Joachim Müller

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