Opened 9 years ago
Closed 7 years ago
#6943 closed enhancement (maybelater)
Email inactive users to bring them back to the site
Reported by: | alexh_ | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Members | Keywords: | trac-tidy-2018 |
Cc: |
Description
There should be a column in the user table which shows when the users were last logged in. Best case would be to mail all people manually or automatically who were not logged in the last xx days.
Change History (5)
#2
@
9 years ago
- Milestone changed from Awaiting Review to Future Release
- Summary changed from Last login in user table to Email inactive users to bring them back to the site
#4
@
7 years ago
- Keywords trac-tidy-2018 added
We're closing this ticket because it has not received any contribution or comments for at least two years. We have decided that it is better to close tickets that are good ideas, which have not gotten (or are unlikely to get) contributions, rather than keep things open indefinitely. This will help us share a more realistic roadmap for BuddyPress with you.
Everyone very much appreciates the time and effort that you spent sharing your idea with us. On behalf of the entire BuddyPress team, thank you.
If you feel strongly that this enhancement should still be added to BuddyPress, and you are able to contribute effort towards it, we encourage you to re-open the ticket, or start a discussion about it in our Slack channel. Please consider that time has proven that good ideas without contributions do not get built.
For more information, see https://bpdevel.wordpress.com/2018/01/21/our-awaiting-contributions-milestone-contains/
or find us on Slack, in the #buddypress channel: https://make.wordpress.org/chat/
We do log the last activity of when a user last visited any WordPress page in the BuddyPress activity (
wp_bp_activity
) table. Do a query forSELECT user_id,date_recorded FROM wp_bp_activity WHERE component = 'members' AND type = 'last_activity'
.Hope that works for your needs. Otherwise, you will need to either write a plugin for this or use an existing plugin that is available in the wp.org plugins repository.
At the moment, this functionality should be left to a plugin. However, maybe we could consider this in a future release. I've renamed this ticket to reflect this.