|
|
|
|
Hein Traag
Dev Team member
   
Gender:
 Netherlands
Posts: 2153
A, B, Cpg
|
 |
« Reply #82 on: December 07, 2008, 06:50:38 pm » |
|
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.
|
|
|
|
|
Logged
|
|
|
|
|
webhigh
Coppermine newbie
Posts: 19
|
 |
« Reply #83 on: December 07, 2008, 07: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
|
|
|
|
|
Logged
|
|
|
|
Timos-Welt
|
 |
« Reply #84 on: December 08, 2008, 12:54:54 am » |
|
Please continue in the right thread (as Hein said, Imageflow is what you are using ATM). Thanks.
|
|
|
|
|
Logged
|
|
|
|
jake
Coppermine novice

Posts: 21
|
 |
« Reply #85 on: December 08, 2008, 02:55:32 pm » |
|
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
|
|
|
|
|
Logged
|
|
|
|
Timos-Welt
|
 |
« Reply #86 on: December 08, 2008, 03:41:30 pm » |
|
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.
|
|
|
|
|
Logged
|
|
|
|
|
Phill Luckhurst
|
 |
« Reply #87 on: December 08, 2008, 03:52:16 pm » |
|
Thanks Timos, I have just spat my drink over my keyboard laughing at that. Looks like anoher new keyboard is needed 
|
|
|
|
|
Logged
|
It is a mistake to think you can solve any major problems just with potatoes.
|
|
|
|
webhigh
Coppermine newbie
Posts: 19
|
 |
« Reply #88 on: December 08, 2008, 04:22:47 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
|
|
|
|
|
Logged
|
|
|
|
jake
Coppermine novice

Posts: 21
|
 |
« Reply #89 on: December 08, 2008, 04:36:24 pm » |
|
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. 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/copperminehttp://woodardphotos.net/coppermine/search.phpThanks again for your time. - Jake
|
|
|
|
|
Logged
|
|
|
|
|
|
jake
Coppermine novice

Posts: 21
|
 |
« Reply #91 on: December 08, 2008, 05:54:03 pm » |
|
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
|
|
|
|
|
Logged
|
|
|
|
|
gabzee
Coppermine newbie
Posts: 6
|
 |
« Reply #92 on: December 15, 2008, 05:55:38 pm » |
|
Can make slider goes from down to up on left or right side of gallery?
Thx
|
|
|
|
|
Logged
|
|
|
|
Timos-Welt
|
 |
« Reply #93 on: December 15, 2008, 07:51:36 pm » |
|
No.
|
|
|
|
|
Logged
|
|
|
|
Heroe
Coppermine regular visitor
 
Gender:
 Bulgaria
Posts: 99
|
 |
« Reply #94 on: January 24, 2009, 10:48:57 pm » |
|
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 
|
|
|
|
|
Logged
|
|
|
|
Timos-Welt
|
 |
« Reply #95 on: January 27, 2009, 03:19:14 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.
|
|
|
|
|
Logged
|
|
|
|
Heroe
Coppermine regular visitor
 
Gender:
 Bulgaria
Posts: 99
|
 |
« Reply #96 on: January 27, 2009, 03:57:52 pm » |
|
Ok thank you Timos-Welt no private galleries with yr plugin 
|
|
|
|
|
Logged
|
|
|
|
lurkalot
Coppermine regular visitor
 
Gender:
 United Kingdom
Posts: 77
|
 |
« Reply #97 on: January 28, 2009, 08:58:13 am » |
|
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/
|
|
|
|
|
Logged
|
My WebsiteSMF 1.1.10 Tinyportal 0.9.8 bridged with Coppermine 1.4.23 and CPMFetch 2
|
|
|
Timos-Welt
|
 |
« Reply #98 on: January 28, 2009, 12: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.
|
|
|
|
|
Logged
|
|
|
|
lurkalot
Coppermine regular visitor
 
Gender:
 United Kingdom
Posts: 77
|
 |
« Reply #99 on: January 28, 2009, 06:20:45 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.
|
|
|
|
|
Logged
|
My WebsiteSMF 1.1.10 Tinyportal 0.9.8 bridged with Coppermine 1.4.23 and CPMFetch 2
|
|
|
|