Drupal: Quick Cron Diagnostic
January 23, 2012 – 8:25 am | No Comment

In this article I would tell you how  to find our the reasons of why cron hangs up and fix them. Read the solution options below.

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 API
November 4, 2011 – 8:09 am | No Comment
Drupal API

In this article, I would tell you the basics of Drupal API. You will learn how to find all required API information here.

Drupal: How To Manage Links to Images On Your Site
October 17, 2011 – 11:11 am | No Comment
Drupal: How To Manage Links to Images On Your Site

You may need to show pictures like this one 23458934z5689.jpeg as mountain.jpeg in src attribute. But pathauto module does nothing with picture synonyms. In this article, I would tell you how to fix this shortly.

Drupal: Variables of page.tpl.php
October 12, 2011 – 9:51 am | No Comment
Drupal: Variables of page.tpl.php

In this article, we will make clear of page template variables (page.tpl.php) to properly adjust design of your Drupal-based site.

Drupal: $node object description
October 3, 2011 – 1:30 pm | No Comment
Drupal: $node object description

In this article, we will study $node object which is available in node.tpl.php template to use it for adjusting of a node design.

Drupal: How to Improve MySQL Database Performance
September 29, 2011 – 4:36 pm | No Comment
Drupal: How to Improve MySQL Database Performance

In this article, we will check parameters and configurations of database to get know how to improve its performance. Read the solution below.

Drupal: variables of node.tpl.php
September 20, 2011 – 12:48 am | No Comment
Drupal: variables of node.tpl.php

Sometimes you need to work with template of a page in your site (node.tpl.php) file to adjust design of your site. In this article, I would tell you about node.tpl.php variables. I will tell about …

How To Disable File Access On A Server From A Certain IP
September 12, 2011 – 7:29 am | No Comment
How To Disable File Access On A Server From A Certain IP

Here you will see a short instruction of how you can disable access to a file on your server from a certain IP. We will use .htaccess file to do that.

Drupal: How To Test Site Appearance In Different Browsers
September 6, 2011 – 4:52 am | No Comment
Drupal: How To Test Site Appearance In Different Browsers

There are a few ways to test your site appearance in different web-browsers. In this article I would tell you the most  simple one which requires local browsers installed on your PC.

Drupal: Theme Templates Order
August 16, 2011 – 8:54 am | No Comment
Drupal: Theme Templates Order

In this article we will figure out an order which is used for templates of your Drupal-based website. Read the full story to get know the details.

Drupal: How To Change favicon.ico
August 8, 2011 – 10:56 am | No Comment
Drupal: How To Change favicon.ico

If you ever thought about how to change the standard Drupal icon to a custom one, this article is for you. The available solutions are:

Specify an alternative icon in theme settings

Replace favicon.ico file in current …