Drupal: Logo And Site Name Refer To Home Page On The Selected Language
September 1, 2010 – 11:03 am | No Comment

If there are a few languages on your Drupal-based site (the site is multilanguage) then logo and/or site name should refer to home page on the selected language rather than on the main site language.

Read the full story »
CSS Templates

Contain reviews and news about CSS Templates.

Freebies

Contain freebies such as icons, graphics, headers and images for your websites.

Fun Stuff

Contains other fun stuff for entertainment or interesting site showcase.

How-To

Contain technical elaborations on some specific workarounds or common tweak.

Joomla Templates

Contains reviews and news about Joomla templates.

Home » Archive by Tags

Articles tagged with: drupal how to

Drupal: Logo And Site Name Refer To Home Page On The Selected Language
September 1, 2010 – 11:03 am | No Comment
Drupal: Logo And Site Name Refer To Home Page On The Selected Language

If there are a few languages on your Drupal-based site (the site is multilanguage) then logo and/or site name should refer to home page on the selected language rather than on the main site language.

Drupal: How To Save URLs Moving To Drupal
August 30, 2010 – 9:11 am | No Comment
Drupal: How To Save URLs Moving To Drupal

When moving your site from one engine to another one, pages’ URLs are changed and you ma need to save oold URLs. First, there are links to these URLs from other sites, and search engines …

Drupal: Hide Body Field
August 25, 2010 – 3:53 am | No Comment
Drupal: Hide Body Field

This article is actually a tip of how hide Body field. When hidden, Body will not be shown neither on a form nor when node viewing.

Drupal: How to Create CCK-Field
August 5, 2010 – 7:39 am | No Comment
Drupal: How to Create CCK-Field

You need to create CCK-field. For example you may need to create CCK-field from hook_update_N.

Drupal: How to Replace PHP 5.3 with PHP 5.2 in Ubuntu 10.4
August 2, 2010 – 7:51 am | No Comment
Drupal: How to Replace PHP 5.3 with PHP 5.2 in Ubuntu 10.4

Some modules work incorrectly with PHP 5.3. Many hosters have PHP 5.2 and you should have environment similar to server’s one for developing. Therefore it is necessary to downgrade php packet updates.

Drupal: Changes in Book Module in Drupal 6
July 30, 2010 – 2:59 am | No Comment

This article describes how to find and understand changes in Book module. This will make you able to adapt snippets and modules which interact with Books module in Drupal 6.

Drupal Modules: Nofollow List
July 28, 2010 – 8:12 am | No Comment

Allows a blacklist of sites that will have a rel="nofollow" attribute added to their link tags whenever used on your site. Originally the only page in the blacklist was Wikipedia, though it now allows an …

Drupal: How to Disable Indexing Links on Your Site
July 26, 2010 – 6:56 am | No Comment

From this article you will know how to forbid search engine bots indexing and following certain links.
Solution

Drupal: How to Redefine $search_box Output
July 23, 2010 – 8:47 am | No Comment

This article is devoted to changing of the standard search box which is passed to .tpl.php through $search_box variable.

Drupal: Optimization of cron.php
July 21, 2010 – 9:06 am | No Comment

 
You need to run cron frequently (for example, every 10 minutes). And meet some problems on this way.
Modules launched by cron work with external sites and connection with them can be bad or script …