
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.
My Most frequently used module list is below :-)
Image Modules:-
http://drupal.org/project/image
http://drupal.org/project/imageapi
http://drupal.org/project/imagecache
HTML Mailing:-
http://drupal.org/project/mimemail
Admin Functions:-
http://drupal.org/project/admin_menu
Site Navigations:-
http://drupal.org/project/nice_menus
Editing Page With HTML :-
http://drupal.org/project/wysiwyg
http://drupal.org/project/ckeditor
CCK Helpers:-
Video Audio And image files:-
http://drupal.org/project/filefield
http://drupal.org/project/imagefield
We can use field_functions from mysql for custom sort or Can use CASE, IF,ELSE functionalities in mysql.
i.e:
ORDER BY CASE
WHEN `col` = 'item' THEN 1
WHEN `col` = 'thing' THEN 2
WHEN `col` = 'stuff' THEN 3
WHEN `col` = 'boom' THEN 4
ELSE 5
END
Example:-
1)
SELECT link_path,mlid FROM `rts1_menu_links` order by CASE WHEN link_path="photos/upload" THEN 1 ELSE 5 END,link_path DESC
2)select id from products where id in (4,5,6,7,8,9) order by field(id,4,7,6,5,9,8)
SELECT id, start_date FROM iddt WHERE id IN
('109k7','s3x6','sxmns','wt57')
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.
In Drupal 6 the variable creation logic lives in the /includes/theme.inc file.
The functions of note, located at the bottom of the file, are:
* template_preprocess
* template_preprocess_page
* template_preprocess_node
* template_preprocess_block
These preprocessor functions can be used for altering variables in their areas.
By browsing the function definitions you'll see how the variables are created.
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
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
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
Adding Modules To Drupal installations:-
Extract the code to to your
/sites/{sitename}/modules/{modulename}
or at your localhost at:
/sites/all/modules/{modulename}
e.g download Image module from http://drupal.org/project/image and place it in modules folder
/sites/all/modules/image
After placing module folder in your modules directory you can see and configure it from
http://localhost/admin/build/modules
you can check new module and enable it from this above admin link.
More Info:-
http://drupal.org/node/120641
Module List for Drupal 6:-
InderSingh.com v1.2
(Sep 08, 2010)
Recent comments
2 weeks 6 days ago
3 weeks 2 days ago
5 weeks 9 hours ago
10 weeks 2 days ago
10 weeks 2 days ago
10 weeks 3 days ago
13 weeks 3 days ago
13 weeks 3 days ago
13 weeks 4 days ago
13 weeks 6 days ago