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

… on a server set up and tuned for Drupal's needs. Drupal does not perform well in typical shared server environments. Most … mail server configuration) b. Server administration does include one or two minor system-administration requests, …

… - upgrade_d6_node_job_post - upgrade_d6_node_landing_page - upgrade_d6_node_mock_panel - upgrade_d6_node_news - upgrade_d6_node_page - upgrade_d6_node_panel - upgrade_d6_node_program - … to my comment Comment About text formats Filtered HTML Web page addresses and email addresses turn into links …

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

… of this sounds useful to you, drop us a line or leave a comment below! Drupal Drupal Planet Dojo Submitted by Don … of running pre-production, unstable code... Reply 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 …

… load children * @param $io - Drupal Console io object, to print results * @param $parent - The parent menu link to set … uri = 'entity:node/' . $nid ; $entity -> save (); // Now print the change: $io -> block ( $link -> getTitle () . '(' . … load children * @param $io - Drupal Console io object, to print results * @param $parent - The parent menu link to set …

… Added reminders to our Matrix bot Submitted by John Locke on Mon, 05/22/2017 - … the unmaintained zeke/remind-me module. What's unusual about Watney is that it uses Matrix rooms themselves to store …

… - 15:03 URLs are a critical part of all web sites, not just Drupal. However, in Drupal, the URL of a page … with http:. In static web sites, a URL is simply a path to a file on a web server somewhere. In Drupal and in … provides a path taxonomy/term/<term id>. If the site does not override this path with a view, you can see all …

… causing redirect loops or taking you to a different page. 2. Create a group type and configure content types to … groups. That's what you can configure on the "Content" page for a group -- which content types may be part of the … you've configured as "group content". On the main edit page, go to the Purl tab and check the box to "Keep context …

… of biomedical resource discovery in the scientific community. So a lab at Harvard may have a resource that a … to make changes, and even contribute that code back to the community. Unlike proprietary systems, there is no … of the CMS is relatively simple. Drupal has a strong community of developers. As mentioned above, there are over …

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

… a couple of them are nearing launch, and were missing some node references, I set out to get the content updated from … auto-migration done in 8.0.x. The main gotcha here is that node content still isn't showing up as migrated -- but for … prep the destination&#13; &#13; In particular, we wanted node references migrated to D8 entity references: [Add …

… can we help solve your problem? Drop us a line or leave a comment below! (Most of this post I originally wrote for a … would be amazing. Hope I'll see you there :) Reply 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 …

… to hear more about whether this is a better fit, please comment below if you have hands on experience with these! … not be shown publicly. Homepage Subject Notify me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… to my comment Comment About text formats Filtered HTML Web page addresses and email addresses turn into links …

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