Such a common user annoyance is solved by this. I'm sure you've killed a number of mind-numbing support calls with it.

Drupal 7?

CommentFileSizeAuthor
#5 already_in-d7-1308040.patch5.14 KBshadcn

Comments

matt v.’s picture

Status: Active » Closed (works as designed)

Drupal 7 doesn't have the issue the Already In module addresses. It was fixed by #17664: user/register should show custom message instead of 403 for logged-in users. There doesn't seem to be any need to port the module to Drupal 7 or am I missing something?

shadcn’s picture

Status: Closed (works as designed) » Active

Maybe the redirect to custom page feature?

matt v.’s picture

Status: Active » Postponed

Arshad Chummun, I hadn't thought of that. I guess that could be useful on some sites.

I'm open to patches that upgrade the module to Drupal 7, but I probably won't have time to do the upgrade myself in the near future.

In the mean time, you could probably redirect to a custom page using the Rules module in Drupal 7. I haven't tried that to confirm though.

doublejosh’s picture

Didn't realize this was no longer an issue.

shadcn’s picture

StatusFileSize
new5.14 KB

Here comes the patch. I'm happy to commit and maintain the d7 branch it if you give me git access. thanks :)

shadcn’s picture

Status: Postponed » Needs review