Taxonomy

How to List Drupal Child Terms on Taxonomy Pages with Views

| 6 views

I 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 table for about two years. For the ease of this tutorial - here is basic setup. For a content type blog I have created pre-defined vocabulary - Category. Most of the category items are not related and are in linear format. But few of them are related and I have listed them as child terms. Pre-…


How To Hide Drupal Block For Nodes In Specific Taxonomy - Example With Google Adsense

| 5 views

<p>In this Drupal Development tutorial I will show how one (perhaps you) can hide a block for nodes on specific taxonomy. But before we dig in, lets look to an example.</p><p>Let's say you are displaying Google Adsense ads on your Drupal website or blog, ads are displayed by using blocks. Everyhting fine. But then you realize, there are some pages (nodes) you are not willing to show Google Ads. For example you are doing an affiliate marketing, and you have specific…


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&quot; alt="" width="727" height="212"></p><p>&nbsp;</p><p>To achieve such behavior - I created a term based view, turned on aggregation, under Relationships added Taxonomy term Content using, added taxonomy term name, nid and image fields,…


Getting Started with Building a Drupal Site from Scratch: Content Types, Fields

| 0 views

Building 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. For instance, if the website is for a tourism company that offers fishing, hunting, and skiing tours, the first step would be to gather high-quality photos that showcase the destinations and activities offered. This could involve hiring a professional…


How to Display Drupal Taxonomy Terms on a Map

| 4 views

The 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 terms on a map, you will need to have the following modules enabled: Taxonomy, Location, Gmap, Views, Location for Taxonomies, Location CCK Field, and Field UI. Once you've enabled all of the necessary modules, head to "Structure" > "Taxonomy" > "Your Taxonomy" > "Manage Fields". From…