Drupal
Building a Drupal site from scratch - part 10 - Views exposed filters
| 13 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…
Building a Drupal site from scratch - part 9 - adding menu
| 9 views<p>To add a menu to your Drupal site, you should enable menu module from your modules page:</p><p><img src="http://reinisfischer.com/sites/default/files/enablemenu.JPG&…
Building a Drupal site from scratch - part 8 - Theming subtheme CSS
| 7 views<p>In part 2 of series how to build a Drupal site from scratch, I'm talking about how to create a subtheme from Bootstrap theme.</p><p>Today I would like to speak how to…
Drupal views archive page
| 13 views<p>Today I decided to give some face-lift to my blog page. I wanted to add an archive function to filter blog posts by month. If you have views enabled, you can use default view archive, which…
Building a Drupal site from scratch - part 7 - Theming views
| 4 views<p>In <a href="http://reinisfischer.com/building-drupal-site-scratch-part-5-custom-fro… 4</a> in tutorial series how to build a Drupal site from scratch, I am showing how to build…
Building a Drupal site from scratch - part 6 - Working with blocks
| 3 views<p>In <a href="http://reinisfischer.com/building-drupal-site-scratch-part-4-creating-v… 4</a> of this Drupal tutorial series we created a view with block - Features tours. Now is…
Building a Drupal site from scratch - part 5 - Custom fronpage
| 8 views<p>By default Drupal comes with frontpage set to display latest 10 nodes from your site:</p><p><img src="http://reinisfischer.com/sites/default/files/frontpagedrupal.png…
Building a Drupal site from scratch - part 4 - Creating views
| 9 views<p>Let's move on with our tourism companies website tutorial.</p><p>In part 1 we created a custom content type - Tours, now it's time to make a few views which will…
Building a Drupal site from scratch - part 2 - Applying a subtheme
| 18 viewsRecently I started a tutorial series - How to build a Drupal site from scratch. In part 1 I'm talking about planing a site. In this tutorial I'm giving a real example for building a tourism companies…
Display YouTube videos on Drupal site with YouTube field module
| 13 viewsRecently I started a new topic series - documentaries, where I publish documentaries I have watched and recommend to watch others. I write a brief description of what each documentary is, and then I…
Getting Started with Building a Drupal Site from Scratch: Content Types, Fields
| 10 viewsBuilding a website, whether it's using Drupal or not, requires careful planning and consideration. It's important to determine what the purpose of the website is, who the target audience is, and what…
Upgrading Your Drupal 7 Site: Tips and Tricks for a Smooth Transition (Minor Upgrade)
| 6 viewsUpgrading a website can be a daunting task, especially if you're not familiar with the process. But upgrading your Drupal site is necessary for security, bug fixes, and new features. In this article…
How to Add Facebook Like Button to Drupal 7 Site
| 9 viewsIf you want to add the Facebook like button to your Drupal 7 site, the process is relatively straightforward. To get started, you will need to download the Facebook Like Button module from the…
Drupal Friendly URL Setup: A Step-by-Step Guide for Optimizing Your Site URLs
| 32 viewsUpdate: This article covers details on how to enable and configure the Pathauto module for the Drupal 7 site. For Drupal 8, please see: How To Setup Pretty URLs For Drupal 8 Setting up Drupal-…
How To Create an Upcoming Posts Page in Drupal Using Views
| 4 viewsIn this Drupal Development tutorial, I will walk you through the process of creating an "Upcoming Posts" page in Drupal using the Views module. Future posts are an essential aspect of maintaining a…