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 Author

Articles by Aleksey VV

A template lover. Do send me all your fantastic templates, I would love to review them!

Drupal: How to Turn Your Site Off-Line for Maintenance
October 29, 2010 – 7:55 am | No Comment
Drupal: How to Turn Your Site Off-Line for Maintenance

When you site is in “Online” mode, all site visitors can view the site pages as usual. In “Offline” mode, only users who can control site settings have access to the site. Other visitors will …

Drupal: How to Run SQL-Request
October 27, 2010 – 7:37 am | No Comment
Drupal: How to Run SQL-Request

From here, you can get know how to run SQL-request (snippet) in a few ways. There is no need to read long tutorials!

Drupal: How to Show Nodes with the Same Tag
October 25, 2010 – 5:44 am | No Comment
Drupal: How to Show Nodes with the Same Tag

It is necessary to show titles of articles with the same tags as in current document in the block.

Drupal: How to Exclude Loading of CSS Styles System Tables
October 11, 2010 – 2:47 pm | No Comment
Drupal: How to Exclude Loading of CSS Styles System Tables

Drupal has embedded style files which define view of the main page elements such as menu type, tabs and tables. If you don’t need these elements, you can redefine them line by line in CSS …

Drupal: How to Create Taxonomy Term via Drupal API
October 7, 2010 – 8:08 am | No Comment
Drupal: How to Create Taxonomy Term via Drupal API

Problem: you need to create terms of a certain taxonomy vocabulary in Drupal module.
Solution:

Drupal: How to Redefine Taxonomy Term Page
October 4, 2010 – 4:46 am | No Comment
Drupal: How to Redefine Taxonomy Term Page

From the previous article we get know of how to display list of nodes on a term page. And now it is time to speak about redefining taxonomy term page. This article would tell you …

Drupal: How to Display List of Nodes Instead of Teasers on a Term Page
September 30, 2010 – 9:15 am | No Comment
Drupal: How to Display List of Nodes Instead of Teasers on a Term Page

This article would tell you how to display list of all nodes of a specified taxonomy vocabulary dividing the list by node type.

Drupal: Quick Editing of a Taxonomy Term
September 27, 2010 – 6:43 am | No Comment
Drupal: Quick Editing of a Taxonomy Term

In Drupal, you may need to display a link to taxonomy term editing page on a taxonomy term page. This article would tell you a quick solution for that.

Drupal: FlashVideo – Convertation and Playing Video On Site
September 24, 2010 – 4:52 am | No Comment
Drupal: FlashVideo – Convertation and Playing Video On Site

The module allows converting video-files uploaded to your site if ffmpeg library is set on your server. FlashVideo also outputs player and provides working with video.

Horisontal Alignment of Elements
September 22, 2010 – 4:03 am | No Comment

This article would tell you how to horizontalize page elements.