Slider 0.7 Slider 0.7
 

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

Main Menu

Slider 0.7

Started by VolkerF, August 23, 2017, 05:03:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

VolkerF

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

ron4mac

#1
Here ya go...

Added fetch.php for for Slider 0.8 (see thread)

VolkerF

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

ron4mac

Quote from: VolkerF on August 23, 2017, 06:50:30 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.

VolkerF

[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!!!

Quote from: ron4mac on August 23, 2017, 07:54:21 PM
I think you have to have EnlargeIt installed.

I think you have to have EnlargeIt installed.

Greetings Volker

wildenborch

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!

ron4mac

There is no file fetch.php in the slider v0.8 plugin.

lurkalot

Quote from: ron4mac on February 21, 2019, 11:59:11 PM
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
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

wildenborch

I think Lurkalot is right.
I just posted my help request in that topic as well.

ron4mac

Added fetch.php for Slider 0.8 above.

wildenborch

Thanks ron4mac!
Now it's working again!