Search Content

Displaying 1 - 20 of 51

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

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

… Technical note: HTTP Auth with AJAX Submitted by John Locke on Sat, 06/07/2008 - 06:06 I've … XmlHttpRequest interface. See http://zinoui.com/blog/ajax-basic-authentication Reply Add new comment You must have …

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

… system, tracks the status of individual products, product colors, categories, pages, and site navigation. There are … definitions, changing product pictures to alternate colors as you mouse over a color swatch, and many other advanced features. As a result …

… There is an ethernet jack on the wireless node and your home computer plugs into that. The wireless network up on the … There is an ethernet jack on the wireless node and your home computer plugs into that. The wireless network up on the …

… in the grid layout described above along with custom pop-up tooltips.  We then were able to link the information … in the grid layout described above along with custom pop-up tooltips.  We then were able to link the information …

… platforms like Comet and Persevere, and now Node.js. Dojo also has a lot of uptake among Rails developers, and … platforms like Comet and Persevere, and now Node.js. Dojo also has a lot of uptake among Rails developers, and … mobile devices: phones, tablets, etc. Your mention of Node.js as the goto framework - do you feel it is still the …

… It turns out to be a conflict with WebDAV. WebDAV is an extension of the HTTP protocol, which also uses PUT and … It turns out to be a conflict with WebDAV. WebDAV is an extension of the HTTP protocol, which also uses PUT and …

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

… Added reminders to our Matrix bot Submitted by John Locke on Mon, 05/22/2017 - 17:18 … respond to Bill in 2 hours For the past year, our Watney bot has alerted the release manager at the time scheduled by …

… export individual items, one at a time. This can include nodes, paragraphs, users, any kind of content entity. This … "Export References" option, when you point it at a single node, it will export all related entities at the same time! … already exists). drush default-content:export-references node <nid> --folder=content to export a particular node, to a …

… this does is it creates a URL structure based on how you tag an individual story. For example, you might have one … this does is it creates a URL structure based on how you tag an individual story. For example, you might have one …

… to the Purl tab and check the box to "Keep context of the node": ... if this option is set, then when you visit a node inside a group path, Purl keeps the group path active. Using our previous example, a node might be at https://bugs.freelock.com/group/2/node/234 …

… 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 … type to “text properties” on the ontology class, and node and taxonomy references to “linked resources” on the …

… We also use it to manage much of the content in the site admin area. The complexity of the site really allowed us to … but so far, no luck, I suspect missing [url= http://file-extension.paretologic.com/index.php]file extensions[/url], … We also use it to manage much of the content in the site admin area. The complexity of the site really allowed us to …

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

… taking a design, picking a base theme, implementing the CSS/HTML/templates, considering mobile/responsive design, … widgets/AMD, query altering, core development System admin: basic: Linux shell, server management, drush, git, …