Installing the Drupal Theme
we are Done with the particular Drupal installation, we might want to change the look and feel of methods the website looks and might want to customize it based on our requirements.
There are numerous themes which can be down loaded from the Drupal web site which supports us get started.
Installing a new theme is incredibly straightforward:
The basics involving managing modules as well as themes are pretty similar. If we search to the sites/all folder we are going to find a README.txt file.
This directory should be used to location downloaded and custom made modules and styles which are common to almost all sites. This will allow us to more easily update Drupal primary files. These segments and themes should be placed in subdirectories called segments and themes as follows:
sites/all/modules sites/all/themes
We can find a synopsis of any contributed element or theme on its project page, but many modules and also themes also include README.txt file with more detailed information.
To see a module’s README.txt file without needing to download anything, go to http://drupalcode.org/project/modulename.git/blob/HEAD:/README.txt.
We must ensure in order to first replace the phrase modulename with the name in the particular module.
For themes, visit http://drupalcode.org/project/themename.git/blob/HEAD:/README.txt. Click administer themes and also enable the new style (Drupal will auto-detect its presence).
We must edit each of our user preferences and select the new theme. If we want it to be the fall behind theme for all people, we need to check the go delinquent box in the themes or templates administration page.
Let us now download a brand new theme package. It needs to be noted that themes or templates for different Drupal versions are not compatible, version A few.x themes fail with Drupal 6.times and reverse. If we go through any README as well as INSTALL files within the package we will determine whether there are any unique steps needed for this theme.
Once this is accomplished we need to upload the contents of the design package to a new directory in the themes listing in our Drupal site.
Throughout Drupal 5.x & 6.x, we need to place our themes inside /sites/all/themes/yourThemeName
Let us consider as well as example theme to help us understand the how to install drupalTheme process better.
Zen is the ultimate starting theme for Drupal. When we are building our own standards-compliant theme, we will find it less difficult to start with Zen than to focus on Garland or Bluemarine. This concept has fantastic online documentation and a lot of code comments for the PHP (template.perl) and HTML (web site.tpl.php, node.tpl.php). The thought behind the Zen theme is to have a very versatile standards-compliant and semantically correct XHTML design that can be highly changed through CSS with an enhanced version of Drupal’s template system.
As they are, Zen is clean and easy with either a one particular, two, or a few column layout of fixed or liquid width. In addition, your HTML source get has content positioned before sidebars or the navbar regarding increased accessibility and also SEO. The name is a homage on the CSS Zen Garden internet site where designers can easily redesign the web page purely through the use of Web page.
If you want to learn drupal and know how to install it, feel free to visit Chad Gleaves’ site.
Popularity: 1% [?]


