Views
Drupal Menu Badges + Views + Flags + Rules = Counting Messages
7 October, 2014 | 3,770 viewsThe 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 to say one of the greate findings this years in field of…
Node reference views display using relationships
20 March, 2014 | 1,051 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 views: It took me some time (about 5 minutes)…
Building a Drupal site from scratch - part 13 - working with node display
13 November, 2013 | 994 viewsBy default, when adding new fields to content type, and then entering values in them, Drupal will display all of them on node:But what if we don't want some or all of these fields to be displayed on our node?Simple, we can change order, or…
Building a Drupal site from scratch - part 10 - Views exposed filters
10 November, 2013 | 904 viewsRemember at start of this tutorial we created a tour types taxonomy, 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:…
Drupal views archive page
8 November, 2013 | 3,769 viewsToday 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.Since I already had created a…
Building a Drupal site from scratch - part 7 - Theming views
7 November, 2013 | 969 viewsIn part 4 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.Yes, we will add CSS style directly into our views.Lets go back…
Building a Drupal site from scratch - part 6 - Working with blocks
6 November, 2013 | 776 viewsIn part 4 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 frontpage.To access blocks section in your Drupal site, head…
Building a Drupal site from scratch - part 5 - Custom fronpage
5 November, 2013 | 992 viewsBy default Drupal comes with frontpage set to display latest 10 nodes from your site: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-…
Building a Drupal site from scratch - part 4 - Creating views
4 November, 2013 | 1,999 viewsLet's move on with our tourism companies website tutorial.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.Before creating views - we…
Getting Started with Building a Drupal Site from Scratch: Content Types, Fields
31 October, 2013 | 2,414 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 value it will bring to your business.…