Needs review
Project:
Inactive User
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2012 at 15:26 UTC
Updated:
10 Jun 2016 at 04:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
thebruce commentedHi Road Kill,
I find mine at /admin/people/inactive-user
Any luck with that path?
- thebruce
Comment #2
Road Kill commentedThanks TheBruce I will give that a try.
Comment #3
Road Kill commentedUnfortunately I am not seeing any /admin/people/inactive-user maybe this is a bug.
Comment #4
deekayen commentedI added another way to find the configure page with http://drupalcode.org/project/inactive_user.git/blobdiff/c0cf3b4c2416455...
Comment #5
Road Kill commentedHi Deekayen thanks for the help in advance I will give it a try and let you know how it goes.
Comment #6
joverstreet commentedIs it just me, or does the 7.x-1.x-dev version not have anything in it besides the README and the License files? I checked both the tar.gz and the zip files that were uploaded last month.
Once I can d/l the project, I'll be happy to test it and find out about the UI.
Thanks!
Comment #7
deekayen commentedIt wasn't just you. The snapshot was tracking master branch which is empty. I switched it for the next build.
Comment #8
Road Kill commentedHi Deekayen sorted thanks for the support first time using this module and I like it a must have module for any big site with a big community of users.
The meta tag module was causing new links that are added in the navigation menu to be set disabled. :)
Comment #9
stijndI think the right place(s) to define a link to the admin interface is on the configuration page in the modules overview (like it's implemented now) and a tab on the account settings page (admin/config/people/accounts).
The last one, a tab on the account settings page, isn't implemented yet. See screenshot. I'll make some time to tackle this if the maintainers want it.
Comment #10
abarpetia commentedI am agree with @stijnd and I think the proper place to define this tab is on the Configurations page under People group (admin/config/people).
Attached patch is adding Inactive user configuration page on website configuration- peoples section. Please take a look.