Closed (fixed)
Project:
Alternative login ID & display names
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 20:49 UTC
Updated:
30 Nov 2009 at 22:50 UTC
I have created a custom view for admins to search and filter users, however I cannot access to the users alt_login as a field for display or for use as a filter.
I think if the variable was available to the view the field and filter would become available automatically.
Basically looking to be able to use something like $user->alt_login; to access the users alt_login value.
Comments
Comment #1
hunmonk commentedthis has already been a part of the module for quite some time:
that function is invoked in hook_user, 'load' op, so you should already have access to $account->alt_login
Comment #2
Architeck commentedThanks for that info, I must have overlooked that.
Is there a way to access $account->alt_login in the views UI so I can display or search users on the alt login value?
Comment #3
hunmonk commentedno idea, thats sounds more like a general views question -- i'd take it up in the support forums.