Drupal modules

Drupal Patch For Location Module To Update Province List for Latvia With Latest Data

| 1 views

Made a simple Drupal patch for Location module to display latest administrative divisions of Latvia. Default one is still showing outdated data using old "Rayon" as administrative divisions of Latvia…


Drupal String Overrides For Comment form + Translated Month names

| 2 views

In yesterday's article How to hide Drupal comment Subject line and help text I talked about a simple and neat module Simplify, with help of whom I was able to get rid of confusing Subject line field…


How to hide Drupal comment Subject line and help text

| 5 views

There are several ways of hiding Input format options for Drupal comments, the simplest (but the wrongest) way is by just hiding area with CSS (display:none), second -  you can use the…


Drupal - How To Add Read More Link To Copied Text (addtocopy)

| 3 views

Time after time I have received negative comments on my blog, where users were complaining about disabled copy functionality from my blog - For a very long time I had disabled to copy any text and…


How to replace all "http" hyperlink with "https" Drupal

| 4 views

Recently I made a switch from http to https. I was pretty pleased with results, and started to wait for possible SEO boost from Google. As time passed, instead of boost some traffic drop started to…


How to Speed up your Drupal site: CDN integration using KeyCDN

| 3 views

In today's Drupal development series I will show how easy you can setup a true CDN for your Drupal site using third party CDN provider -  KeyCDN.  Get a free $10 bonus by signing up for KeyCDN…


How to develop Native Drupal app using Drupalgap - Part 1: Custom Front Page Using views - Images and Date

| 4 views

There was a time when I was really eager to develop native Drupal app, back then I decided to stick with Drupalgap. Now, more than a year has already passed since, and I haven't achieved my goal (s)…


How To Make Floating Blocks in Drupal Using Module

| 9 views

In this article you will learn how to make blocks on your Drupal site to float using a simple, and yet powerful module - Floating block. Here are some other cool tutorials you might find interesting…


How To Display Username In URL For Drupal Site

| 5 views

I know for some experienced Drupal developers such question might sound bizarre, because  - hey..it's a piece of cake...  I have been subscribed to the LinkedIn Drupal group and exactly such…


How To Setup CKEDITOR For Drupal Website

| 9 views

In this tutorial you will learn how to setup a CKEditor for your Drupal website + how to enable a few very neat modules - like IMCE for Image upload, Spell checker and Word count. Since the…