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 …

… imported from Drupal 6 did not get rewritten with new node ids, after the migration had started using a map. The … | 2208 | node/1850 | wisconsin-state-refund-policy               | | 2210 | node/1852 | what-does-it-cost-0                         | | …

… which we'll discuss next, is that our destination is not a node, but an entityreference field. So our destination class …           ),         );         node_save($node);         $model_array[$row->BvItemNo] = …

… Migrating content profiles to Profile2 Submitted by John Locke on Tue, … site upgrade from Drupal 6 to Drupal 7, we had a bunch of content profiles to clean up. Content Profile is a Drupal 6 …

… 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 …

… in Drupal is push. If you want to have a lot of connected clients retrieving immediate updates based on events happening on the server (or other clients), PHP is a bad platform, and Node.js is great. With … where you want to have a lot of constantly connected clients retrieving updates as they happen with minimal delay, …

… 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 …

… 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 …

… aliased URLs. The internal path to any item of content is node/<node id>. Add the domain name in front of this, and you've …

… Getting the group into the URL with Purl Submitted by John … quickly dwindling, but there are still some that need to get worked out. While upgrading our internal issue tracker, … where it stood -- which turned out to have an 8.x version started but not functional, with some progress made in a …

… staff were further interested in setting up an Eagle-I node, and migrating all of these resources into the Eagle-I … a Drupal content type serves as the metadata wrapper for a node, or piece of content, we are mapping the content type to … 7 version, or would like a UI to map content types, please contact us ! Industry Business Education Health Care Medical …

… the nodes within a set amount of miles from the current node being displayed. You can see an example of this use in … a custom module that allowed flagged nodes to be set as a Node Reference in a new content type called Itinerary. The …

… `migrate_map_upgrade_/g" site-mm.sql &#13; sed -i "s/^LOCK TABLES `migrate_message_/LOCK TABLES `migrate_message_upgrade_/g" site-mm.sql &#13; …

… taxonomy, views, and planning URL structures. Mid-level - features, views arguments, ubercart/commerce, simple rules, … taxonomy, views, and planning URL structures. Mid-level - features, views arguments, ubercart/commerce, simple rules, …

… "Social block" [notice] Exported "Explore Life & Legacy Feature" [notice] Exported "From Our Archives" [notice] … "Museum Exhibitions" [notice] Exported "Archive & Exhibit Feature" [notice] Exported "PYV Hero_L1" [notice] Exported … "Social block" [notice] Exported "Explore Life & Legacy Feature" [notice] Exported "From Our Archives" [notice] …

… with every product, including options. From there I used Node Import to import the list into Drupal/Ubercart. … were still tagged with the option prices. Now, ideally node import would do that little import CSV magic …

… 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 …

… 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 = …