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.

Advertisements

Contact me to place your Ads Here..

Powered by Drupal, an open source content management system

Syndicate

Syndicate content

Jivan Lal and Inder Singh At Kamrunag Lake Mandi Distt. Kamrunag lake

Brother Jivan Lal And Me in front of kamrunag Lake Which formed by nails of Bhim Sen (One of the Pandav as per Hindu Grantha Mahabharta)

Inder Singh And Nima Negi On Hills of janjehli and Shikari Devi Mandi Himachal India

Inder Singh And Nima Negi On Tour of HIlls Hills of janjalhi and Shikari mata MAndi Himachal India janjehli Himachal

Inder Singh Snow covered hills feb 2010 Mandi Bgsaid janjalhi Thunag

Inder Singh Snow covered hills feb 2010 Mandi
Bgsaid janjalhi Thunag

Inder Singh At Shikari Hills Shikari devi mandi himachal India

Inder Singh At Shikari Hills Shikari devi mandi

Drupal theme module customizations links and tutorials guide

We have a very wide community of Drupal6 users,contributors and still growing.Here are few quick drupal links for intermidiate,begineeres,and also for advanced drupal coders.

http://drupal.org/getting-started

http://drupal.org/handbook/customization/tutorials
- check out beginners cookbook and step-by-step articles

http://drupal.org/handbook/customization/howto
theme guide for drupal
http://drupal.org/theme-guide

http://drupal.org/handbook/customization/videocasts

http://drupal.org/handbook/site-recipes: That links to HowTo's, Tutorials, Videos, Snippets, etc.

Downloading and extracting themes using shell or putty in linux

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

Enabling / downloading modules and themes using shell or putty in linux

You can directly download module or theme from your ssh or putty.

1) Go to modules directory of your drupal installation. E.g:-
cd sites/all/modules

2). Download archive using wget command:
wget http://ftp.drupal.org/files/projects/image-6.x-1.0-beta5.tar.gz

3). Uncompress archive:
tar zxvf image-6.x-1.0-beta5.tar.gz

4). Delete/Remove archive:
rm -rf image-6.x-1.0-beta5.tar.gz
5)Confirm your module is there:-
ls -a

Note: the module image-6.x-1.0-beta5.tar.gz is taken here as example please check the current

Drupal theming steps for Converting drupal 5 x theme to drupal 6 x standards

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
?>

Block.tpl.php file variables for drupal 5x and 4x versions of drupal theme

Lays out content for blocks (left and/or right side of page). This template is optional, and can be overridden by copying the default template and modifying it.
Available variables

The $block object includes:

<?php
$block
->module
    The name of the module that generated the block
.
$block->delta
    The number of the block
for a particular module.
$block->subject
    The block title
.
?>

<?php
$block->content
The html content for the block.
$block->status
Status of block (0 or 1).
$block->region

NCL Phase 3 Sapient India Team gurgaon

Tour Date: 
Fri, 05/04/2012 - 11:07am - 11:50am

NCL Sapient India team in Gurgaon SEZ office for a PhotoShot.. Sweet memories of Sapient Office. :P

Syndicate content

Back to top