Wind buttons for film_strip in displayimage.php - Page 5 Wind buttons for film_strip in displayimage.php - Page 5
 

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]

Main Menu

Wind buttons for film_strip in displayimage.php

Started by spade, October 30, 2004, 10:41:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kegobeer

Actually, this should get moved anyway because there's actual code here and not just ideas.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

freesouljah

#81
is this still being developed? because I tried to implement it with 1.4.3 and am stuck... I did all the changes that I could find throughout the post and have " {PREV_BUTTONS} {NEXT_BUTTONS}" in the filmstrip instead of the actual buttons:

http://www.staticfiends.com/photos/displayimage-65-11.html

Joachim Müller

Quote from: kegobeer on February 24, 2005, 02:38:28 PM
Actually, this should get moved anyway because there's actual code here and not just ideas.
Agreed, but the thread is cluttered and therefor hardly usable for newbies. Imo there should be a summary thread that holds the code and is being published in the mods board, while this one gets locked, with a link posted that points to the mod thread.

freesouljah

that would be very cool if one of the devs could do it, so we know it works....because when I attempted myself I must have missed something (as stated in the post above)...

freesouljah

#84
I figured out what I was doing wrong...  8)

make sure that you take the // off of the line in themes.inc.php:

//need to display the prev buttons?
//if ( $r != -1 || $fr != -1 ){


to

//need to display the prev buttons?
if ( $r != -1 || $fr != -1 ){



this mod is too sweet...too sweet...if you want to see how I put it to use, check it out @ http://www.staticfiends.com/photos/displayimage-20-0.html

sjordan

#85
Hello,

Wondering about the status of this 'wind' for the flimstrip ...

Throughout reading this thread, Dev Member Thu speaks of getting this into the next release. At the time of the hack provided, the CPG version was 1.4.1, now as of this writing, the current version is 1.4.7

Also, in looking at examples of the feature in use, I visited Thu's site for inspiration and notice that she is not (no longer) using the hack. Curious, were there problems with it and it's continued adoption?

Thank you in advance.

Paver

When a dev team member says "next release", he/she means 1.5.

No new features will be incorporated in the 1.4.x series.  Only bug fixes.

sjordan


Paver

You can download the working copy of the 1.5 code by using SVN and grabbing the "devel" branch.

I haven't looked to see if this code has been incorporated yet.  It's on the "to-do" list for 1.5 (on the dev-only board), and it hasn't been crossed off, so I'm thinking "no".

sjordan


xx-07

kudos - nice mod!

very easy to install!

worked first try!

:)

xx-07