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: help with "Flikr style image annotations "  (Read 3953 times)

0 Members and 1 Guest are viewing this topic.

Hot Rides

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 108
  • I am
    • Hot Rides Show & Cruise
help with "Flikr style image annotations "
« on: October 25, 2008, 07:28:31 pm »

I have been wanting to use nibblers mod for a while but the drawn in boxes are a downide for me.
I finally tried to figure it out on my own but my code skills are not strong enough yet.
Anyone know how to make the boxes transparent until hovered?

I have other questions about hacking this mod but I'll take them 1 at a time, this is the most important change to me
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: help with "Flikr style image annotations "
« Reply #1 on: October 25, 2008, 07:37:25 pm »

Flikr style image annotations is not a mod, but a plugin.
The boxes are completely CSS-driven, so you could easily edit http://yoursite.tld/your_coppermine_folder/plugins/annotate/lib/photonotes.css

The section you need to edit is
Code: [Select]
.fn-area-inner
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
background-color: #ffffff;
opacity: 0;
cursor: pointer;
}
Stuff like that can easily be found out by using the Web Developer Toolbar or by looking at the HTML output.
Logged

Hot Rides

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 108
  • I am
    • Hot Rides Show & Cruise
Re: help with "Flikr style image annotations "
« Reply #2 on: November 13, 2008, 07:23:56 pm »

sorry for the late response

sorry for the wrong termanology I was think of another program where they call them mods
Logged
Pages: [1]   Go Up
 

Page created in 0.039 seconds with 20 queries.