Advanced search  

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

Pages: [1]   Go Down

Author Topic: See what pictures you've clicked on  (Read 25211 times)

0 Members and 1 Guest are viewing this topic.

bulldozer

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 62
See what pictures you've clicked on
« on: March 20, 2005, 11:23:28 pm »

I would like to see feature where you can see what images you've clicked on. Then when you go back to thumbs, the ones you've looked at should have different colored borders around them or something.
« Last Edit: May 13, 2006, 10:18:55 am by GauGau »
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: See what pictures you've clicked on
« Reply #1 on: March 20, 2005, 11:46:57 pm »

Add the following in the theme's style.css file:
Code: [Select]
a:visited .image{
        border-style: solid;
border-width: 2px;
        border-color: purple;
        margin: 2px;
}

season to taste.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: See what pictures you've clicked on
« Reply #2 on: March 21, 2005, 07:37:12 am »

valid point imo (I think there's even an item on the dev todo list). Moving this thread accordingly.

Joachim
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: See what pictures you've clicked on
« Reply #3 on: May 13, 2006, 10:18:39 am »

added pseudo-classes
  • a:link .image
  • a:visited .image
  • a:focus .image
  • a:hover .image
  • a:active .image
to all themes in the devel branch
Logged

fmangeant

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: See what pictures you've clicked on
« Reply #4 on: June 05, 2006, 11:52:15 am »

Hi

as this is a "minor" modification, maybe it could be applied to the stable (1.4.x) version ?

Thanks in advance for your answer.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: See what pictures you've clicked on
« Reply #5 on: June 05, 2006, 01:33:09 pm »

You're welcome to check out the devel branch of the SVN and apply the modifications I comitted. However, the policy "no new features for existing releases" still applies, no matter if the feature is major or minor.
Logged

fmangeant

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: See what pictures you've clicked on
« Reply #6 on: June 05, 2006, 02:59:07 pm »

Thanks, I've checked out the style.css files from the devel branch, and it works fine (on top of the stable branch).
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.