Needs work
Project:
Alternative login ID & display names
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
30 Oct 2010 at 19:24 UTC
Updated:
14 Jun 2011 at 13:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hunmonk commentedi have no interest in coding this. either a patch would need to show up, or it would need to be sponsored.
also, 6.x is feature-frozen, moving to 7.x.
Comment #2
hunmonk commentedsee http://drupal.org/project/alt_login#commitment for how feature requests are handled
Comment #3
ivrh commentedHere's patch and complete module archive for 6.x-1.2.
I have added required files to implement alt_login views field and also patch is required to load views-related includes.
With this patch you will get Alternate login field, sorting option and filter.
Mainteiner - please update 6.x-1.dev branch so people could test.
This is tested in my live site with Views 6.x-2.x.
Comment #4
hunmonk commentedas i mentioned in comment #1, 6.x is feature frozen -- this will need to be re-rolled for 7.x in order to make it into the module.
Comment #5
enboig commentedI codded something similar in one of my modules, why did you use "alt_login_handler_field_alt_login" to handle the field? isn't string handler enough?
Comment #6
ivrh commentedString handler will be enough to display plain unmodified value. In my case I needed to do a bit of work on the value prior displaying it, as the alt_login value was used as membership number in my custom module.
So I reverted alt_login_handler_field_alt_login to only display plain value and posted. But this should work anyway.
Comment #7
kmajzlik commenteddo not use hook_init + require, use
Comment #8
cjsmith87 commentedWould someone be able to help me with this, I run this module on drupal 7 and need it to appear in a view. I would like to add the code to my own module if possible as I have my own custom module for all sorts of tweaks like this for my site, to keep it separate from the main code in case it ever gets updated