Imageslider- slideshow adapted for Coppermine Imageslider- slideshow adapted for Coppermine
 

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

Imageslider- slideshow adapted for Coppermine

Started by Marius, March 09, 2008, 01:10:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Marius

Hi
Since i can't start a new topic in Modifications/Hacks, i'll post this here, if moderators can move to apropriate section, please do so..

Here is my first contribution for a great gallery script, Coppermine, wich personnaly i use it for 3 years now.
I adapted this slideshow for standalone Coppermine gallery v1.4.x, not a code master myself, but hey, it's working for me.
I don't know if original script is GPL licensed, but feel free to use and modify my adaptation, released under GPL.

No core modifications of Coppermine needed, just some css styling according to your likings.

How to use:
Simply put the folder "imageslider" and the file "imageslider.php" from zip package in your gallery root, where your index page is located, and call it with an "include" in "anycontent.php", like:

<div align="center">
   <?php include 'imageslider.php'?>
</div>


and you're done!

This is pretty much i can do with my skills, maybe some improvements can be done, and make this a great plugin, but my work is done, also if you need support don't PM or email me since i'm not able to help you, rather post here and someone will help you with this.

Download attached package:

Marius

Forgot to post a working demo link  ;D
Don't know why i can't edit my post  ???

Regards,
Marius

Joachim Müller

Quote from: Marius on March 09, 2008, 01:10:11 PM
I don't know if original script is GPL licensed, but feel free to use and modify my adaptation, released under GPL.
If you don't know the license the original has been released under, you can't release your resulting hack under GNU GPL.

Quote from: Marius on March 09, 2008, 01:14:33 PM
Don't know why i can't edit my post  ???
Regular users can't due to abuse in the past.


Marius

QuoteIf you don't know the license the original has been released under, you can't release your resulting hack under GNU GPL.
Ok, didn't know that, my mistake, no GPL then, but still, if someone want to modify this script, what needs to be done to ensure that no license rule is broken?

Joachim Müller

As far as I can see, the script you're using basically is mootools, which is being released under the MIT license, which is compatible to be used within GNU GPL projects. You now need to find out about the license for Gavick Pro, since you're using that as well - you may want to contact the author of that mod - their terms & conditions page is very strict though: you're allowed to modify their scripts and use them, but you're not allowed to re-package. Not sure if this is MIT-compliant, but in my eyes this rules out to publish your hack here. You might want to re-consider your release.

Marius

Mail sent to author, waiting for reply...
I have read their terms, but they reffer only to paid templates, dunno if that applies to free modules aswell..
Anyway, let's wait for their answer...

phill104

I've used a Gavick template before and they got quite stroppy when I modified one of their scripts to behave how I wanted it to. I didn't change their copywright etc, just the styling.

The slider you use is I believe based on a modified version of this.

http://smoothgallery.jondesign.net/showcase/gallery/#myGallery-picture(6)

This is released on a do what you want with GPL license it basis so you may want to modify this to look like the Gavic one or as you require.
It is a mistake to think you can solve any major problems just with potatoes.

Marius

Thanks for pointing at that Phil, didn't think this could be a derivative work fron Jon's script.
Anyway, still no answer from the author or Gavick Pro, so i guess they are too bussy to give a simple answer.

In conclusion, who wants to use and modify the imageslider, do it on your own responsibility, there is no guarantee that the original script is GNU GPL, in fact it is not licensed at all in the source code downloaded for free from their site, only a copyright note...