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 how to

Drupal Modules: Nofollow List
July 28, 2010 – 8:12 am | No Comment

Allows a blacklist of sites that will have a rel="nofollow" attribute added to their link tags whenever used on your site. Originally the only page in the blacklist was Wikipedia, though it now allows an …

Drupal: How to Disable Indexing Links on Your Site
July 26, 2010 – 6:56 am | No Comment

From this article you will know how to forbid search engine bots indexing and following certain links.
Solution

Drupal: How to Redefine $search_box Output
July 23, 2010 – 8:47 am | No Comment

This article is devoted to changing of the standard search box which is passed to .tpl.php through $search_box variable.

Drupal: Optimization of cron.php
July 21, 2010 – 9:06 am | No Comment

 
You need to run cron frequently (for example, every 10 minutes). And meet some problems on this way.
Modules launched by cron work with external sites and connection with them can be bad or script …

Drupal: How to Backup Database Automatically
July 19, 2010 – 11:06 am | No Comment

 
This article would tell you how to create back of database automatically on a regular basis.
Solution (for Unix users):

Drupal: How to Create Backup of Site Files
July 16, 2010 – 9:04 am | No Comment

This article would tell you how to create backup of your Drupal-based site in different ways:

Using Unix command (you will need SSH-access for this)
Through site control panel
Downloading files by FTP from server

Using Unix …

Drupal: How to Manage Your Site Through SSH
July 14, 2010 – 6:09 am | No Comment

This article would tell you how to manage your Drupal-based site on Unix-server through terminal (SSH).
Solution

Drupal: Traffic Compression
July 12, 2010 – 10:03 am | No Comment

 
This article tells how to speed-up CSS and JS files uploading by means of compression on server and passing compressed copy to browser.
Solutions

Automated compression by server
Create archive for every JS/CSS file and …

Drupal: How to Run Cron
July 5, 2010 – 7:32 am | No Comment

This article would tell you how to set cron launching.

Drupal: Making Regular Actions on Site
June 30, 2010 – 8:54 am | No Comment

For the correct functioning, some modules require regular technical maintenance. For example, watchdog module needs to remove old messages and search module needs to index site content.