
Skip to: site menu |main content
Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.
You can directly download themes from your ssh or putty.
1) Go to themes directory of your drupal installation. E.g:-
cd sites/all/themes
2). Download archive using wget command:
wget http://ftp.drupal.org/files/projects/acquia_marina-6.x-2.0.tar.gz
3). Uncompress archive:
tar zxvf acquia_marina-6.x-2.0.tar.gz
4). Delete/Remove archive:
rm -rf acquia_marina-6.x-2.0.tar.gz
5)Confirm your theme is there:-
ls -a
Also check and enable it from:- admin/build/themes
For converting an existing drupal5 theme to drupal6 theme you can follow these steps:-
=>Create an .info file
Create a themename.info file in your theme directory, which should look something like this:
<?php
name = Human-Readable Theme Name
description = One sentence description of theme.
core = 6.x
engine = phptemplate
?> 1)Copy the module download link. Normaly ending with .gz. In a Web browser, go to the module's page at drupal.org , right-click the Download link for the version you want, and copy the link location.
2) In an SSH goto module folder of drupal
cd www/sites/all/modules
Getting started with Drupal install on the command line:
Spending several days for me to find out how to theming Input Form in CCK2 on Drupal 6, hope this can help you and save your time.
To theming CCK2 Input you just need:
Place your custom or downloaded theme folders at:-
sites/{sitename}/themes/{themename} folder
e.g download acquia_marina theme from http://drupal.org/project/acquia_marina and place it at:-
/sites/all/themes/acquia_marina
configure it from
After placing module folder in your modules directory you can see and configure it from
http://localhost/admin/build/themes
you can check new module and enable it from this above admin link.
More Info:-
http://drupal.org/node/120641
InderSingh.com v1.2
(May 21, 2012)
Recent comments
17 weeks 12 hours ago
17 weeks 12 hours ago
17 weeks 12 hours ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 32 weeks ago
1 year 33 weeks ago
1 year 35 weeks ago
1 year 39 weeks ago