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

Drupal: How to Show PHP Notifications
July 11, 2011 – 9:08 am | No Comment
Drupal: How to Show PHP Notifications

If you need to test your site, you may wish to view PHP notifications (error reporting) that include error notices and warnings in your browser. In this article, I would tell how you can do …

Drupal: Theme Function Flow Diagram
July 4, 2011 – 9:37 am | No Comment
Drupal: Theme Function Flow Diagram

In this article we will try to understand what was changed in working of theme() function in Drupal 6.

How To Generate Image With Drupal
June 20, 2011 – 8:25 am | One Comment
How To Generate Image With Drupal

This article will tell you how to generate an image on your site with the help of PHP-script. You will learn two different methods to do this.

Drupal: How to Highlight Code
June 13, 2011 – 8:31 am | No Comment
Drupal: How to Highlight Code

This is a short tutorial giving you an idea of how you can highlight a code in  site nodes.

Drupal: How to Prevent Duplicated Posts
June 6, 2011 – 7:36 am | No Comment
Drupal: How to Prevent Duplicated Posts

In contrast to Drupal 6, Drupal 5 has no protection from multiple form processing. If a user clicks "Submit" button a few times, duplicated posts will appear.

Drupal: How to Remove Node Statistics Counter
May 26, 2011 – 8:03 am | One Comment
Drupal: How to Remove Node Statistics Counter

If Statistics module is enabled on your site, a number of views is shown for every node. In this article we will study how to hide this information.

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: Display List of The Newest Node Titles
May 17, 2011 – 4:34 am | No Comment
Drupal: Display List of The Newest Node Titles

In this article, I would tell you how to show a list of the newest nodes titles. The list will be sorted by creation date (the newest are on the top).

How to compress JS and CSS pages to a server with no gzip and deflate
April 19, 2011 – 10:13 am | No Comment
How to compress JS and CSS pages to a server with no gzip and deflate

We will do our best to compress the pages.
The required conditions:

hoster didn’t enable gzip and deflate compression
you should have access to .htaccess file
php should support gzencode (PHP 4+) function
Clear URLs should be enabled

Compress pages
Open index.php …

Drupal: Shell-Script for Creating Full Backup Copy
April 12, 2011 – 9:21 pm | One Comment
Drupal: Shell-Script for Creating Full Backup Copy

In this article I’ll tell you something about Shell-script. You can use it to create a full backup copy of your site. It can be used as in Unix-systems as well in Windows with using …