Drupal Experts Blog

Interaction of brands with their fans

Having thousands of followers is not enough. Brands need to create memorable digital experiences that connect with their audiences beyond “likes”. What makes a person stay loyal to a brand on social media? How do you get them to really interact? In this article, we look at key facts, common mistakes, and what CMs need to do to build real, active communities. Find out how to turn your online presence into real loyalty!

9 Most Installed E-commerce Modules For Drupal 9. Part 2

Continuation of the Drupal modules for E-commerce benefits the management of various aspects for your website. Here is a list of the top 9 (broken into parts) modules you need to install

 

  1. 5. Commerce Checkout Order Fields

    Commerce Checkout Order Fields exposes order form display modes as checkout panes, allowing you to collect additional order data during checkout. This e-commerce Drupal 9 module provides a new checkout form view mode on orders so that at least one checkout pane is available. Customizing the form display mode will expose those fields at checkout. You can collect data like order comments, shipping notes, and more.

Drupal 6: How to set a form field created with CCK to disabled

Form fields are very easy to manipulate through a form_alter in a module, however when we are dealing with fields created with CCK (Content Construction Kit) the story is a bit different because these fields are created at the end of the form construction, in such a way that any change that we need to make must be done between the construction of the form and the rendering.

#after_build

In the hook_form_alter we need to define the function to be executed after the form is built using the special element #after_build (http://api.drupal.org/api/drupal/developer--topics--forms_api_reference…)

function mymodule_form_alter(&$form, &$form_state, $form_id){

...

$form['#after_build'][] = 'mymodule_after_build';

...

}

Colombian companies are slacking in their positioning on the Internet

A study analyzed the impact achieved on the Internet by 113 organizations: 50 of them are those with the highest market capitalization on the Colombian Stock Exchange. The Online Presence Barometer, prepared by the Llorente and Cuenca Observatory, revealed that the use of communication channels offered by the Internet is not exploited by the most important companies in Colombia.

The research showed that only one company in the Colombian market was among the 25 best-positioned companies in the Network of the group of organizations covered by the Barometer.

First impressions of Drupal 8

Migrating to Drupal 8 was quite an adventure: new design, new technologies, and many lessons learned. In this article, we tell you about our experience from installation to development with a version still in beta. We explore its native features, the changes in theming, and why we fell in love with Drupal's new approach.

Memoirs of DrupalCon Latin America

For more than one year we were getting ready for the Drupal Con LatAm  along with  the Drupal Association , global and local volunteers were specially active with all the task and finally last week we had over 250 attendees from many parts of the world in Bogotá, Drupalizing LatAm.    Among the the attendees, Dries Buytaert (creator of Drupal project) and the top 20 developers of  the Drupal core . Excellent keynotes , very good talks and the best, very productive sprints that were represented in significant progress in launching commits that are going to be very helpful in  the race to the release of  Drupal 8.

Displaying 241 - 246 (of 246 posts)
Displaying 241 - 246 (of 246 posts)