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 7 override page.tpl.php for specific content type

| 4 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.</p><p>Doing quick Google search found a Drupal tutorial <a href="https://drupal.org/node/249726">https://drupal.org/node/249726</a>&nbsp;- &nbsp;don't know is it problem with my project, but that didn't work as expected, and after brief…


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 like page.tpl.php in Drupal.  In this article, we'll take a closer look at what page.tpl.php is, and how you can use it to create custom subpage themes in Drupal.  Page.tpl.php is a template file in Drupal that controls the overall layout and styling of your website pages. By default, it applies…


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

| 0 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 asign a category for each node from content type tour? Today we gonna add these values to our tours page, by allowing for users to filer tours by their type:</p><p>&nbsp;</p><p>Open your view tour, and under filter settings add filter Tour type:</p><p><img src…


Building a Drupal site from scratch - part 9 - adding menu

| 0 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&quot; alt="" width="1162" height="169"></p><p>&nbsp;</p><p>When enabled, head to&nbsp;admin/structure/menu/manage/main-menu and a few menu links:</p><p><img src="http://reinisfischer.com/sites/default/files/listmenu.…


Building a Drupal site from scratch - part 8 - Theming subtheme CSS

| 0 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 actually theme it, because just enabled it comes empty,with all files served from Bootstrap mater theme.</p><p>By default Bootstrap theme is set to be 1200px and wider, this is first thing I would like to change for our customers tourism website we are using in thee Drupal series. I don't…


Drupal views archive page

| 2 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 comes with views.</p><p>Since I already had created a page blog, I didn't see any use to use 2 identical views - archive and blog. So I didn't enabled archive view, instead I fine tuned my existing blog page view:</p><p>Add Contextual filter:&nbsp;<strong>…


Building a Drupal site from scratch - part 7 - Theming views

| 0 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 views. Now let's upgrade them, by adding additional fields and even CSS style.</p><p>Yes, we will add CSS style directly into our views.</p><p>Lets go back to our view tours (if you are new to this series, please read <a href="http://reinisfischer.com/building-…


Building a Drupal site from scratch - part 6 - Working with blocks

| 0 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 the right time, to do something with this block. And we gonna put this block on our <a href="http://reinisfischer.com/building-drupal-site-scratch-part-5-custom-fro… access blocks section in your Drupal site, head to structure/block:</p><p><img src="http://reinisfischer.…


Building a Drupal site from scratch - part 5 - Custom fronpage

| 1 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&quot; alt="" width="632" height="573"></p><p>Which might be ok, if you are runing some blog, but if you are looking the ways how to change default frontpage, you must take a look under system/site-information. In the section default front page it's…


Building a Drupal site from scratch - part 4 - Creating views

| 0 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 contain data from node related to content type - tours.</p><p>Before creating views - we must download a few modules, to get them work:</p><ul><li><a href="https://drupal.org/project/views">Download Views</a></li><li><a href="https://…