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. … me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… Integrations with other systems Development 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 …

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

… $entity->status = 0; node_save($entity); ?> 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 …

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

… tips you'd like to add to this, or share? Please leave a comment below! Drupal 8 Drupal Console Drupal Planet Entity … post John. The commands are really helpful. 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 …

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

… addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… this does is it creates a URL structure based on how you tag an individual story. For example, you might have one … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> … this does is it creates a URL structure based on how you tag an individual story. For example, you might have one …

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

… to browse through a catalog of all our resources as a web page, we'll need to use a Content Management System , or CMS. … to my comment Comment About text formats Filtered HTML Web page addresses and email addresses turn into links … to browse through a catalog of all our resources as a web page, we'll need to use a Content Management System , or CMS. …

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

… now and then. We have several clients revamping their home pages, along with key landing pages. As part of this refresh, … new environment, with 3 choices of how. Read the project page to decide which you want -- this module can update …

… addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… 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. … me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

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