In the process of adopting vud_field in D7, we need to move from D6 submodules to vud_field.
Notice that votingapi data is OK.
The work here is about creating hook_update_N()'s that create fields with the right options on the relevant bundles based on the D6 configuration stored at the database.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | vud_node-upgrade-v2.patch | 2.79 KB | marvil07 |
| #1 | 0001-Initial-upgrade-from-vud_node.patch | 1.78 KB | marvil07 |
Comments
Comment #1
marvil07 commentedStill needs work, but it's a start(for vud_node).
Comment #2
marvil07 commentedNow it also migrates the display configuration.
Comment #3
christiansanders commentedI can confirm the V2 patch fixes the issue @marvil07 has raised.
My primary issue was that on version 7.x-2.0dev, my widgets weren't showing despite a few hours of pain trying. Make sure you configure the permissions and add the vote up down field to the content_type you listed on the node config for vote up down. The module for this field can be found in the field section of modules.
These issues resulted in a D6->D7 upgrade, which the module page tells you explicitly not to do, but it is possible :)
Comment #4
damienmckennaThis appears to work reasonably well.
Comment #5
damienmckennaFYI I ran the upgrade on a site that had 6.x-2.8 installed, it appears to have worked fine.
Comment #8
damienmckennaThe update script ran, but it didn't actually change anything. This definitely needs work.