Articles tagged with: drupal tutorials
You need:
Create split-level menu.
The upper string is main items (first level), and sub-menu appears to the left of the selected item.
Parent item from main menu items is active when navigation through submenus.
In this article I would tell you how to create menu structure when creating of your site pages.
In article I would tell how to
Disable title output
Auto-fill the title
Disable necessary filling in of title

The main point of files synchronization is that files are stored on both local PC and server and changes are applied for both local PC and server.
If you wish to get know what modules are available/installed on your Drupal-based site, this article is for you. There are a few ways to do so.
If you try to open modules page: Administer > Site building > Modules and get the blank page instead of it, then you probably have a problem of memory lack. When this page opens, all …
So, you need to make your Drupal-based site work faster. In this article I would show you a few tricks to do this.
This article would tell you how to disable an ability to change comment subject when comment adding and how to do not show the subject on the node page in the list of all.
Problem:
It is necessary to get know type of the displayed node. There is no such info in Edit form.
Problem
Display some information related to the current node and display that on a separate tab on the same level as View and Edit.
Solution
Adding of a tab in Drupal 6
Tab for all …