Drupal Development

<p>Looking for an experienced Drupal developer for your next web project or mobile app? Look no further than Reinis Fischer! With over 10 years of experience serving small and medium businesses in Tbilisi and Riga, Reinis is your go-to expert for all things Drupal. <a href="https://www.reinisfischer.com/about">Contact him today</a> to learn more or check out his latest Drupal-related blog posts below.</p>

How To Display Google AdSense Ad Unit on Drupal Taxonomy Pages

| 2 views

Title for this article might be named also as - how to display block on taxonomy pages only. In fact that was the solution I was looking for about two years, and felt a bit awkward when figured out a very easy, not to say super simple solution. The blog you are currently reading is Drupal powered, no WordPress, Joomla or some other content management system here, so I will speak Drupal language in this article. Here is the super easy solution for those in hurry: Create a new block, paste…


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 add MailChimp Signup Form for Drupal

| 0 views

After being blogging for more than two years already and finally reached about 40,000 monthly unique visitors to my blog I decided it's time to set up an email newsletter. I knew there are some Drupal modules already, but I ended with a very simple solution not involving any of them (modules). I have been using MailChimp in past to deliver email newsletters and I believe MailChimp is one of the best in the market. They offer free account for up to 2000 subscribers list. Perfectly what I need.…


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.…


Enabled Cache For Drupal Views Gives A Better Performace

| 2 views

The other day talking with my dad on Facebook, he asked me, why my blog is so slow today - it's so slow that he cannot open my site at all. I straight went to my Linode VPS to investigate server logs. Nothing unusual did find there. I used http://tools.pingdom.com/fpt/ to test speed of my site and it actually was really slow. Since my blog is heavily based on Drupal views, and I had not before enabled cache neither for CSS or JS (I'm still not aggregating CSS and JS) I decided to give a try…