I've ran the sql and enabled the module. I've also restarted apache. The module doesn't seem to work for me. Does anyone else have this problem?
I've ran the sql and enabled the module. I've also restarted apache. The module doesn't seem to work for me. Does anyone else have this problem?
Comments
Comment #1
ñull commentedI did my first intent to test this module with a flexinode. I don't know if that makes any different, but for me it did not work:
After
case 'update':I added another line withcase 'insert':, which seems to fix it for page and story nodetype. For reasons beyond my understandng flexinodes still fail.I hope this information helps someone to make a patch.
Comment #2
Steve Simms commentedI've updated the code in CVS to add the "case 'insert':" line. Thanks!
Regarding flexinode, I wouldn't be at all surprised if the module didn't work in that case -- it relies on the nodeapi hooks being called, which flexinode may not be doing since its content types are more flexible than the average node's.
Comment #3
appel commentedDo you think it's possible to get flexinode / CCK working with this module?
Comment #4
Steve Simms commentedI honestly have no idea -- I don't use either module.
If you'd like to put together something that works, please submit a patch, and I'll be happy to incorporate it into this module.
Comment #5
appel commentedWell, as much as I'd love to help, i don't think I could be much of assistance. I'm afraid I just don't grasp Drupal's structure enough to be of any real value. I learn everyday though, and your module is very helpful, so I'll definitely keep an eye out. Hopefully one day I can start giving back to the community.
Comment #6
(not verified) commented