サイトをコピーする方法について
同じ構成のサイトを量産する場合などに、サイトをデーターベースごとコピーする有効な方法を探しています。
Backup and migrateモジュールを使用してサイトをコピーして別のdrupall上で復元する方法が簡単なのかと、
考えているのですがパーミッションの関係か、復元後のサイトで不具合が出てしまいます。
Backup and migrateモジュールを使って、サイトを量産する方法を実践されている方、
また、他により良い方法を実践されている方が要られましたらアドバイスを頂ければと思います。
宜しくお願いします。
Copy values from a content to another content
Hi,
I had created a "receipe" content with many "ingredients" field. I also have a "shoppinglist" content with a list of "ingredients" (same field of the receipe).
I need that when the user is viewing a receipe node (not editing) he could add one ingredient to his shopping list. I have already developed a module wich reads the content of the user' shopping list and displays it in a block.
I'm thinking of "templating" the ingredient fields (http://drupal.org/node/206980) with a (jquery) form which sends the form to /node//add.
Read moreCopy taxonomy terms from nodes to CCK-nodereferenced node.
With Rules, is it possible to copy taxonomy terms from nodes X, Y and Z to node N? Nodes X, Y and Z would contain a CCK nodereference field to reference node N.
Read more