Drupal

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…


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


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…


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


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…


Drupal views archive page

| 4 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

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