Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Solved]: Add link next to e-card link  (Read 3165 times)

0 Members and 1 Guest are viewing this topic.

avdv78

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
[Solved]: Add link next to e-card link
« on: August 21, 2004, 07:41:03 am »

Hi,

I want to add a link next to the e-card link. How can i do that?
What's the tag for the full url of a picture?

Thanks!
« Last Edit: August 21, 2004, 10:54:00 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Add link next to e-card link
« Reply #1 on: August 21, 2004, 10:25:58 am »

one question per thread please. To add a link to the navigation, edit themes, your theme/theme.php, find
Code: [Select]
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{ECARD_TGT}" title="{ECARD_TITLE}"><img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
                </td>
and add after it
Code: [Select]
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="yourlink.htm" title="your ecard title when hovered over"><img src="images/your_custom_image.gif" width="16" height="16" border="0" align="absmiddle" alt="your ecard title when hovered over"></a>
                </td>

GauGau
Logged

avdv78

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Add link next to e-card link
« Reply #2 on: August 21, 2004, 01:50:58 pm »

Thank you!
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.