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 menu

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 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 for Building of Split-Level Menu
April 30, 2010 – 8:25 am | No Comment

 
You need:

Create split-level menu.
The upper string is main items (first level), and sub-menu appears to the left of the selected item.
Parent item from main menu items is active when navigation through submenus.