Needs work
Project:
Inline Registration
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2010 at 12:09 UTC
Updated:
12 Nov 2016 at 17:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
UNarmed commentedUsers might already have an account and it would be silly sending them to another page when they could login and complete the node fields on the same page.
Comment #2
castelar commented+1 subscribed
Comment #3
UNarmed commentedHmm so i ended up just having the login block in my side bar ... not ideal but suppose the result is sort of the same.
Comment #4
Lbob commentedsubscribing
http://drupal.org/project/inline_ajax_login should have done the trick, but it's too buggy and doesn't seem supported now...
Comment #5
geek-merlinsubscribing after closing a dup #333582: Option to log in (inline) as well as register
Comment #6
netentropy commentedI was able to get this feature working this way
Comment #7
netentropy commentedresolved
http://drupal.org/node/861448#comment-4963634
Comment #8
itserich commentedThe Fancy Login module makes it easy to create a link with a popup login.
Any link to /user/login pops up with a login box without leaving the page.
Comment #10
n20 commentedhi netentropy, when you say you got that working are you talking about the link to the login page or do you actually have the login form on the node creation page? i copy and pasted your code to the module but nothing really changed - may already implementet?
cheers, N20
Comment #11
arbel commentedHere's a patch that adds a radio button, to select login or registration.
Idan
Comment #12
matiaslezin commentedI did the same as #3, but my login block is not working. I cannot login. The wierd thing is that it works on the other pages. Any ideas why this could be?
Comment #13
gillisig commentedarbel, I am guessing that your patch is for drupal 7? not 6?
Comment #14
arbel commentedYup.
Comment #15
maked1sky commentedAfter patching module with 861448_login_plus_reg.patch appears 500 ERROR
Tell me what the problem is?
Maybe I made a mistake in the code
file attached
Comment #16
maked1sky commentedAnyone uses Login form on same page in Inline Registration?
Comment #17
proweb.ua commented#13
before
add
works for me
Comment #18
szt commentedComment #19
szt commentedNeeds reroll for the latest dev (if possible).
Comment #20
Itrynator commentedWas this module ever working? User registers or logs in but content is not being created..
Comment #21
mtoscano commentedThe patch at #6 does not apply against latest version, but the logic still works.
The patched module looks like
Anyway, from a user interface point of view the radio option is probably not the best solution, and in case the email already exist the user should be presented directly with the login form. At the moment receives a message at the top of the page about resetting the password that open a new page.
Comment #22
geek-merlin@mato #21: thanks for your contribution, but this is not a patch (neither is #6) and for several reasons will not be useful.
If you want to help bring this forward, read this and upload your patch.
Making a Drupal patch with Git | Drupal.org