Drupal modules

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

| 0 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. Will try to submit this patch to official module release on Drupal.orf From Wikipedia:   According to the Administrative territorial reform of Latvia (2009), Latvia changed its administrative divisions from two-level municipalities (the districts were the first-level municipalities, while …


Drupal String Overrides For Comment form + Translated Month names

| 1 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 and help area under Drupal comments. I was working with a Drupal for a non-English language website and had to translate some strings - of course I could go for Internationalization module, but since this site is just in one language - Internationalization might be too much - I didn't wanted to…


How to hide Drupal comment Subject line and help text

| 1 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 hook_form_alter function to make changes to a form before it is rendered (See article: How to Theme the Comment Form in Drupal 7)  and third one is by using a simple module with simple name: Simplify. In this article you will find how to hide help area for Drupal comments using module Simplify. I must admit, I…


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

| 0 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 images from my blog using simple but neat Drupal module: Copy Prevention. See case study here: How To Protect Drupal Content (Articles and Photos) From Being Copied My main concern was at least to somehow protect my digital artworks (I have a few gigabytes of my photos uploaded and stored in this…


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

| 1 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 appear in my Google Analytics account. I cannot say for sure is this because of https thing or some major update in Google Search algorithm (Penguins & Pandas) , I just wanted make sure everything works right on my site. Traffic dropped to 0 (hourly view) Most probably it is just some glitch…


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

| 1 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 About Content delivery network A content delivery network or content distribution network (CDN) is a globally distributed network of proxy servers deployed in multiple data centers. The goal of a CDN is to serve content to end-users with high availability and high performance. CDNs serve a large…


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

| 1 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) yet. Until recently, I decided to finish works on native Drupal app I started back in 2014. Speaking of my app -  nothing fancy here, just my latest blog posts, with ability latter to extend functionality adding more native app features (geo location, for example) . As I like to call it - minimum…


How To Make Floating Blocks in Drupal Using Module

| 1 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 Social Share Buttons On Drupal Taxonomy Pages Floating social share buttons (without using modules) How to align Facebook like, Google + and Twitter buttons? (CSS tricks) Facebook like button for Drupal site  Drupal Floating Block From module creators: The Floating block module…


How To Display Username In URL For Drupal Site

| 2 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 question arise here: hey guys is there any way to display username in URL when user logged in like example www.example.com/username was asked by one of the group members I added my solution for this question on that post already and I decided to share it on my blog as well since other Drupal users…


How To Setup CKEDITOR For Drupal Website

| 3 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 beginning (almost since) I created my blog (www.reinisfischer.com) I have been using TinyMCE text editor for creating and editing blog posts. But lately I have found that CKEditor might be somehow a bit better text editor for my blog. I'm not against TinyMCE, just CKEDITOR seems a bit better text editor.…