Screenshot of the new hostel directory search feature. The tag cloud is now at the top of the page:

find hostels

Thanks to the Drupal tagadelic module, jstools, and a quick custom search module.

I’ve added a new feature to the hostel directory. If you visit a hostel’s page (like the Generator Berlin hostel), it now has a link to all the listed hostels in Berlin.

It took a bit of time to figure out how to split Drupal’s $terms into its parts in the way that I wanted.

To break up taxonomy, you can use:

<?php
foreach($node->taxonomy as $term){
print $term->name.' ';
}
?>

I created custom link text using Drupal’s link function. It’s working great…

I’ve decided to add the hospitality and travel marketing blog here:
http://www.hostelmanagement.com/blog

The first post will be published today or tomorrow.

I’ve decided to add the hospitality and travel marketing blog here:
http://www.hostelmanagement.com/blog

The first post will be published today or tomorrow.