The d5 backport doesn't appear to be working:
- small error: won't enable, need to remove comma from int_meta_cck.info on "dependencies = int_meta,content" line
- large error: cck fields don't appear properly on the "metatags" tab. On line 42 of int_meta_cck.module there is no 'columns' key in the fields array so it throws an error.
I wanted to be able to give you a patch so I spent quite some time trying to grok cck field structure in d5, but I couldn't get it work. I couldn't find the d5 equivalent of "field_[fieldname].value" or how to get it.
Comments
Comment #1
fractile81 commentedI'll look at it within the next week, and try to get a new BETA out. Sadly, the D5 version was more an afterthought due to demand, so it's the D6 version that I put most of my time/testing into. Thanks for your help though, and I'll see what I can get going!
Comment #2
WorldFallz commentedclarified title
Comment #3
WorldFallz commentedno problem-- i'm just surprised I couldn't easily find out how to retrieve the d5 equivalent of field_[fieldname].value. I imagine it has to be documented somewhere-- but i'll be d@mned if I could find it and I'm usually pretty good at searching d.o. and googling drupal. It's probably something so stupid simple it doesn't need documenation, but I'm not seeing it. I'll keep plugging along though-- i may get lucky, lol.
Comment #4
WorldFallz commentedI think I've got this working-- so far so good. I tried to roll a patch for you against the current DRUPAL-5 branch, but cvs diff is having trouble with mac/windows matching and is trying to replace the entire module.
Here's the code for the affected function from int_meta_cck.module:
Comment #5
WorldFallz commentedforgot to change status
Comment #6
fractile81 commentedThanks for the code, and the patience. I'm still working on getting everything setup to get this applied and a new beta out (old dev server appears to have crashed).
Comment #7
fractile81 commentedThis should be fixed in the new 5.x-1.0-BETA2 branch. Thanks for your help in this! Let me know if there are any problems with it.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.