How to use a custom table in Views?
Posted by bartl on June 30, 2011 at 10:39am
I'm developing an auction site where people can bid on an item, which is implemented as a custom node type. So there should be at most a single value (the current bid) per user, per item.
I've tried out the Flag module, in particular with the "fieldable" patch, but it's not working very well and it's not going to get in a real release before the next major version (and the current major version is still in beta). So that's not really an option.
Read more