Drupal: .htaccess Access Deny
August 21, 2014 – 7:59 am | No Comment

In this article I will tell how to forbid access to certain resources for some clients. The instructions will include descriptions of different directives.

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: How To Disable Comments For Nodes Of A Certain Type
September 10, 2010 – 9:48 am | No Comment
Drupal: How To Disable Comments For Nodes Of A Certain Type

It is necessary to disable comments for nodes of a specified type. There should not be any comment, link on the form for adding a comment etc. when the node viewing.

Drupal: Type Of Current Node
September 8, 2010 – 6:35 am | No Comment
Drupal: Type Of Current Node

This article would tell you how get know type of a current node (a node that is displayed). Editing form has no info about this.

Drupal: Disappearing Text In Search Form
September 6, 2010 – 8:52 am | No Comment
Drupal: Disappearing Text In Search Form

Problem:
You need to show “Search” text to the respective field in search form. When user clicks on this field, the text should disappear.

Drupal: Multilanguage Home Page
September 3, 2010 – 11:50 am | No Comment
Drupal: Multilanguage Home Page

This article would tell you how show article on the home page of your Drupal-based site on different languages. One of the possible ways is to output a node on the main page that will …

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.