Search Content

Displaying 1 - 20 of 46

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

… necessary to support a Drupal stack - Linux, Apache/Nginx, MySQL/MariaDB/Postgresql, PHP (mod_php, php-fpm), … necessary to support a Drupal stack - Linux, Apache/Nginx, MySQL/MariaDB/Postgresql, PHP (mod_php, php-fpm), …

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

… of wireless lamp-posts in the UK. Now the Champaign-Urbana Community Wireless Network has released an open source mesh … of the network. This is one of the reasons it is a community network. Read more at Wi-Fi Networking News: CUWiN …

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

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

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

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

… Deploying blocks and content to other site environments Submitted by John Locke on … they are getting new designs in place, new messaging, new content. And they would like to launch the new design, and …

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

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

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