Views
Drupal Menu Badges + Views + Flags + Rules = Counting Messages
| 18 views<p>The Drupal project I'm currently working with get's complicated each and every day - so for a start I faced a problem to display dynamic content as menu items - i found a great not…
Node reference views display using relationships
| 4 viewsI started doing some Drupal powered site rebuilding. By first of all I deleted all views and un-installed and deleted modules that are not must-have. Then I started from scratch building with…
Building a Drupal site from scratch - part 13 - working with node display
| 17 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 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…
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…
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…
Filtering Popular Posts on Drupal: How to Filter by Time Frame with Views
| 20 viewsIn 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…
Drupal 7: How to Show a Custom Image When No Image is Provided
| 20 viewsIn Drupal 7, managing images can be quite challenging, especially when the default image is not provided. The platform provides an option to display a default image under "manage fields," but this…
How to Automatically Publish Future Posts in Drupal with Views Module
| 7 viewsDrupal is a popular content management system that allows users to easily create and manage their websites. One of the features that Drupal offers is the ability to schedule posts for future…
How to Display Drupal Taxonomy Terms on a Map
| 16 viewsThe ability to display taxonomy terms on a map is a useful feature for many Drupal-powered sites. With the right combination of modules and tools, it's easy to achieve this goal. To display taxonomy…