Drupal Experts Blog

Interaction of brands with their fans

Part of the companies marketing strategies focuses on digital communication and the interaction they will have with their followers on social networks. In a previous article, I talked about the need to have a clear strategy in these networks to obtain the results obtained by marketing, and the need to have a digital agency for this purpose. This time I will address the interaction of brands with their fans.

An online brand experience creates a loyal following. This experience not only has to do with promotions or discounts, but also with recommendations made to users and their families.

In a Get Satisfaction infographic, the following data appears that are worth reviewing:

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

With over 200 new features and enhancements, the upcoming release of the leading web content management platform in the world of open source will seduce you. So reads the first paragraph of the Drupal 8 seccion, which drupal.org is dedicating in their next delivery.

At SeeD we had been seduced by this new version and therefore took on the task of migrating our previous site from Drupal 7 to Drupal 8, taking advantage of a new and clean design. This is the first in a series of articles in which we will explain our experience in this exciting adventure: from conception to launch and maintenance of our new site in Drupal 8.

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 231 - 236 (of 236 posts)
Displaying 231 - 236 (of 236 posts)