Chapter3 :customizing Drupal Website
Chapter3 :customizing Drupal Website
by:
http://www.alifazman.com
http://scribd.com/alifazman
Chapter 3
Design and how the web look are very important for a web development process. Most of the end user
doesn't count about how complex the development could be, because the important thing for them, is
how the web looks like. For drupal, a lot of web theme available to use. You can pick whether it's a free
or paid template. Free template is sufficient enough for this session of tutorial.
For the time being, lets us find our template for drupal by google it , or you can just visit drupal website
where they provide free theme for download http://drupal.org/project/Themes.
Step :
1. Download your picked theme. Usually drupal theme comes with .tar.gz file format. You will
need unrar or equivalent software that could extract that package.
3. Now, if you are using local machine and you OS is windows with additional you used xampp
bundle, so you should look into you htdocs folder. Default xampp location could be on
C:\xampp\htdoccs\yourdrupalfolder\themes. Paste your extracted theme file to themes folder .if
you are using Linux, I hope you should now it by yourself =) .
4. Lets point to our theme section inside drupal admin panel
Creating menu is simple but tricky. To take a look at the differences before and after creating menu, have a look
at this picture.
Now, we only have a simple content, a user log-in menu and also our created block on previous chapter. Now
let's start creating our menu.
To start, (make sure you logged in as registered user with admin access) point to “Administer”>,Site Building>,
Menu.
By default, we should have this kind of Menus in our panel : Navigation, Primary links, Secondary links. Unless
you created yourself a menu before. Now, to create new menu, just click on the “Add menu” link above (take a
look at image above).
Then, refer to image below, for Menu name field, fill it with a name that suit with your menu (just give any)
.Same goes with the title and descriptions. Once you created, your menu is ready to be fill by you with menu
item.
Notes : Menu name must contain only lowercase letters, numbers, and hyphens, and must
be unique.
Now, we point back to menu management (refer above image) and click add item to add a menu item for our
selected menu. Now, this going to be tricky. Fill the setting for your menu item. The title and description. As you
can see, the Path field is compulsory to be fill in. The path is actually the link for your menu item.
To save our time, just open a new tab in your browser. Point to : Content Management>,Content.
From here you can see the list of content that you created before. What are we going to do is, copy the link for
this content that you created
Paste here.
-End of Chapter 3 -