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: .htaccess Access Deny
August 21, 2014 – 7:59 am | No Comment
Drupal: .htaccess Access Deny

In this article I will tell how to forbid access to certain resources for some clients. The instructions will include descriptions of different directives.

Drupal Menu Specifics
July 9, 2014 – 8:31 am | No Comment
Drupal Menu Specifics

Continuing articles devoted to menu in Drupal: its structure, functions, constants and specifics.

Drupal: Menu Functions
July 3, 2013 – 10:38 pm | No Comment
Drupal: Menu Functions

In this article, I would tell you about Drupal menu functions:

Drupal: Menu Constants And Functions
June 26, 2012 – 12:23 pm | No Comment
Drupal: Menu Constants And Functions

In this article you will find a list of main Drupal menu constants with descriptions and code examples.

How Menu Works In Drupal
June 18, 2012 – 5:10 pm | No Comment
How Menu Works In Drupal

In this article I will teach you how menu works in Drupal and how you can use it & modify it.

Drupal: How To Create Menu Through Menu Administration Page
June 9, 2012 – 5:37 pm | No Comment
Drupal: How To Create Menu Through Menu Administration Page

In this article, I will tell you how to create menu structure through the menu administration page. You can create the structure first and fill menu with the content later.

Drupal: How To Create Menu Structure On The Fly
May 29, 2012 – 4:53 pm | No Comment
Drupal: How To Create Menu Structure On The Fly

In this article, you will learn how to create menu structure on-the-fly, adding new content to your Drupal-based site.

Drupal: How To Create Multi-Level Menu Using Snippets
May 23, 2012 – 9:53 pm | No Comment
Drupal: How To Create Multi-Level Menu Using Snippets

In this article I would tell you about:

Dividing main and secondary menu items
Secondary items show when one of the main item is selected
Highlighting of parent items at every level with an active class
Ability to show …

Drupal: Using Of Primary/Secondary Links to Build Two-Level Separate Menu
May 14, 2012 – 6:40 pm | No Comment
Drupal: Using Of Primary/Secondary Links to Build Two-Level Separate Menu

In this article we will learn how to:

Create two-level menu.
Place first-level menu items are at the top, second-level menu items (submenus) appear at the left side.
Parent menu item stays active when a user navigates by …

Drupal: How To Redirect When Site Moved From Subfolder To Server Root
May 9, 2012 – 10:41 pm | No Comment
Drupal: How To Redirect When Site Moved From Subfolder To Server Root

When a site is under construction, it is often allocated in a subfolder of a working site. Search engines index it. And when the site is moved to root of a server, all indexed links …