Skip to main content

Home/ Drupal for Developers/ Group items tagged #drupal

Rss Feed Group items tagged

amelia_joe

Drupal Web Development Company Los Angeles - 0 views

  •  
    Fortune Innovations Los Angeles Web Development Company provides affordable custom website design with creative design using Drupal CMS Development.For more details visit:http://losangeles.fortuneinnovations.com/drupal-cms-development
Fabola smith

Importance of Drupal Development Services - 1 views

  •  
    This article stresses upon the importance of using proven Drupal development services so as to ensure a successful and profitable online existence.
Daniel Gregoire

Programmatically Create, Insert, and Update CCK Nodes | doug | CivicActions - 2 views

  • Always use content_database_info to get the database info. For example:   $field1 = content_database_info(content_fields('yourfield1', 'yourtable'));  $table1 = $field1['table'];  $column1 = $field1['columns']['value']['column'];  $field2 = content_database_info(content_fields('yourfield2', 'yourtable'));  $table2 = $field2['table'];  $column2 = $field2['columns']['value']['column'];  if ($table1 == $table2) {    $sql = "SELECT n.*, t1.$column1, t1.$column2 FROM {node} n ";    $sql .= " INNER JOIN {$table1} t1 ON t1.nid = n.nid AND t1.vid = n.vid";  }  else {    $sql = "SELECT n.*, t1.$column1, t2.$column2 FROM {node} n ";    $sql .= " INNER JOIN {$table1} t1 ON t1.nid = n.nid AND t1.vid = n.vid";    $sql .= " INNER JOIN {$table2} t2 ON t2.nid = n.nid AND t2.vid = n.vid";  }  $sql .= " WHERE n.nid = %d";
  •  
    Important point: Using special functions to let CCK get the proper name of the field (allowing users to make CCK changes in the UI and let your code continue to work).
specbee

Drupal Community: It takes a village to build a world-class CMS. See what they have to ... - 0 views

  •  
    Drupal has powered over a million websites - each of them tailor-made and unique to their brands. But, who is behind the success of Drupal? What makes Drupal so powerful? Read some real stories from some real people behind the success of Drupal and get inspired.
innoraft

Why should Drupal be your first choice of open source CMS? - 1 views

https://www.innoraft.com/blogs/why-should-drupal-be-your-first-choice-open-source-cms

drupal opensource php cms

started by innoraft on 25 Jun 19 no follow-up yet
innoraft

Composerizing a non-composerized Drupal site to a Composerized Drupal site - 1 views

https://www.innoraft.com/blogs/composerizing-non-composerized-drupal-site-composerized-drupal-site

drupal composer

started by innoraft on 26 Jun 19 no follow-up yet
innoraft

Content migration in Drupal from XML Source - 1 views

https://www.innoraft.com/blogs/content-migration-drupal-xml-source

drupal data_migration

started by innoraft on 25 Jun 19 no follow-up yet
innoraft

Looking for automated transfer of content to Drupal? Say hello to Migrations. - 3 views

https://www.innoraft.com/blogs/looking-automated-transfer-content-drupal-say-hello-migrations

drupal datamigration

started by innoraft on 25 Jun 19 no follow-up yet
innoraft

TB mega menu implementation with a demonstration (Part 2) - 0 views

Configuring the TB mega menu and placing the TB mega menu block in a region are two separate things. However, you can modify the links later on from the TB mega menu configuration page. Read A...

drupal megamenu cms opensource

started by innoraft on 01 Jul 19 no follow-up yet
specbee

A Complete Guide To Hire A Drupal Developer For Your Project | Specbee - 0 views

  •  
    A step by step guide to hire a Drupal developer. Know everything about how to hire the right resource for your Drupal project.
innoraft

Drupal 8 Cache Context: An efficient way for context based caching. | Blog | Innoraft - 0 views

  •  
    Cache Context is basically a service that helps in creating multiple cached versions of something depending upon the context/request; be it a view, block or any other section on the page.
andrew smith

Drupal Migration Services - Anubavam - 0 views

  •  
    If you are planning to move from wordpress to a comprehensive CMS platform, we can help you make a smooth transition with our wordpress to drupal migration services.
andrew smith

Hire Drupal Developers | Drupal CMS Development company - 0 views

  •  
    Anubavam offers a wide range of Drupal consulting services meant to assist companies and organizations with various aspects of a Drupal development project
paresh sagar

Top Mobile App Development Company | Hire Mobile App Developers - 0 views

  •  
    We enable digital transformation to quickly move into changing digital economy with real world technology solutions. Our experts help start-ups and enterprises leverage Mobile, Web, Cloud, IOT and Big Data technologies to introduce game changing products and services faster than ever before.
specbee

How to perform Automated Backups on a Drupal 8 (or 9) Website | Specbee - 0 views

  •  
    Automation always takes a load off. Drupal 8 and Drupal 9 offers different ways to perform #automated_backups on your Drupal website. Learn more about using the #Backup and migrate Drupal module and CLI methods to #automate your backups.
specbee

How to Control Access to Restricted Pages with the Rabbit Hole Module in Drupal 8 | Spe... - 0 views

  •  
    The Rabbit hole module for Drupal 8 (also compatible with Drupal 9!) is a very popular Drupal module that enables you to restrict access to certain pages. Read more about how you can implement it.
innoraft

Getting ready for Drupal 9: what should website owners do? - 0 views

Drupal 9 is not being built on a new core, but rather in Drupal 8 itself. This means that new functionality will be added as backward-compatible code and experimental features. Drupal 8's biggest d...

drupal 9

started by innoraft on 18 Nov 19 no follow-up yet
specbee

Front-End Frameworks for Drupal - Helping you to Make a Better Choice | Specbee - 0 views

  •  
    Front-end frameworks offer exceptional flexibility to developers to build highly interactive, dynamic and complicated client-side interfaces. Drupal works great with frameworks like React, Angular and Vue. Learn more about them in this article.
specbee

Everything you need to know about Website Accessibility | Specbee - 0 views

  •  
    Sure, user experience is the buzzword these days, but the emphasis on web inclusiveness is equally critical. Here's a guide to web accessibility, why you need to implement accessibility and how to check if your website is accessible.
« First ‹ Previous 261 - 280 of 280
Showing 20 items per page