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

Drupal: How to Improve Site Performance
April 12, 2010 – 8:51 am | No Comment

So, you need to make your Drupal-based site work faster. In this article I would show you a few tricks to do this.

Drupal: How to Hide or Disable Blank Comment Subject
April 9, 2010 – 8:36 am | One Comment

This article would tell you how to disable an ability to change comment subject when comment adding and how to do not show the subject on the node page in the list of all.
 

Drupal: How to Get Know Type of Current Node
April 7, 2010 – 3:16 pm | 2 Comments

Problem:
It is necessary to get know type of the displayed node. There is no such info in Edit form.

Drupal: How to Add a Tab to the Node’s Display?
April 2, 2010 – 6:41 am | One Comment

Problem
Display some information related to the current node and display that on a separate tab on the same level as View and Edit.
Solution
Adding of a tab in Drupal 6
Tab for all …

Drupal: Creating views programmatically in Views 2
March 30, 2010 – 6:51 am | 3 Comments

Task:
Create a view via code with Views (in your custom module).
Solution To create a view via code with Views 2 in Drupal 6 you should:

Create a view using Viws user interface as …

Drupal: How to Create Custom Contact Us Form
March 26, 2010 – 10:40 am | 2 Comments

In this article I would like to share my experience in creating of custom Contact Us form. We will use standard Contact Drupal module as a basis for it.

Drupal: How to Show Popups in Lightbox Windows
March 23, 2010 – 2:32 pm | No Comment

I spent a lot of time creating custom popups that appear in lightbox window. But I shouldn’t do this anymore! Drupal provides a simple way to show popups –Popups. In this article I would tell …