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 Disable (Hide) Block
June 16, 2010 – 6:48 am | No Comment
Drupal: How to Disable (Hide) Block

This article will tell you how to disable (hide) block in a few methods: through block settings, PHP-snippet, SQL-snippet, etc.

Drupal: How to Run PHP-Code
June 11, 2010 – 8:01 am | 2 Comments

Attention: You should immediately delete unused code because this could be dangerously. Do not leave back door for hacker!
You can run the code (snippet) in the following ways:

In block
In Execute PHP block …

Drupal: Re-Save All Site Nodes
June 9, 2010 – 5:48 am | 3 Comments

This article is about re-saving all nodes on your Drupal-based site. You can wish to re-save nodes in the following cases:

Drupal: Default Input Format
June 3, 2010 – 8:18 am | No Comment

This article is devoted to default input format for role or node type. Setting the default input format, you do not need to select format for every node created.

Drupal: List of IP & Domains of Users Who Are Currently Online
June 1, 2010 – 8:18 am | No Comment

Problem
Get information about users who are currently on the site

Drupal: Plural for Translated Modules
May 17, 2010 – 9:33 am | No Comment

So, you should create lines in your Drupal module as to plural work when translating to other languages.

Drupal: How to Redirect Subdomain to Main Site Domain
May 14, 2010 – 8:14 am | No Comment

Site was available through sub domain (for example, its test version), and you need to move it to server root.  To avoid content duplicating (search engines don’t like this) you should canonize domain name (redirecting  …

Drupal: Blocks Caching
May 11, 2010 – 11:33 am | No Comment

This article is devoted to increasing site performance for registered users. There are two ways for to this: use Block Cache module and use Drupal caching. Below is the detailed description of the first one.

Drupal: How to Redirect Moving Site From Subfolder to Server Root
May 7, 2010 – 9:20 am | One Comment

When web site is under construction, it is often stored within subfolder of the existing site so search engines are able to index it. And after the site moves to server root all indexed links …

Drupal: How to Use Snippets to Building of Split-Level Menu
May 5, 2010 – 9:55 am | No Comment

Problem:

Splitting of primary and secondary menus.
Secondary menus are shown when the primary menu item is selected.
Selecting of all parent items (on all levels) as active class.
Option to output menu tree (many levels) …