Posted by gallamine on October 16, 2009 at 3:30am
Jump to:
| Project: | Lightbox2 |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
For some reason Lightbox2 won't show my user login form in a lightbox.
I've checked "Enable login support" under the Modal Form settings. I've created several links, like "user" and "user/login" and "user/login/lightbox2/lightbox2" but none seem to work. They all go to the regular login form. I've confirmed that Lightbox2 DOES work, because I also checked "Enable contact form support" and on the same pages that the login links don't work, the "contact" link does work fine - e.g. they show up in a modal box.
I've tried his with and without Logintoboggan installed, thinking maybe that was the problem, but with the same result. Suggestions are appreciated. Thanks.
Comments
#1
same here, not working and I don't have logintoboggan installed
edit:
got it working with the following link:
<a rel="lightmodal" href="user/login/lightbox2">login</a>#2
Lightbox will only trigger on login links like 'user/login' and only if the option is enabled on admin/settings/lightbox2. It shouldn't be necessary to set the rel attribute as shown in comment #1. Perhaps check your page specific settings on admin/settings/lightbox2 - if you've disabled lightbox functionality for the pages containing the link, then the lightbox login functionality won't work.
You may also want to try the dev version.
#3
I switched to the latest dev release. I have "Enable login support" checked.
I have load only on listed pages checked w/ the following:
on page "home_default" I have link to "user/login", and it doen't work. I have to add 'rel="lightmodal"' for it to open in a lightbox, and I have to link to "user/login/lightbox2" for it to open just the form, not the whole page.
#4
Just updating the status to active.
#5
I have the same issue on my site - Drupal 6.15 with lightbox2 installed. Just commenting so I can follow this thread, as it'd be a nice feature to have.
#6
Same issues here. Following to see updates
#7
Any Updates?
subscribing
#8
I also get same problem. I am using latest dev release. A box opens for the login with an X in corner, but no fields in the box are shown to allow entry of user and password info.
#9
I have the same problem as #8 (empty overlay box with an x). Just commenting to follow the issue...
#10
According to what Stella suggests in #2 above:
" Lightbox will only trigger on login links like 'user/login' and only if the option is enabled on admin/settings/lightbox2 ... Perhaps check your page specific settings on admin/settings/lightbox2 - if you've disabled lightbox functionality for the pages containing the link, then the lightbox login functionality won't work. "
There is however an issue with the system. I have noticed this on both the normal and the dev versions.
In the admin, if there is/are links added to the listbox for the checked option "Load only on listed pages", then the Login Modal won't work from the included pages as it should. But if instead, we have the "Load on all pages except listed pages" checked and have no links listed in this listbox, then Login Modal works exactly as intended.
Maybe there is some conflict in the code that does this filtering based on the above admin settings? Would be gr8 if Stella looks into this.
Cheers
#11
I'm having the exact same issue with the site wide contact form not loading, just a box with an X.
#12
This happens to be the same issue as the following :
http://drupal.org/node/325427
the div #modalContainer is not displayed