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 Category

Articles in How-To

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) …

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.

Drupal: How To Create Menu Structure
April 27, 2010 – 11:42 am | No Comment

In this article I would tell you how to create menu structure when creating of your site pages.

Drupal: Auto-Generating of Document Title
April 23, 2010 – 5:28 am | No Comment

In article I would tell how to

Disable title output
Auto-fill the title
Disable necessary filling in of title

 

Drupal: Files Synchronization
April 19, 2010 – 10:39 am | No Comment
Drupal: Files Synchronization

The main point of files synchronization is that files are stored on both local PC and server and changes are applied for both local PC and server. 

Drupal: List of Site Modules
April 16, 2010 – 4:47 am | No Comment

If you wish to get know what modules are available/installed on your Drupal-based site, this article is for you. There are a few ways to do so.

Drupal: Modules Page Doesn’t Open
April 15, 2010 – 3:58 am | No Comment

If you try to open modules page: Administer > Site building > Modules and get the blank page instead of it, then you probably have a problem of memory lack. When this page opens, all …