Changing the "See more pictures" link only Changing the "See more pictures" link only
 

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

Changing the "See more pictures" link only

Started by Ulysses, November 25, 2004, 01:21:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ulysses

According to the currect docs:

Target address for the 'See more pictures' link in e-cards

This is the URL where a user will be directed when he will click on the "See more pictures" link in an e-card. This should normally be the URL for your gallery but it may be the URL of another page of your site.


Question: How does one change the "See more pictures" link in an e-card without at the same time changing the "If the e-card does not display correctly, click this link" to the same URL?

Ulysses

Casper

#1
The docs in your download are actually out of date in this instance.  The url set in config, must be the full correct url, or other things in coppermine will not work.
The actual wording in config has been changed in the next version accordingly, to
QuoteURL of your coppermine gallery folder (no 'index.php' or similar at the end)

The docs online have already been changed to reflect this.

To change the link just in the ecards, you could find this code in your theme.php, and change it accordingly;

<a href="{VIEW_MORE_TGT}"><b>{VIEW_MORE_LNK}</b></a>
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

Ulysses

Hello Casper,

The new docs are less ambiguous, thank you.

Hard wired a url in the relevant theme.php and that worked. Thanks.

Ulysses