I wasn't sure the best place to put this help so I'll do it here.
The module is supposed to be a auto complete field that is a reference to some other data/module that I have going. I have tried the Drupal docs but they are not helpful and I've found a couple (literally two) tutorials on the subject and modifying them doesn't work. The attached file shows what I've done so far with the module being what is really needed.
What is the most frustrating here is that I've been trying this for almost two days now and I'm not getting very far. I know the widget more-or-less works when I turn off scripting in my browser temporarily but the field itself never shows up. I've short circuited some of the code to show that some functions are being called but others are not.
I'm not sure which functions are actually required and which aren't. I am also not sure what is supposed to happen inside the functions and what is returned. The return values are mixed so I'm not sure what to return. It's not really documented anywhere.
Help will be very much appreciated,
A.Villanueva
Comments
Whoops, file attachments
Whoops, file attachments doesn't allow zip files. Here it a link to it:
http://weei.radiotown.com/dumping-grounds/drupal-groups/select_bracket.zip
Tutorial Links?
Perhaps you could also include links to the tutorials you found for future reference?
Fixed and fixed. I have some
Fixed and fixed. I have some tutorial artifact in there. It's working to perfection now :=D
It was in the code but here
It was in the code but here you go so that it's easier to search for in the forums:
http://www.lullabot.com/articles/creating-custom-cck-fields
I might make a module tutorials for this on my site when it goes live.