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>

Drupal: Sending Confirmation Emails from Your Webform

| 7 views

Today, I encountered a problem that at first seemed like a pain, but in the end, turned out to be simpler than I thought. I needed to send a confirmation email to the submitter of a webform, letting…


Simplifying Drupal View Editing with Contextual Links

| 7 views

I have been working with Drupal since its 6th release, and one of the reasons I love it is due to Views. In all the websites I've built using Drupal, Views make up 80% of the site structure. I am…


How To Upgrade Drupal 6 to Drupal 7: Step by Step

| 6 views

Before proceeding with the upgrade, it's important to make a backup of your Drupal 6 site. This includes both the database and the files. This will ensure that you have a restore point in case…


Improve User Experience with Image Hover Effects for Drupal Thumbnail Images

| 7 views

Drupal is a powerful and flexible content management system that enables you to create visually appealing and engaging websites. One way to enhance the visual impact of your Drupal site is to add…


Display node count per taxonomy

| 1 views

<p>Working on project, I needed to display how many nodes are in particular taxonomy.</p><p><img src="http://reinisfischer.com/sites/default/files/taxonomy-count.png&…


Building a Drupal site from scratch - part 13 - working with node display

| 3 views

<p>By default, when adding new fields to content type, and then entering values in them, Drupal will display all of them on node:</p><p><img src="http://reinisfischer.com/…


Building a Drupal site from scratch - part 12 - Working with image styles

| 1 views

By default Drupal offers 3 image styles enabled: thumbnail, medium, large: Image styles can be applied to images we are using in views, and not always 3 default options are enough.   In the…


Drupal 7 override page.tpl.php for specific content type

| 10 views

<p>Working on project I needed a function to override default page.tpl.php for specific content type. I did use theme_hook function some 2 years ago, and I knew it's achievable in Drupal.…


Customizing Subpage page.tpl.php Design in Drupal: Tips and Tricks

| 1 views

Theming subpages in Drupal is an important aspect of website design that can help you create a professional-looking website that engages your visitors. One way to achieve this is by theming subpages…


Building a Drupal site from scratch - part 10 - Views exposed filters

| 1 views

<p>Remember at start of this tutorial <a href="http://reinisfischer.com/building-drupal-site-scratch-part-1-planing">we created a tour types taxonomy</a>, by allowing…