Many Drupal users who were using Colorbox in their sites had realized that Colorbox was causing some of their Drupal themes to break. If you are facing the same scenario in your Drupal site with Colorbox breaking your Drupal themes then continue reading to find out the solution.
Multiblock Module
Many Drupal users wanted to know how to display Views exposed filter multiple times on a page. If you are facing the same question in a Drupal site and want to know how to display Views exposed filter multiple times on a page then continue reading to know how.
One of our Drupal sites we had worked on required us to implement region based content filtering and it was to be done through a value stored in a session. The Drupal site was also using Boost to enable static page caching. Boost stores pages as HTML files inside a cache folder and each page is served from the cache for anonymous users. To implement the filtering process successfully for anonymous users, we had to find a way to alter the URLs for the selected region. Read on to know how to alter URLs in a Drupal 6 website.