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.

CommentFileSizeAuthor
#4 colorbox_user_login_block_821424.patch972 bytesfrjo

Comments

frjo’s picture

Title: User login block integration broken » User login block integration need some work
Category: bug » task

I know that the User login block integration need some work. Patches and ideas welcome.

napsack’s picture

The 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.

byrondover’s picture

Any update on the login block redirect issue?

frjo’s picture

Version: 6.x-1.0-beta4 » 6.x-1.x-dev
Assigned: Unassigned » frjo
Status: Active » Needs review
StatusFileSize
new972 bytes

I think this patch will fix it. Please try it out and report back here.

byrondover’s picture

Patch fixed it right up. Thanks again!

frjo’s picture

Status: Needs review » Fixed

Committed to 6-dev. Thanks for testing it!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.