Slider (Javascript slider on album list page) - Page 5 Slider (Javascript slider on album list page) - 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

Slider (Javascript slider on album list page)

Started by Timos-Welt, March 22, 2008, 03:50:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jake

Any possibility of getting your fantastic plugin to appear pages other than the Coppermine "home"?  (thumbnail, search, etc)
I currently have pbasmo's mod (http://forum.coppermine-gallery.net/index.php/topic,41197.0.html) on those pages on my site, but would prefer the integration with "Enlargeit!
See:
http://woodardphotos.net/coppermine
http://woodardphotos.net/coppermine/search.php

Thanks again for your time.
- Jake

webhigh

how do you control the height of the slider area

I want my slider area to look like this

http://cpgdev.timos-welt.de/cpg1416/index.php?theme=water_drop

I like the way it's one line

But mine looks like this

http://stoughtonhighalumni.org/alumni_photo_gallery/index.php

I can't figure out what files to edit

Thanks

Hein Traag

You are using the imageflow plugin. If you want to have a slider like on Timos test website then use the Slider plugin by Timos.

webhigh

actually use EnlargeIt! and what was included in that package which was both Slider and Inmageflow.

I just want to know how to reduce the height of the area

Timos-Welt

Please continue in the right thread (as Hein said, Imageflow is what you are using ATM). Thanks.

jake

Any possibility of getting your fantastic plugin to work with Timos-Welt's "Enlargeit" mod? see: http://forum.coppermine-gallery.net/index.php/topic,53290.0.html
Thanks for your time,
Jake

Timos-Welt

No. It will never work with EnlargeIt!. The fact that slider is delivered with EnlargeIt! in the same ZIP is just to confuse you. The parameter 'Use EnlargeIt' on the config page is just a dummy, it does nothing and isn't even being saved at all, but everytime you switch it, a shaman will knit a fusion bomb out of used guitar strings.

phill104

Thanks Timos, I have just spat my drink over my keyboard laughing at that. Looks like anoher new keyboard is needed ;)
It is a mistake to think you can solve any major problems just with potatoes.

webhigh

Quote from: webhigh on December 07, 2008, 08:15:38 PM
actually use EnlargeIt! and what was included in that package which was both Slider and Inmageflow.

I just want to know how to reduce the height of the area

ok figured most of this out what I did not realize in terms of putting this all on the photo gallery was a couple of things

1. when I donwload Enlargeit I was actually downloading 3 separate things
2. You control the placement via the Album list in the Config area

Never figured out how to control the size of the black area but by putting the imageflow at the bottom of the page it works in terms of not eating up space at the top of the album.

Great plugins though.

This was asked a little bit ago but how do you put imageflow onto a different page yet have it linked to the photo album random images ?

Thanks

jake

QuoteNo. It will never work with EnlargeIt!. The fact that slider is delivered with EnlargeIt! in the same ZIP is just to confuse you. The parameter 'Use EnlargeIt' on the config page is just a dummy, it does nothing and isn't even being saved at all, but everytime you switch it, a shaman will knit a fusion bomb out of used guitar strings.
I'm glad to provide such humor, I guess my post was not clear.  I was hoping to get your "Slider" plugin to work on pages other than the Coppermine "index"?  (thumbnail, search, etc)
I currently have pbasmo's mod (http://forum.coppermine-gallery.net/index.php/topic,41197.0.html) on those pages on my site, but would prefer the integration with "EnlargeIt!
See:
http://woodardphotos.net/coppermine
http://woodardphotos.net/coppermine/search.php

Thanks again for your time.
- Jake

Timos-Welt

 >:( I don't use the mod. If you have questions about what pbasmo's mod can do for you, it may be a good idea to post your question in the corresponding thread, but not in this one. This thread is about the plugin slider that can be used with EnlargeIt! out of the box. You're question has nothing to do with the plugin, so you're hijacking this thread in hope that I will code the corresponding mod for you to suit your needs. Surprise: I won't. eenemeenemuu is absolutely right, have a look at his forum signature.

jake

Sorry to post in the wrong forum (I wasn't sure which one to post in).  I certainly didn't mean to offend (or "hijacking this thread").
I'll go over to pbasmo's thread.
- Jake

gabzee

Can make slider goes from down to up on left or right side of gallery?

Thx

Timos-Welt


Heroe

Timmos how to edit the codebase.php to hide one gallery like pbasmo MOD slider.

i think this must be one of this 3 queries in codebase.php

// request string for meta album toprated
  if ($SLIDERSET['slider_album'] == "toprated") {
    $slider_query = "SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p WHERE filename like '%.jpg' AND filename not like 'youtube_%' approved = 'YES' $slider_FORBIDDEN_SET AND votes >= '{$CONFIG['min_votes_for_rating']}' $META_ALBUM_SET ORDER BY pic_rating DESC, votes DESC, pid DESC LIMIT $sliderlimit";
  }
  // request string for meta album most viewed
  else if ($SLIDERSET['slider_album'] == "topn") {
    $slider_query = "SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p WHERE filename like '%.jpg' AND filename not like 'youtube_%' AND approved = 'YES' $slider_FORBIDDEN_SET AND hits > 0 $META_ALBUM_SET ORDER BY hits DESC, filename LIMIT $sliderlimit"; 
  }
  // request string for meta album last uploads
  else if ($SLIDERSET['slider_album'] == "lastup") {
    $slider_query = "SELECT * FROM {$CONFIG['TABLE_PICTURES']} AS p WHERE filename like '%.jpg' AND filename not like 'youtube_%' AND approved = 'YES' $slider_FORBIDDEN_SET $META_ALBUM_SET ORDER BY pid DESC LIMIT $sliderlimit"; 
  }

ore im wrong ???

Timos-Welt

Quote from: Heroe on January 24, 2009, 11:48:57 PM
i think this must be one of this 3 queries in codebase.php
ore im wrong ???

You are right, but I do not support messing around with the SQL queries. The plugin simply isn't meant to provide that kind of picture selection.

Heroe

Ok thank you Timos-Welt no private galleries with yr plugin  :)

lurkalot

Timos,

I have upgraded to the latest version 212, and now the thumbnails won't elarge when I click on them.   I was using version 173 previously without any problems.   

Any ideas?  http://cameracraniums.com/gallery/
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

Timos-Welt

From version 2.0 upwards you'll need to install the EnlargeIt! plugin additionally. The slider plugin uses the engine from EnlargeIt! to generate the EnlargeIt! effect.

lurkalot

Quote from: Timos-Welt on January 28, 2009, 01:20:26 PM
From version 2.0 upwards you'll need to install the EnlargeIt! plugin additionally. The slider plugin uses the engine from EnlargeIt! to generate the EnlargeIt! effect.

Thanks for the reply Timos.

I wasn't aware that you had taken the slider as a stand alone plugin away when I upgraded it, and I really don't want to change how my intermediate pics display throughout the gallery.   Do you have, or is there somewhere I can obtain the latest version prior to 2.0? Please. 
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0