Search Content

Displaying 1 - 20 of 46

… Copying a node to a new type Submitted by John Locke on Thu, 10/21/2010 … one change is difficult: changing the content type of a node after you've created it. In general, once you create an … change: unset ($object->nid); // this makes a copy of each node, instead of updating the existing one $object->type = …

… Backup Hosting Backup Hosting - Yearly Quantity SKU MH-BU-568 … Hosting … Freelock runs a very efficient backup server …

… the node migrations. Fortunately in our case, users and taxonomy terms were not added on the Drupal 8 site before the … Next up: How do we skip the rows we don't care about? The taxonomy/term, user/, paths? We only care about nodes. By viewing the …

… Importing foreign key references with Migrate Submitted by John Locke on Tue, … to work: Get sourceMigration mapping to work with multiple keys Make a migration with an entityreference target Source … in the code as:    * @param mixed $source_keys    *   Key(s) to be looked up against the source migration(s). This …

… EntityFieldQuery(); $query->entityCondition('entity_type','node') ->entityCondition('bundle','employee') … $result = $query->execute(); if ($result && $result['node']) { $item = array_pop($result['node']); $node = node_load($item->nid); if (!$newprofile) { …

… or cable modem. There is an ethernet jack on the wireless node and your home computer plugs into that. The wireless … the telephone company's wires and poles: it connects your node to the Internet, but without any nasty wires between the … a cable or DSL modem, do double-duty: when you put a node at your house, you actually help to increase the …

… Javascript platforms like Comet and Persevere, and now Node.js. Dojo also has a lot of uptake among Rails … than the standard Drupal one for use with a specific node reference with associated data. At the moment, …

… an easy one: links on the menu were going to internal "node" paths instead of the aliased "friendly URL". For example, a link on a submenu went to "/node/494" instead of "/about/accreditation". In this … along the way, the menu system ended up with links to the node/[nid] path, and not the friendly URLs, even though the …

… options for providing the value. One quick example uses Taxonomy: Create a Vocabulary with two terms, "Hidden" and … to make a conscious choice because we can make selecting a term required to submit the content without a default …

… functionality, we leveraged the easypattern , sugar , and node-schedule modules from npm, and borrowed a lot of the … the room state, in addition to keeping them in RAM using node-schedule. When Watney restarts, it reloads each future reminder into node-schedule. When reminders trigger, it updates the state …

… Structure Sync allows you to export any custom blocks, taxonomy terms, or menu links on your site. This module uses … to saving all your custom blocks. This process can handle taxonomy terms and menu items as well -- with an important …

… other paths to generate particular pages. For example, the taxonomy module provides a path taxonomy/term/<term id>. If the site does not override this path with …

… view only uses a single content type, select it under "Filter by plugin". Next, add a Contextual Filter of "Parent Group". Finally, under "When the filter …

… to the Eagle-I ontology, and then passes these as JSON objects to the API. Since a Drupal content type serves … therefore we are simply serializing and de-serializing JSON objects sent to and retrieved from the API. The ability …

… feature requests within the module, including a proximity filter for the Views 2 module which allowed us to display the … fields. We created a couple of custom modules to help us filter nodes using Location tables, but complicated it even … feature requests within the module, including a proximity filter for the Views 2 module which allowed us to display the …

… Migration Drupal Planet Drupal upgrade Development Add new comment You must have JavaScript enabled to use this form. … me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… API, ability to debug, custom filters. Midlevel: Bulk node operations, data synchronization, Rules components, … views handlers, Services, drush scripting. Advanced: node.js, dojo toolkit widgets/AMD, query altering, core … > Here are some skill sets > http://groups.drupal.org/node/67763&#13 ; > http://groups.drupal.org/node/172434&#13 ; …

… my index.js file, I required these libraries, as well as Node.js's filesystem library: #!/usr/bin/env node const program = require('commander'); const fs = …

… manually, then imported each attribute as a seperate taxonomy vocab, and each option as a term. That allowed me to map the option values (terms) to nodes (products), and then I exported the taxonomy tables back to CSV, did a little mapping to make the …

… all of these ended up 7 - 8 hours off -- when you edit the node, it shows up with the correct time, and when you display the node, it's off by 8 hours. 8 hours happens to be our current … all of these ended up 7 - 8 hours off -- when you edit the node, it shows up with the correct time, and when you display …