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 tutorials

How to Add New Region to a Drupal Theme
January 9, 2011 – 4:54 pm | One Comment
How to Add New Region to a Drupal Theme

PHPTemplate engine has 5 regions  – left, right, content, top and bottom. This article would tell you how to create new non-standard region for blocks allocation.

Drupal: How to Show Tag Cloud in a Block
December 24, 2010 – 9:12 am | No Comment
Drupal: How to Show Tag Cloud in a Block

And now I would tell you how to show tag cloud in a block.
Solutions

Use a snippet to show tag cloud for a specified vocabulary
Use tagadelic module

Snippet to show tag cloud for a specified vocabulary
Shows tag …

How to Update Drupal
December 22, 2010 – 8:42 am | No Comment
How to Update Drupal

A new version of Drupal core is released and you need to install the newest version for your site. In this article I would tell you how to make this upgrade.

Drupal: Current Page Title in a Breadcrumb
December 20, 2010 – 10:51 am | No Comment
Drupal: Current Page Title in a Breadcrumb

This article contains a quick solution of how to display title of a current document in a breadcrumb. A title haven’t contain links.

Drupal: Breadcrumbs Based on URL synonyms
December 17, 2010 – 11:41 am | No Comment
Drupal: Breadcrumbs Based on URL synonyms

In this article, I propose a simple way to create a breadcrumb based on URL synonyms. This would require you to use a special script.

Drupal: How to Change “Home” Text in Breadcrumbs
December 13, 2010 – 10:34 am | No Comment
Drupal: How to Change “Home” Text in Breadcrumbs

In this article I would tell you how to change “Home” text in breadcrumbs.

Drupal: Multisiting with Shared Tables
December 1, 2010 – 9:11 am | No Comment
Drupal: Multisiting with Shared Tables

This article would be the first in the cycle of articles related to multisiting. Here, I would tell you how to create a few sites with shared tables in database.

Drupal: How to Set Date Format
November 22, 2010 – 8:54 am | No Comment
Drupal: How to Set Date Format

This article will tell you how to change the standard date output in templates files (*.tpl.php) of a theme.

Drupal: update.php themization
November 17, 2010 – 1:45 am | No Comment
Drupal: update.php themization

Solution
Attention: the text should use utf-8 encoding

Open update.php file (in site root)
Replace update_access_denied_page() function:

Drupal 5 (line 575)
Drupal 6 (line 385)

with this code:

Migrating from Joomla to Drupal
November 10, 2010 – 9:00 am | No Comment
Migrating from Joomla to Drupal

This article will guide you through migration from Joomla! to Drupal . Before you do migration you must understand some differences between both to make sure your migration to be successful: