Right now the max_points and last_update fields from the userpoints tables are not exposed to the Views module.
I needed these fields exposed for a project and I've attached a patch which adds the required logic to expose them.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | userpoints.views_.inc_.2.patch | 1.5 KB | colin49 |
| userpoints.views_.inc_.patch | 1.56 KB | colin49 |
Comments
Comment #1
kbahey commentedPatch does not apply.
Comment #2
colin49 commentedHrum, not sure what whet wrong when I created that patch but lets try that again. I've created a new patch against 6.x-1.x-dev (2010-Apr-30) and tested applying the patch.
colin$ patch -p0 < userpoints.views_.inc_.2.patch
patching file userpoints.views.inc
Comment #3
kbahey commentedCommitted.
Thank you for the effort.