Drupal modules

Building A Travel Map - Drupal Way (Gmap + Views + Selective Filters)

| 3 views

In this article, I'll show how I built a travel map using Drupal and a few extra modules. For a starter, you can see a live preview by visiting my Travel Map. In this map, I have listed all places I have visited since October 2013 (When I started my blog). I have used a few filters to allow limiting results on the map, for example,  users can filter by Country, Region, and Theme (Category). To make it work better and more intuitive I have used a small but neat Drupal module - Views Selective…


Drupal module - Social Media Links Block

| 1 views


Drupal module: Hierarchical Select

| 0 views

<p>Drupal module Hierarchical Select is a handy "must-have" module for sites that are heavily based on category terms and their childes. I have been using this module for some previous projects in combination with another, yet more simple module -&nbsp;<a href="https://www.drupal.org/project/shs">Simple hierarchical select</a>.</p><p>Though there are times second module suits more than first - I still prefer first over second.</p><…


How To Create Drupal Views Distance Filter using Location module

| 14 views

Drupal is a popular content management system that allows users to create complex websites with a wide range of features and functions. One of the most useful features of Drupal is its ability to create views, which are customizable displays of content that can be filtered and sorted in a variety of ways. One useful type of filter is the distance filter, which allows users to filter content based on their proximity to a particular location. In this article, we will explore how to create a…


Drupal App - How to Make a Native Android App Using DrupalGap

| 9 views

It has been a while since I decided to build my first Android app powered by Drupal. Actually, I haven't built any other kind of app yet. But I have investigated a few options though. My findings to the day are DrupalGap.org I'm still investigating this tool, so for reference, I will list information from drupalgap.org. In the coming days/weeks and months, I will do my best to complete my first App built on the surface of Drupal. I'm planning to make a simple travel app, with geolocations…