On Feb 25, 8:45 am, gdhurst <[email protected]> wrote: > Er, the librarySelected.cfm does not seem to be the right thing to > change. > > When I change it, the only place I see changes is when I am in library > mode and dragging images over into my gallery.
Ah right... yep totally misinterpreted what you were after there. At least you know how to change the library picker now :) > I'm not talking about the inital gallery presentation either. I am > talking about the 'image viewer' that pops up when I click on a > gallery rule picture. It erases the website presentation, darkens the > entire browser window and shows the mid size picture all by itself in > the browser with arrows at the top and a number in between the arrows. This is the FarCry Greybox plugin. Its just a sample lugin for doing a light box effect... not one of my favourties but its a good sample nonetheless. If the standard greybox is not working for you it may be that you need to put in a web server alias of /farcrygreybox to ./ plugins/farcrygreybox/www (or copy the latter folder into the webroot of your project and rename it /farcrygreybox). You can implement any sort of lightbox. One of my favourites is a mootools one: http://www.phatfusion.net/multibox/ Here's an example of it in action on a FarCry site: http://www.colorbond.com/go/home/residential/innovations-and-inspirations/photo-gallery I suspect it would be relatively easy to put together a plugin for this and other lightbox options, but we tend to build these things to suit the specific clients design. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
