A large number of Drupal users were encountering a situation in which IE8 was not creating Boost cache pages while it was working normally on other browsers. If you are using IE8 and would like to know why IE 8 is not displaying Boost cached versions of the pages of your Drupal site then read on to find out the solution
Drupal 6
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.
Many Drupal users wanted to know how to set a different id for a Views exposed filter displayed multiple times on a page. To know how to display a Views exposed filter with a unique id multiple times on a page, continue reading.
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.
If you need to deliver a custom tailored home page to a user visiting your Drupal website based on their actual physical location you need to need to match their ip addresses with their actual physical location. There are many third party services that provide this functionality and you need to use the API key provided by them in your Drupal application. If you need to know how to get IP address and Country code from an API key to be used in your Drupal application then read on to know more.
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.
This article is about creating a user using a separate registration page other than the default registration page in Drupal. I had done this when I faced a requirement to have a separate registration page for some special users.
Many Drupal users have wanted to know how to prevent submission of e-mail address with a typo after the feature to do that was removed from Drupal Webform after an update. If you are faced with the same question with Drupal Webform in your Drupal site then read onto find out the solution.
Many Drupal users have encountered a "Fatal error: Unsupported operand types in common.inc" error message in their Drupal site. If you are faced with an error of a similar type in your Drupal site then read on to find out more about the issue.
Many Drupal users were getting Page Not Found error on all pages of their Drupal 6 website. If you are encountering the same error in your Drupal 6 website then read onto find out the fix.
Many Drupal users have encounterd the following error in the status reports page of their Drupal site. "HTTP request status Fails Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality." If you are facing the same situation in your Drupal site then read on to find out more.
Many Drupal users encountered this error "An image thumbnail was not able to be created." when trying to upload a picture to Drupal 6.x. If you are encountering this same error in your Drupal site then read on to find out the solution.
Many Drupal users have reported that Colorbox was not working on their site. If you are facing the same issue with Colorbox in your Drupal site then read on to find out the possible solutions.
Many Drupal users reported that the Image floats left inside the Colorbox Window. If you are encountering the same situation with Colorbox in your Drupal site then read on to find out more.
Many Drupal users have wanted to know an alternative site to download the Colorbox plugin required by the Drupal Colorbox module as they were not able to download the Colorbox plugin as the site was down. If you are pondering over the same question regarding Colorbox in your Drupal site then continue reading.
Many Drupal users have noticed that Colorbox breaks the collapsible menus in their Drupal site. If you are facing the same issue with Colorbox in your Drupal site then read onto find the solution.
Many Drupal 6 users have reported that they could no longer control styles after upgrading the Panels module in their Drupal installation. If you are facing the same issue in your Drupal site then read on to find out the solution.
The webform module in Drupal gives you a great set of tools to let you create HTML forms with ease with a drag and drop interface for most of the commonly used HTML form elements. Since it is considered as another content type the forms are usually placed in a separate page of its own. Usually that is all that is required, but there are scenarios where you need to embed the webform in another content type like a page. Here is how to do it.
First you need to create a custom module to write the code to embed the form in a page or add it to an existing custom module.
Replying to comments is an extremely good practice for bringing recurring traffic to your Drupal website as you are interacting with your visitors. If you can send those new comments to an email address, you can respond to them quicker since a late reply usually goes unnoticed. Normally in a Drupal 6 website, the admin user has to login to the website and moderate the comments which often leads to a significant delay in response time. Check out our instructions on how to send comments to an email address in a Drupal 6 website.
You might wish to have dynamic page titles in your Drupal 6 website. It is good for a website for the title to change according to the content of a page from an SEO perspective and also for a better content structure. It is very easy to implement dynamic page titles in a Drupal 6 website. Follow the steps below to change the page title according to the url of the page.