Drupal Technical
| 2
min read
While working on a Drupal website recently, I wanted to add a pop-up in some of the selected pages in a website with a delay of 15 seconds after page load. For all users, pop-up should be displayed only once in a day.
Drupal Technical
| 3
min read
While dealing with webforms we may need to integrate webform fields to external API or may need to save data to a custom table. In case of webform we don't need to add custom submit handler to deal with submitted data.
Drupal Technical
| 2
min read
There are many ways to get delete the Anonymous user account from the Users table. A wrong query like 'uid != 0' or Views bulk operations may cause deleting the row.
Drupal Technical
| 2
min read
We are all aware about the search engines like Google, Yahoo, Yantex, Bing, etc. will blacklist the sites (In case of websites), if duplicate content has been identified. While we are establishing the business to world, we may require to implement country specific domains and multilingual support in the websites. Nobody will take care of how the search engines consider all those pages.
Drupal Technical
| 2
min read
First of all, Why we need to choose Drupal for implementing multilingual sites?. Drupal 7 is having the flexibility and scalabilty, compared to any other content management systems, online tools and desktop programs. So its very easy to maintain a multilingual site, which is essential for corporate sites.
Drupal Technical
| 3
min read
While working on a report generating system, I wanted to display footer value that should reflect based on the date filter, added in the report. I thought of creating a block in the content region and manage the contents in the block. But when I went to know about header and footer options in views module, I decided to go for it. This article is on how to use header or footer in views pages.