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>

Building a Drupal site from scratch - part 3 - Better administration

| 2 views

Recently I started a tutorial series - How to build a Drupal site from scratch. In part 1 I'm talking about planing a site. In part 2, I'm showing how to make a subtheme from Bootstrap theme.  Before digging deeper in site customization, I'm willing to show how to tune a little bit up Drupal administrative tasks. By default (out of box) Drupal is not very user friendly for making admin related tasks. But it can be easily solved by adding few (actually just one module) Administration menu:…


Building a Drupal site from scratch - part 2 - Applying a subtheme

| 0 views

Recently 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 web site for real customer. In part we learned that it's a wise to create a content type, which best describe products/services we gonna add (in our example tours). So I have added few tours to our site: As you can see from picture above, I'm using default Drupal bartik theme. Now is the right…


Display YouTube videos on Drupal site with YouTube field module

| 5 views

Recently 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 embed a YouTube link to show a video on my blog.  How To Embed YouTube video in Drupal 8 (CKEDITOR) But lately I started to think of creating my own Screen-casts, and the idea of embedding a video on content didn't satisfy me anymore. What I wanted - to populate a video in the field, so later…


Getting Started with Building a Drupal Site from Scratch: Content Types, Fields

| 0 views

Building 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 value it will bring to your business. For instance, if the website is for a tourism company that offers fishing, hunting, and skiing tours, the first step would be to gather high-quality photos that showcase the destinations and activities offered. This could involve hiring a professional…


Upgrading Your Drupal 7 Site: Tips and Tricks for a Smooth Transition (Minor Upgrade)

| 0 views

Upgrading 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, I'll be discussing the process of upgrading a Drupal 7.10 site to the newest version of Drupal, a minor upgrade. Before you start, it's important to understand the difference between a major and a minor upgrade. A major upgrade, such as upgrading from Drupal 6 to Drupal 7, involves significant…


Spellchecker for TinyMCE WYSIWYG Drupal

| 1 views

TinyMCE is a popular WYSIWYG (What You See Is What You Get) editor used in Drupal and many other content management systems. It is a powerful tool that allows users to easily create and edit rich content, including text, images, and videos. However, one feature that is missing from the default TinyMCE editor is a spellchecker, which can be a major inconvenience for content creators. Fortunately, there are several options available for adding a spellchecker to TinyMCE in Drupal. In this article…


Filtering Popular Posts on Drupal: How to Filter by Time Frame with Views

| 4 views

In a previous tutorial, I showed how to use Views to filter popular posts on a Drupal site. Today, I will demonstrate how to filter popular posts within a specific time frame, such as a week or a month. Note that this tutorial will only apply filters to the most viewed nodes based on their publishing date, not to all nodes within a certain time frame. If you haven't already set up a popular blog post View, please refer to the link above and follow the steps to create your View. To begin,…


A Step-by-Step Guide to Creating a Website with Drupal: Tips from Reinis Fischer

| 0 views

Creating a webpage can be a daunting task, especially for those who are new to web development. However, with the right tools and guidance, it is possible to create a professional-looking website. In this article, we will provide a step-by-step guide on how to create a webpage, with a focus on using Drupal as a web development platform. Step 1: Choose Drupal as Your Web Development Platform Drupal is a popular content management system (CMS) that is widely used for building websites. It…


Improve User Experience with AJAX-Powered 'Load More' Pagination for Drupal Views

| 40 views

In Drupal, pagination is a common feature that allows website visitors to browse through a long list of content, such as blog posts or products, by breaking them up into smaller, more manageable pages. By default, Drupal offers a built-in pagination system that works well for most use cases. However, as your website grows, you may find that your visitors are spending a lot of time waiting for pages to load, which can negatively impact user experience. To solve this problem, you can use AJAX (…


Exporting Made Easy: How Drupal Simplifies Transferring Content Across Websites

| 17 views

Drupal is a versatile content management system (CMS) that provides users with a range of features for managing and publishing digital content. One of the many advantages of Drupal is its ability to export content to other websites, a feature that can be particularly useful for organizations that have a presence across multiple digital channels. In this article, we will explore how to export content to other websites using Drupal and why this feature is important. Content export is the…