Closed (fixed)
Project:
IP Login
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2010 at 14:45 UTC
Updated:
23 May 2011 at 16:11 UTC
I need auto-login just for some specific pages/paths or nodes, not the whole site. Can you please implement the Activity settings for the module (a feature like Visibility settings available for blocks and nodes)? So, browsing the specific paths/pages/nodes the auto login works, and out of those pages, only normal username/pass login would be applicable. I mean options like following:
"
PAGE SPECIFIC ACITIVITY SETTINGS
Show block on specific pages:
Show on every page except the listed pages.
Show on only the listed pages.
Show if the following PHP code returns TRUE (PHP-mode, experts only).
"
Thanks
Comments
Comment #1
derrynairn commentedI require exactly this functionality too. IP Login module, while perfect for my needs in almost every other respect, writes too much session data to the db while checking on each page load if there are valid IP users visiting. I want to limit the module's ability to check for IP to the login page only.
Comment #2
msamavi commentedAny update for this request, please?
Comment #3
jim kirkpatrick commented@msamavi: Sorry, I just don't have time to add this feature right now - though the idea is a good one and I reckon it should get in. Happy to receive a patch from anyone...!
@derrynairn: If you're using the off-piste DEV version I've been working on and your visitors are allowing cookies then each visitor should be checked for IP match once only upon arrival - can you confirm?
After the removal of the reliance on the Profile module and a GIT commit, this is definitely a good one to have in...
Comment #4
jim kirkpatrick commentedComment #5
jim kirkpatrick commentedHI msamavi, the new release of 6.x-2.x-DEV has this feature in place - enjoy, let me know how it goes and please report any issues.
Comment #6
msamavi commentedTried it quickly, so far so good ! Thanks a lot Jim !
will return in case of issues or comments.
Thanks again.