forum.coppermine-gallery.net

No Support => Feature requests => Scheduled for cpg1.5.x => Topic started by: bulldozer on March 20, 2005, 11:23:28 pm

Title: See what pictures you've clicked on
Post by: bulldozer 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.
Title: Re: See what pictures you've clicked on
Post by: Tranz 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.
Title: Re: See what pictures you've clicked on
Post by: Joachim Müller 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
Title: Re: See what pictures you've clicked on
Post by: Joachim Müller on May 13, 2006, 10:18:39 am
added pseudo-classes
to all themes in the devel branch
Title: Re: See what pictures you've clicked on
Post by: fmangeant 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.
Title: Re: See what pictures you've clicked on
Post by: Joachim Müller on June 05, 2006, 01:33:09 pm
You're welcome to check out the devel branch of the SVN (http://sourceforge.net/svn/?group_id=89658) 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.
Title: Re: See what pictures you've clicked on
Post by: fmangeant 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).