Drupal tutorial
How To Build a Drupal List Page With All Users
| 4 viewsIn today's Drupal tutorial series I'm going to show a simple way how to build an authors page listing all users with their profile information + some other neat features. A few years ago I was…
Theming Drupal 8: How to Hide Site Name
| 4 viewsI'm starting a new Drupal series - Drupal Tuesday, from now on - every Tuesday, Drupal related articles will be featured on my blog.(at least I hope so) It's not that I wouldn't had any previous…
How To Setup Pretty URL's For Drupal 8
| 5 viewsIt seems just yesterday I wrapped a simple Drupal tutorial on how to enable pretty URL's for Drupal 7 site. Turns out already three years have passed. Time flies, newer versions of Drupal emerges,…
Theming Drupal 8: How To Include the Facebook JavaScript SDK
| 2 viewsThat time have come - and I have started to officially develop my first Drupal 8 site - I won't go into details by comparing Drupal 8 vs Drupal 7 or Drupal 6 (as I think that's a topic for another…
How to List Related Tags on Drupal Taxonomy Pages Using Views
| 9 viewsMake sure you check out my previous article How to List Drupal Child Terms on Taxonomy Pages with Views as today I will extend a little bit my previous tutorial and at the end we will add related…
How to List Drupal Child Terms on Taxonomy Pages with Views
| 38 viewsI spent a good amount of time at Monday's evening to actually figure this out. In today's Drupal Tutorial - How to List Drupal Child Terms on Taxonomy Pages with Views. This issue has been on my…
How to add Custom Markers for Gmap Module Drupal
| 2 viewsGmap custom markers are cool way to enhance your Drupal site. My blog heavily really on Drupal Views + Gmap + Location module. Most of the articles listed in Restaurant reviews, tourist attractions…
DrupalGap Native App - Part 2: Creating And Linking Custom Views Listing Page
| 3 viewsI was working on my blog's native Drupal app, and decided to share my discoveries on how to create additional custom Views Json listing page and how to link it in your apps menu. For the content on…
How to develop Native Drupal app using Drupalgap - Part 1: Custom Front Page Using views - Images and Date
| 4 viewsThere was a time when I was really eager to develop native Drupal app, back then I decided to stick with Drupalgap. Now, more than a year has already passed since, and I haven't achieved my goal (s)…