2.0.0releasedMember Last Visit

Log the date and time of a member's last visit.

Clone URLhttps://github.com/twiro/member_last_visit.git

Add as a submodulegit submodule add https://github.com/twiro/member_last_visit.git extensions/member_last_visit --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.0.31.0.42.0.02.0.02.0.02.0.02.0.02.0.02.0.02.0.02.0.02.0.02.0.02.0.02.0.02.0.0

Readme

Member Last Visit

This extension for Symphony CMS logs the date and time of a member's last visit.

1. Dependencies

You need to have the Members-extension installed and configured to properly make use of this extension.

2. Installation

  1. Upload the /member_last_visit folder in this archive to your Symphony /extensions folder.
  2. Go to System → Extensions in your Symphony admin area.
  3. Enable the extension by selecting 'Member Last Visit', choose 'Enable' from the 'With Selected…' menu, then click 'Apply'.

3. Configuration & Usage

  1. Go to System → Preferences and set the desired visit interval.
  2. Add the field type 'Member: Last Visit' to your Member section.
  3. Optionally resave existing member entries.

4. Acknowledgements

This extension was originally developed by Mark Lewis in 2012.

Version history

Symphony 2.4.0 to 2.7.x

  • Code clean up
  • Styling improvements: uses the 'field-value-readonly'-class now (Symphony 2.6.5 +)
  • Compatibility with Symphony 2.7.x (#4)
  • PHP 7 support

Symphony 2.3.2 to 2.6.x

  • Compatibility with Symphony 2.4.x – 2.6.x

Symphony 2.3.2 to 2.3.x

  • Updated for Symphony 2.3.2

Symphony 2.3.0 to 2.3.1

  • Updated for Symphony 2.3

Symphony 2.2 to 2.2.5

  • Fixed bug where existing members were not logged
  • Changed last vist calculation
  • Fixed bug where __logVisit returned false incorrectly

Requires Symphony 2.2

  • Initial release