I made an initial pass at porting this to Drupal 7. It seems work fine on a basic level, but some things still don't work.
1. I lost the autocomplete settings form and can't get it back,
2. I didn't have time to look into the theme_ function, so I'm not sure what that is doing or if it is behaving correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | ur_autocomplete-D7-02.patch | 10.64 KB | nidble |
| #2 | ur_autocomplete-D7-01.patch | 12.85 KB | theunraveler |
| #1 | ur_autocomplete-D7-01.patch | 12.85 KB | theunraveler |
| ur_autocomplete-D7-01.patch | 12.85 KB | theunraveler |
Comments
Comment #1
theunraveler commentedResubmitting for testing.
Comment #2
theunraveler commentedGeez...trying again.
Comment #3
nidble commentedIf anyone was interested, I apply current patch and rewrite same part of this module to allow interaction with the 7.x version of references module. Sorry if current version don't make use of git, I promise to make a git patch soon.
Comment #4
musa.thomasI try the patch and it doesn't work for me (I try with the module reference, user references) I don't see the widget.
my IDE say there some error /warnings:
line 90/91
$value is undefined
At the line 118
_userreference_potential_referencesis not a defined function.
I hope it can be help