Search Content

Displaying 1 - 20 of 45

… // Use the machine name of the new type $object->comment = 0; // While we're at it, turn comments off … we're happy to help! Drupal Drupal Planet Add new comment You must have JavaScript enabled to use this form. …

… I added to my little helper class. Once I re-loaded that config, I reran the migration with the --update flag, and it … I added to my little helper class. Once I re-loaded that config, I reran the migration with the --update flag, and it …

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

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

… Dojo Toolkit with Drupal Submitted by John Locke on Wed, … of my team may not agree with me, but I greatly prefer the Dojo Toolkit to jQuery, when it comes to Javascript …

…  1 - modules/custom/fix_menus/fix_menus.info.yml john@katmai >git/test (develop)> Next, generate your …  1 - modules/custom/fix_menus/fix_menus.info.yml john@katmai >git/test (develop)> Next, generate your …

… entity. Now add the integer field with the relationship set. Setup the rewrite on the integer field. Done! This type of solution is a little trickier to set up in views, but it's great if you want to require the … entity. Now add the integer field with the relationship set. Setup the rewrite on the integer field. Done! This type …

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

… a URL can be much more -- it can also contain a set of instructions for the program to run to generate … URL. Most modules provide other internal paths to access settings pages and other pages they generate. Friendly URLs, … use either an internal URL or an alias in block visibility settings. Aliases are particularly useful, however, since you …

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

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

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

… | +------------+---------------------+-----------+ The .yml files in your export directory (../config/sync) will be … drush generate my_new_content . You only need the .info.yml file. Edit the info.yml file, adding a default_content block listing the entities …

… Migrating to Drupal: Zen Cart to Ubercart Submitted by Erik Olson on Mon, 01/11/2010 - … automated way to migrate from Zen Cart to Ubercart. It's Cart2Cart - shopping cart migration service. This service …

… Normally I would file an issue, or find the right place to comment, but at the moment time is short and for this module … Drupal Drupal Planet Time zone Updates Development Add new comment You must have JavaScript enabled to use this form. …

… as well as Node.js's filesystem library: #!/usr/bin/env node const program = require('commander'); const fs = … as well as Node.js's filesystem library: #!/usr/bin/env node const program = require('commander'); const fs = …

… The Library staff in discussion with the Eagle-I team at Harvard, began to explore the best method to develop … with the Shared Resources Library staff and the Eagle-I team to create this customized Drupal module. It was designed … The Library staff in discussion with the Eagle-I team at Harvard, began to explore the best method to develop …