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 themes

Drupal: Theme Templates Order
August 16, 2011 – 8:54 am | No Comment
Drupal: Theme Templates Order

In this article we will figure out an order which is used for templates of your Drupal-based website. Read the full story to get know the details.

Drupal: How to Find and Download Theme
May 23, 2011 – 6:11 am | No Comment
Drupal: How to Find and Download Theme

If you need to choose a theme for your Drupal-based site, this article is for you! I’ll offer you three ways to get a theme.

Drupal: Variables of node.tpl.php file
March 21, 2011 – 9:30 pm | No Comment
Drupal: Variables of node.tpl.php file

In this article I propose you to clarify the variables of a page template (page.tpl.php). This is necessary to create a website design according your needs.

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:

How to Create Drupal Themes for Different Content Types and Pages
March 18, 2010 – 5:15 am | No Comment

This article is for web-developers who are interested in creating their Drupal themes. It would tell you how to create themes for different content types. As a bonus, you’ll get know how to create theme …