How to distinguish between new and returning anonymous Drupal users?
Posted
by
Matt V.
on Stack Overflow
See other posts from Stack Overflow
or by Matt V.
Published on 2011-01-14T18:26:38Z
Indexed on
2011/01/16
15:53 UTC
Read the original article
Hit count: 110
Is there an easy way (or a module) in Drupal to distinguish between anonymous users who have never created an account versus those who are returning but are not currently logged in?
For non-returning (ie, completely new) users, I'd like to have a front page that is very streamlined and focused on registration as the call-to-action. However, if someone is a returning user but not currently logged in, I'd like to present a lot more information on the front page and have login as the main call-to-action. I realize both pages would still need to have both login and register options available, I just want to make the focus significantly different between the two.
© Stack Overflow or respective owner