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 Show Nodes with the Same Tag
October 25, 2010 – 5:44 am | No Comment
Drupal: How to Show Nodes with the Same Tag

It is necessary to show titles of articles with the same tags as in current document in the block.

Drupal: How to Exclude Loading of CSS Styles System Tables
October 11, 2010 – 2:47 pm | No Comment
Drupal: How to Exclude Loading of CSS Styles System Tables

Drupal has embedded style files which define view of the main page elements such as menu type, tabs and tables. If you don’t need these elements, you can redefine them line by line in CSS …

Drupal: How to Create Taxonomy Term via Drupal API
October 7, 2010 – 8:08 am | No Comment
Drupal: How to Create Taxonomy Term via Drupal API

Problem: you need to create terms of a certain taxonomy vocabulary in Drupal module.
Solution:

Drupal: How to Redefine Taxonomy Term Page
October 4, 2010 – 4:46 am | No Comment
Drupal: How to Redefine Taxonomy Term Page

From the previous article we get know of how to display list of nodes on a term page. And now it is time to speak about redefining taxonomy term page. This article would tell you …

Drupal: How to Display List of Nodes Instead of Teasers on a Term Page
September 30, 2010 – 9:15 am | No Comment
Drupal: How to Display List of Nodes Instead of Teasers on a Term Page

This article would tell you how to display list of all nodes of a specified taxonomy vocabulary dividing the list by node type.

Drupal: Quick Editing of a Taxonomy Term
September 27, 2010 – 6:43 am | No Comment
Drupal: Quick Editing of a Taxonomy Term

In Drupal, you may need to display a link to taxonomy term editing page on a taxonomy term page. This article would tell you a quick solution for that.

Drupal: How To Copy Files To A Server
September 20, 2010 – 8:17 am | No Comment
Drupal: How To Copy Files To A Server

Problem: It is necessary to copy (upload) file or files to a server.

Drupal: Secure include()
September 18, 2010 – 4:17 am | No Comment
Drupal: Secure include()

It is necessary to include files (include) with a maximum safety.

Drupal: Change Redirect When A Form Is Saved
September 16, 2010 – 2:43 am | No Comment
Drupal: Change Redirect When A Form Is Saved

When a form is saved, a user is navigated to a view page of the last saved node (‘View’ tab). It is necessary to make redirect to some URL.

Drupal: How To Unset Clean URLs
September 14, 2010 – 9:03 am | One Comment
Drupal: How To Unset Clean URLs

It may occur that Drupal-based site previously working with clean URLs stop working and all content is unavailable. These are the possible reasons: