synchronise

Events happening in the community are now at Drupal community events on www.drupal.org.
swentel's picture

CCK field value synchronization

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
Read more
cryztov's picture

Synchronisation

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
Subscribe with RSS Syndicate content