Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

fancy Photo Gallery question?

  • 16-01-2009 4:24pm
    #1
    Registered Users, Registered Users 2 Posts: 2,985 ✭✭✭


    Where can i get one of those gallerys that expand to fill the screen and the background fades or gets very dark?
    Is it availible in PHP, or is it a standalone application our can i code one up myself?

    any links would be great.
    Cheers


Comments

  • Registered Users, Registered Users 2 Posts: 8,488 ✭✭✭Goodshape


    It's Javascript and there are a number of methods available.

    Here's one : http://www.huddletogether.com/projects/lightbox/


  • Registered Users, Registered Users 2 Posts: 2,985 ✭✭✭skelliser


    thanks!
    was googling for ages and couldnt find one! is it possible to link it to a database?


  • Registered Users, Registered Users 2 Posts: 8,488 ✭✭✭Goodshape


    Not directly... it's a front-end script which alters the behavior of the HTML.

    But if you use PHP/MySQL/whatever to grab the images from a database and output the HTML as is required by Lightbox then yes, you can have Lightbox work with it.


Advertisement