Hi all,

I'd like to move the facebook login below the "regular" login button. I believe that it is confusing to see the fb stuff in the middle of the standard login information.

I see that the user_login_block function appears in the core user module. it is then appended to in the fbconnect.module file under the function again of user_login_block. i can change the weight of the function's output and move the login button for fbconnect above the normal login (this is better) but would really like to move it beneath or to a new location entirely.

Comments

pjmcghee’s picture

Issue summary: View changes

added info

pjmcghee’s picture

Status: Active » Closed (works as designed)

i figured out how to do this the way that i wanted.

the fbconnect.module file appends some code to the user_login_block function. and the button to login to fb has a weight assigned to it. i made it heavier and it didn't move. i went from 10 to 50 to 100 and it stayed in the same place. then i made it 1000 and it went where i wanted. i didn't expect to have to make the weight so large. but that took care of it.

pjmcghee’s picture

Issue summary: View changes

update