Which third-party lightbox works best with Qcubed?

Login or register to post comments
7 replies [Last post]
Offline
Joined: 12/10/2008

I am looking at putting a basic lightbox that works with iframes, some use jquery and some other flavors of javascript.

What works for folks? not sure if the old 1.2.6 jquery used can work with some of these frameeworks, so debating whether to add a different framework in addition to jquery since I don't think I can update the jquery.

Thanks.

alex94040's picture
Offline
Joined: 11/06/2008

I would use one of jquery lightbox plugins.

Why are you stuck with the old 1.2.6 jquery?

Offline
Joined: 12/10/2008

Can you recommend one?

The reason I'm stuck is because the notes in the core say to stay on 1.2.6 -- and actually when I changed to 1.4.+ it did break things....

Offline
Joined: 12/10/2008

Anyway, I'd like to be able to just use iframes and then use the existing QForm structure.

Right now we have this whole todo to use lightboxes creating a separate controller and that doesn't seem to be the way to go.

Examples and sample code would be appreciated, as well as a specific lightbox.

Thanks.

Offline
Joined: 12/10/2008

Hi, still wondering if someone has actually used a lightbox based on jquery and able to display regular qforms via the ? I would prefer to do that, right now, creating separate controllers and that's not been a good approach.

Offline
Joined: 01/09/2008

I have used http://leandrovieira.com/projects/jquery/lightbox/ with QCubed 1.1.1

See the "how to use" section on how to integrate it. make sure you output html in the form that is supported, call lightbox and you are set.

Offline
Joined: 12/10/2008

The lightbox isn't for an image, it's to contain an entire qform rendered as page.php, will it work?

Offline
Joined: 01/09/2008

My apologies, I must have misunderstood your question.