Articles tagged with: drupal how to

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.

This article will tell you how to change the standard date output in templates files (*.tpl.php) of a theme.

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:

This article will guide you through migration from Joomla! to Drupal . Before you do migration you must understand some differences between both to make sure your migration to be successful:

There is a perfect Firefox add-on letting you search used CSS selectors: Dust-Me Selectors. In this article I would like to tell you about this.

I would tell you how to disable the ability to add/change content on your site. This is temporary solution! This could help you when you change NS-servers and move data to other server; when you …

When you finish execution of technical works on your site (updating Drupal core, modules etc.) you should return your site to online mode to allow visitors working with it. Below you can read how to …

I would like to tell you about logging in to the site that has been turned off. You may often need this for execution of technical works.

When you site is in “Online” mode, all site visitors can view the site pages as usual. In “Offline” mode, only users who can control site settings have access to the site. Other visitors will …

From here, you can get know how to run SQL-request (snippet) in a few ways. There is no need to read long tutorials!