forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 plugins => Topic started by: VolkerF on August 23, 2017, 05:03:11 pm

Title: Slider 0.7
Post by: VolkerF on August 23, 2017, 05:03:11 pm
Hello

I would like to use the slider again. Unfortunately this version does not work under CPG 1.6. Would anyone be so nice and would adapt the slider to the new version?

https://sourceforge.net/projects/coppermine/files/Plugins/1.5.x/cpg1.5.x_plugin_slider_v0.7.zip/download

Greetings Volker
Title: Re: Slider 0.7
Post by: ron4mac on August 23, 2017, 06:35:42 pm
Here ya go...

Added fetch.php for for Slider 0.8 (see thread (https://forum.coppermine-gallery.net/index.php/topic,57388.msg352452.html#msg352452))
Title: Re: Slider 0.7
Post by: VolkerF on August 23, 2017, 06:50:30 pm
Hello

Many thanks!! :) The slider works well. If I click on an image in the slider, no larger image will open.

Another question, where can I find plugins, or where did you get this plugin?

Greetings Volker
Title: Re: Slider 0.7
Post by: ron4mac on August 23, 2017, 07:54:21 pm
If I click on an image in the slider, no larger image will open.
I think you have to have EnlargeIt installed.

Quote
Another question, where can I find plugins, or where did you get this plugin?
You can find plugins in the appropriate forums on this board and at sourceforge. I quickly made the necessary changes to the 0.7 slider, called it 0.8 and posted back here for you.
Title: Re: Slider 0.7
Post by: VolkerF on August 23, 2017, 08:00:44 pm
[quote author=ron4mac link=topic=79162.msg383789#msg383789 date=I think you have to have EnlargeIt installed.
You can find plugins in the appropriate forums on this board and at sourceforge. I quickly made the necessary changes to the 0.7 slider, called it 0.8 and posted back here for you.
[/quote]

Many thanks for your help!!!

I think you have to have EnlargeIt installed.

I think you have to have EnlargeIt installed.

Greetings Volker
Title: Re: Slider 0.7
Post by: wildenborch on February 21, 2019, 09:29:58 pm
Hi,

I used to use the following code to have the slider shown on my website.

<iframe src="http://yoursite.com/gallery_directory/index.php?file=slider/fetch" width="100%" frameborder="0" /></iframe>

I updated to php to 7.2 and update Coppermine to 1.6.05 and installed Slider 0.8 and now this fetch code is giving me the following error:

Fatal error: Uncaught Error: Call to undefined function mysql_fetch_array() in /home/accountname/public_html/fotoalbum/plugins/slider/fetch.php:62 Stack trace: #0 /home/accountname/public_html/fotoalbum/index.php(78): include_once() #1 {main} thrown in /home/accountnamet/public_html/fotoalbum/plugins/slider/fetch.php on line 62

Is there something I should change in fetch.php ???

Thanks in advance for the help!
Title: Re: Slider 0.7
Post by: ron4mac on February 21, 2019, 11:59:11 pm
There is no file fetch.php in the slider v0.8 plugin.
Title: Re: Slider 0.7
Post by: lurkalot on February 22, 2019, 01:23:23 am
There is no file fetch.php in the slider v0.8 plugin.

Ron, I think you'll find wildenborch is using the fetch file Andre added to his post here,  https://forum.coppermine-gallery.net/index.php/topic,57388.msg352452.html#msg352452
Title: Re: Slider 0.7
Post by: wildenborch on February 22, 2019, 08:14:28 am
I think Lurkalot is right.
I just posted my help request in that topic as well.
Title: Re: Slider 0.7
Post by: ron4mac on February 22, 2019, 12:06:48 pm
Added fetch.php for Slider 0.8 above.
Title: Re: Slider 0.7
Post by: wildenborch on February 22, 2019, 01:37:00 pm
Thanks ron4mac!
Now it's working again!