It would be great if this module can be attached to cck as an extra field, so if i wanted to created a cck node type, a mugshot field-type would be an option for me.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | camera_field-01036a5.tar_.gz | 27.88 KB | 3olution |
| #1 | mugshot_cck.module.txt | 12.14 KB | matt@antinomia |
| #1 | mugshot_cck.info_.txt | 131 bytes | matt@antinomia |
Comments
Comment #1
matt@antinomia commentedI agree it would be great to see mugshots as nodes instead of being their own construct in the database. I've hacked together a proof-of-concept for how this might work (attached) and would very much appreciate testing, comments, and improvements. I say 'hacked together' not because it doesn't work, but because it's definitely rough around the edges. It relies on and borrows code from the mugshot.module and uses the mugshot table - but a real CCK implementation would likely store these fields using the CCK schema.
Criticism welcome.
Comment #2
jjjames commentedWow great work matt! That would be great if you could fully port it into a true CCK field. How about just a simple Webcam CCK Field? Good stuff!
Comment #3
techypaul commentedHey guys, is this CCK version/feature likely to be happeninig anytime soon? I have loads of possible uses for this :).
p.
Comment #4
tamerzg commentedCheck out new CameraField module http://drupal.org/project/camera_field based on Mugshot.
Comment #5
manimal commentedI'm wondering if this "hacked" v5.x module could be ported up to D6? I haven't found a working alternative to this yet that doesn't require third party to make it work.
http://drupal.org/project/camera_field doesn't work, images are saved but never shown which renders it useless. also looks like its been abandoned (though not marked yet, dev never replies).
Comment #6
3olution commentedI don't know if it helps you much, but try the version of camera_field,
I am attaching to this post here.
Its the newest version I downloaded of from github.
"CameraField: February 25, 2011 2:13
Commit 01036a5 on master
authored by Git Migration, committed by Drupal Git User (LDAP)"
I am personally integrating the Mugshot module over views and panels into the
content profile, but working soon on an Mugshot integration into the http://drupal.org/project/imagebrowser module and into IMCE, so that my users have the possibility, to use Mugshots directly within the CKEditor.