Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to log for new record, even with same IP? #4

Closed
blu94 opened this issue Nov 10, 2017 · 1 comment
Closed

How to log for new record, even with same IP? #4

blu94 opened this issue Nov 10, 2017 · 1 comment

Comments

@blu94
Copy link

blu94 commented Nov 10, 2017

I have to log a new record from same IP, but different date, how can i do it?

@sarfraznawaz2005
Copy link
Owner

@blu94 First of you would need to set 'unique' option to false and then modify visitlog/src/VisitLog.php's save() method so it considers differnent dates only when saving as there is no built-in functionality currently. Currenly it can only be unique IPs or same IPs any number of times on same day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants