Articles in How-To

A new version of Drupal core is released and you need to install the newest version for your site. In this article I would tell you how to make this upgrade.

This article contains a quick solution of how to display title of a current document in a breadcrumb. A title haven’t contain links.

In this article, I propose a simple way to create a breadcrumb based on URL synonyms. This would require you to use a special script.

In this article I would tell you how to change “Home” text in breadcrumbs.

This article would be the first in the cycle of articles related to multisiting. Here, I would tell you how to create a few sites with shared tables in database.

To optimize PNG graphics for its further using in Internet, you should decrease a size of an image and optimize it.

Internet Explorer 5.5-6 doesn’t show transparent PNG pictures correctly in Windows. Transparent background appears grey.
We need to make transparent PNG pictures shown as through CSS (in background) as well through IMG tag.

This article will tell you how to change the standard date output in templates files (*.tpl.php) of a theme.
Some modules work incorrectly with PHP 5.3. Many hosters have PHP 5.2 and you need to use environment similar to the server’s environment for the development works. So you need to dpwngrade php package and …

Solution
Attention: the text should use utf-8 encoding
Open update.php file (in site root)
Replace update_access_denied_page() function:
Drupal 5 (line 575)
Drupal 6 (line 385)
with this code: