Search Content

Displaying 1 - 20 of 46

… Use the following snippet to make the change: unset ($object->nid); // this makes a copy of each node, instead of updating the existing one $object->type = 'segment'; // Use the machine name of the new …

… mind you need to focus your attention on business. Terms & Conditions a. Security updates will be applied on production … mind you need to focus your attention on business. Terms & Conditions a. Security updates will be applied on production …

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

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

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

… (develop)> drupal generate:module   Enter the new module name:  > Fix Menus  Enter the module machine name … Core version [8.x]:  >  Do you want to generate a .module file (yes/no) [yes]:  > no  Define module as feature (yes/no) … you will see most migrated links listed with a link__uri value beginning with "internal:/" followed by the migrated …

… Conditionally hide or display a field for each Views row. Submitted by Michael … of working with Views, we often would like to provide conditional checks for display on a field per row. For …

… arbitrary state events in each room. Watney stores an object listing all the reminders for a room in the room … arbitrary state events in each room. Watney stores an object listing all the reminders for a room in the room …

… aliased URLs. The internal path to any item of content is node/<node id>. Add the domain name in front of this, and you've …

… 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 interface with a Resource Description Framework (RDF/XML) to get data in, and something like SPARQL Protocol and … Use Case The mapping itself is accomplished via a custom XML file and accompanying schema to designate which content …

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

… `migrate_map_upgrade_/g" site-mm.sql &#13; sed -i "s/^LOCK TABLES `migrate_message_/LOCK TABLES `migrate_message_upgrade_/g" site-mm.sql &#13; …

… API, ability to debug, custom filters. Midlevel: Bulk node operations, data synchronization, Rules components, … views handlers, Services, drush scripting. Advanced: node.js, dojo toolkit widgets/AMD, query altering, core … > Here are some skill sets > http://groups.drupal.org/node/67763&#13 ; > http://groups.drupal.org/node/172434&#13 ; …

… entirely new, but they are new to us: Structure Sync and Default Content . Both of these modules allow you to export … +------------+---------------------+-----------+ The .yml files in your export directory (../config/sync) will be … to export or import. This is a great option for sites that need to deploy blocks or a new menu along with a …

… no joy. Something is missing. Reply Submitted by Deeper Voice (not verified) on Sat, 04/17/2010 - 08:39 Permalink …

… date fields set up as just "Date". After the update, the display of all of these ended up 7 - 8 hours off -- when you … 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 … it now correctly translates time from UTC to local time on display -- but the widget for editing time is suddenly set to …

… # Create the project npm install commander papaparse In my index.js file, I required these libraries, as well as … executable, and send the results to a file: chmod +x index.js ./index.js replacements.csv google-ads.js > test-google-ads.js …