CCK field value synchronization
Posted by swentel on March 14, 2009 at 3:05pm
Hi,
I've been working on a very small module the last two days which has this specific functionality right now:
- If translation is enabled, an aditional fieldset becomes available on the content type edit form
- The fieldset lists all existing fields of a content type (title, body and all other cck fields)
- You can select which fields should be synchronized when a node is updated
Synchronisation
Posted by cryztov on April 24, 2007 at 1:34pm
In order to make a CRM in drupal that has a local and a remote version I had to try to synchronise the two.
I have tried to do that in three steps
Good to know is, that I made the synchronisation program in vb.net, my knowledge of PHP was to small to make it in PHP.
It will only work with mysql 5 because that has the table with meta-data (information_schema)
I don't know if mysql 4 has this but I have been told that it hasn't.
The program is dual layered. It has a data connection layer that handles the connection between the program and mysql.
Read more
