Search Content

Displaying 1 - 20 of 47

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

… Eve Weekend Eve Anytime (default) Quantity SKU MP-WPP-1142 Price $249.00 … Maintenance Plans … Freelock’s WordPress …

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

… $node->status = 0;         $node->uid = 1;         $node->comment = 0;         $node->field_model_number = array( … 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 …

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

… D8 Development: Console, Menus, and Entity load/save basics … the command to an existing module): john@katmai >git/test (develop)> drupal generate:module   Enter the new module name: … Drupal Planet Entity System MenuLinkContent Technical Development Submitted by Nahuel (not verified) on Tue, …

… future reminders. Bot Matrix Tech bit Watney Chat support Add new comment You must have JavaScript enabled to …

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

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

… and the Semantic Web - Introducing the Eagle-I Drupal module Submitted by Aaron Lamb on Mon, 07/29/2013 - 14:28 If … agreed that in the best interest of the community, this work should also be open-source, and should be available to … these as JSON objects to the API. Since a Drupal content type serves as the metadata wrapper for a node, or piece of …

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

… wrote for a discussion on groups.drupal.org, here .) Industry E-Commerce Drupal Drupal Planet Web Development …

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

… and has the id needed to figure out the next 3), product_attributes (which products have which attirbutes), product_options (to get the names of the options), and … (mapping which options and attributes are on which product). After exporting those to a CSV file, I setup a …

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