How to add images to Drupal Ecommerce
Ajay on January 12th, 2008In this post I’ll describe how to add images in Drupal eCommerce module.
How to disable displaying web site name in header?
Ajay on December 26th, 2007By default Drupal displays the web site name along with logo. I’m still exploring the easiest way to disable it being displayed. One quickest way is to comment out it from the .php file. To do so open page.tpl.php file in your theme folder and search for following line <?php print $site_name; ?></a> Modify this [...]
How to move Drupal from one host to another
Ajay onBasically moving any php based open source packages from one host to another involve more or less same pattern. Here I’ll explain how to move Drupal from one host to another. Before you start working on it backup your files and database. Step 1: Move files The first step is to move all your files [...]
Drupal SEO
Ajay onBefore you go for advance configuration of Drupal SEO, install SEO Checklist module. This is an excellent SEO module which will enable you to analyze your SEO requirements. After installing SEO Checklist module configure it from Administer->Site configuration->SEO checklist Follow the instructions there. Followings are the modules required for SEO Page Titles Page Title Module Download [...]
Line break < br / > doesn’t work in pages edit
Ajay onThis seems to a kind of head scratching experience not only for Drupal but also for WordPress, or anywhere you are using any kind of html editor. I’m using fckeditor with Drupal and faced this problem. The line break doesn’t work and whole text formatting disappears in the page. However I couldn’t find an ultimate [...]
How to change the default front page in Drupal
Ajay on December 25th, 2007With my first Drupal installation I have to struggle to change the default home page. This is relatively a very simple task, which I later found out. To change the default home page in Drupal 1) Create a Home page from Create Content->Page a) Enter the Title E.g. Home b) Enter text in the Body [...]
How to remove breadcrumb from Drupal
Ajay onBy default you will see a breadcrumb appearing just below the main menu. To disable it search for breadcrumb class in the style.css in the themem folder which you have installed. E.g. for aberdeen the style.css will be in themes/aberdeen folder Replace following (Or something similar) .breadcrumb { margin: 0 0 1.3em 0; } by [...]
