Articles tagged with: drupal how to

In contrast to Drupal 6, Drupal 5 has no protection from multiple form processing. If a user clicks "Submit" button a few times, duplicated posts will appear.

If Statistics module is enabled on your site, a number of views is shown for every node. In this article we will study how to hide this information.

If you need to choose a theme for your Drupal-based site, this article is for you! I’ll offer you three ways to get a theme.

In this article, I would tell you how to show a list of the newest nodes titles. The list will be sorted by creation date (the newest are on the top).

We will do our best to compress the pages.
The required conditions:
hoster didn’t enable gzip and deflate compression
you should have access to .htaccess file
php should support gzencode (PHP 4+) function
Clear URLs should be enabled
Compress pages
Open index.php …

In this article I’ll tell you something about Shell-script. You can use it to create a full backup copy of your site. It can be used as in Unix-systems as well in Windows with using …

In this article I propose you to clarify the variables of a page template (page.tpl.php). This is necessary to create a website design according your needs.

In this article, we will study $node object that is available in node.tpl.php template. When we are done, we can use the object to adjust the node design.

In this article, I would tell you how to format text of a teaser in a theme template (node.tpl.php). I propose you two different ways to do this. They are applicable for Drupal 5 and …

This article would tell you how to show PHP alerts and errors.