Установка и настройка сайта, а также системного окружения. Исключая вопросы программирования новых модулей и тем.
См. документацию на английском: http://drupal.org/node/258
Установить несколько сайтов по схеме мультисайтинга с общими таблицами в базе данных.
Решил собрать все возможные способы монетизации сайта, которыми я лично пользуюсь.

Заменить "Главная" ("Home") на другой текст в цепочке навигации.
По умолчанию, Drupal 6 использует меню Navigation для цепочки навигации. Модуль позволяет вам использовать меню, к которому принадлежит текущая страница, чтобы построить цепочку навигации.
Как бонус, вы также можете:
Allows administrators to set up parameterized breadcrumb trails for any node type. This allows CCK-style node types to have "Home > User Blog > 2005 > January" style breadcrumbs on the node view page itself, syncronizing cleanly with custom views or pathauto aliases.
Вывести заголовок текущего документа в цепочке навигации. Заголовок не должен быть ссылкой.
Настроить вывод цепочки навигации (хлебные крошки) для терминов таксономии.
The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node pages and taxonomy/term pages. This module fixes the common complaint of having "Home" be the only breadcrumb on node pages. The breadcrumb trail takes on the form:
[HOME] >> [VOCABULARY] >> TERM >> [TERM] ...
Simply install the module and taxonomy based breadcrumbs will appear on node pages and taxonomy/term pages. For the most common applications this module will work "out of the box" and no further configuration is necessary. If customization is desired settings can be changed on an administration page.
A BETA version supporting 6.x can be found here: http://drupal.org/node/61944/release. This isn't yet for use on production sites. Please try it out and report any issues.
The HOME breadcrumb (if present) links to the homepage. The text displayed for HOME is administrator configurable. If the HOME breadcrumb is not defined by the administrator, it will not appear in the breadcrumb trail.
The VOCABULARY breadcrumb (if present) will link to an administrator defined page. If the VOCABULARY does not have an administrator defined page, it will not appear in the breadcrumb trail.
Each TERM breadcrumb will link to either (1) taxonomy/term/tid by default, or (2) an administrator defined page if one is defined for the term.
These administrator defined "breadcrumb links" for VOCABULARIES and TERMS are controlled from the add/edit vocabulary and add/edit term administrator pages.
Примеры: