When one have to login or register to post comments, and wants to register, she wont be redirected to the "Registration" node.
She will stay at the original node page whith an error message: "You are not authorized to post comments."
When one have to login or register to post comments, and wants to register, she wont be redirected to the "Registration" node.
She will stay at the original node page whith an error message: "You are not authorized to post comments."
Comments
Comment #1
cyberswat commentedHi ... That is core behavior and not a bug in this module.
Comment #2
thamasWhen you do not use Auto Assign Role, clicking the links redirects you to the registration page ("ceate new access") or to the login page. This is the drupal core behavior!
Using the Auto Assign Role registration page overwrite function makes the links in "Login or register to post comments" work as mentioned in the issue (just a warning text), instead of redirect users. So IMHO it is a problem of AAR and it needs a fix!
Comment #3
fhoubart commented+1 subscribing. With this, overriding registration page path lose his utility. That's block a important functionnality of drupal ( user can't register if there is a desination parameter !!!). Thanks for looking.
Comment #4
mrgoltra commentedsubscribing
Comment #5
Balbo commentedbump
Comment #6
cyberswat commentedBumps are nice ... patches are better.
Comment #7
RiteshJain commentedRole based administrative approval feature should also be incorporated with this module..
Comment #8
Lars Jansen commentedHey all,
I've spent a LOT of time on this issue but unfortunately I just don't have the know-how to fix it. I spent quiet a bit of time messing with alias's trying to overcome this but...nah.
To summarise:
At the top of your forum post page you have "Login or register to post comments". The login link is not a problem.
The "register" link is a problem because it points to: http://blahblah.co.nz/user/register?destination=comment%2Freply%2F24%23c....
http://blahblah.co.nz/user/register - works. Redirects to whatever you set it to in the admin area.
http://blahblah.co.nz/user/register?destinationbalhblah=whatever/balh - wont work. This does a refresh only and spits out a "You are not authorized to post comments." warning.
AAR is my fav module, it's awesome but this issue is really buggering it up for joe average drupal doods like me:)
Who can I pay to get this fixed?
Comment #9
casperloc76 commentedLars,
Better late than never... You can disable the registration links with a function in your template file.
Place this inside your template file and rename "theme" to the name of your theme, clear drupal cache and the links should disappear.
God Bless,
Jeff
Comment #10
cyberswat commentedThis sounds like a theming issue
Comment #11
gamelodge commentedI think this is the same issue - the patch there worked for me.
http://drupal.org/node/921896