Closed (fixed)
Project:
Colorbox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Jun 2010 at 10:41 UTC
Updated:
7 Dec 2010 at 15:00 UTC
Jump to comment: Most recent file
I don't have enoth space to show loign and register links both. Login page form does not show reset password and registration links.
User loigin form integration works well, but login block does not. It simply redirects to "/user/login?destination=" and makes user to fill form again.
Also colorbox sets too small height for block form, so vertical scrollbar sohws.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | colorbox_user_login_block_821424.patch | 972 bytes | frjo |
Comments
Comment #1
frjo commentedI know that the User login block integration need some work. Patches and ideas welcome.
Comment #2
napsack commentedThe size issue can be fixed in the sites/all/modules/colorbox/js/colorbox_login.js
innerWidth:250
innerHeight:230 (this is the default)
I found that 265 works best for me. I'm still trying to figure out why it redirects to the login page if user login block is selected.
Comment #3
byrondover commentedAny update on the login block redirect issue?
Comment #4
frjo commentedI think this patch will fix it. Please try it out and report back here.
Comment #5
byrondover commentedPatch fixed it right up. Thanks again!
Comment #6
frjo commentedCommitted to 6-dev. Thanks for testing it!