Welcome to Drupal Guru

Recent Blogs

If your site have www redirect mentioned in .htaccess, make sure your $base_url of settings.php should have www included.

settings.php

$base_url = 'http://www.example.com';

.htaccess

RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

Follow the below given things while creating a site:

  1. Define a region in your theme's .info file.
    regions[your_block_region] = Your Block Region
  2. Add Below Code in your theme's template.php file.
    function yourthemename_preprocess_node(&$vars, $hook) {
      $vars['your_block_region'] = theme('blocks', 'your_block_region');
    }
  3. Clear Site's Cache.

Using @font-face css3 Rules, one can easily embed any true-type fonts or open-type fonts in Drupal or any other Platform based website.


1) Collect font-face Kit of your Fonts.

    Every font-face font kit contains.

Drupal 7 release has been very well received by international clients. We have already developed 5 sites in Drupal 7 and are working on few more.

I recently engaged an intern and asked him to review current state of Drupal Support and how clients are coping up with Incidents, Upgrades and Issues with manpower crunch. It seems that most Development Shops and clients are struggling to find resources who have deep Drupal Expertise.

After waiting long time today drupal 7 is officially released http://drupal.org/drupal-7.0 many drupaler are also celebrating release party for drupal 7.

I am working on drupal since last 3.5 years, but till date i have not taken look on drupal 7 today i am installing drupal 7 first time. here are the highlight of drupal 7

FreeTDS (freetds.org) is a set of libraries that allow Drupal/PHP(Your Program) to communicate with MS SQL Server.

Configure freetds and iODBC :

   1. Download freetds and iodbc from :
      http://www.iodbc.org/downloads/iODBC/libiodbc-3.52.7.tar.gz
      ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz

   2. Extract and configure iODBC:

Drupal 6 uses single '-' notation while Drupal 7 uses '--' notation.

 

Drupal - 6:

node-[content-type].tpl.php

Example : node-blog.tpl.php

 

 

Drupal - 7:

node--[content-type].tpl.php

Example: node--blog.tpl.php

Our blog is available at http://www.altaso.com/blog

Syndicate content