I need to use views to filter the new contents and comments by the user's last login date. I want to show the contents created only after the user's last login until the lastest login.

Anyway to do it? I got stuck in the filter part.

Comments

j_ten_man’s picture

Pretty sure this is impossible. I think Drupal only stores your most recent login time, so there wouldn't be a way to filter between two login times.

If you wanted to show comments since their most recent login, I think you can do it with a php filter...

seehui’s picture

If i want to show comments since their most recent login, how am i going to do it? I'm not sure what can i do with the php filter. Thanks.