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: Show/Hide Block On Forum
April 17, 2012 – 1:10 pm | No Comment
Drupal: Show/Hide Block On Forum

Here you will learn how to show or hide a block on a forum. The instructions include as How-To info for the whole forum (forum/*) as well for its pages in viewing or editing mode.

Drupal: Rating And Karma Modules
April 10, 2012 – 8:21 am | No Comment
Drupal: Rating And Karma Modules

This article gives you a review of modules which can be used for adding rating (karma) to a Drupal-based site. You will get a short description and download link for every module listed.

Drupal: Show IPs And Domains Of Current Visitors
April 3, 2012 – 8:14 am | No Comment
Drupal: Show IPs And Domains Of Current Visitors

If you need to get information about users who are currently on a site, you can do this in two ways:

Enable “Who’s online” standard block

Create a custom block with the list of online users (their …

Drupal: Redirecting Subdomain To Site Domain
March 16, 2012 – 9:31 am | No Comment
Drupal: Redirecting Subdomain To Site Domain

In this article, I would tell you a couple solutions of how you can set redirecting subdomain to the main site domain. One of the solutions will include using of an appropriate module.

Drupal: How To Change Node Input Format
February 28, 2012 – 4:57 am | No Comment
Drupal: How To Change Node Input Format

If you need to change input format for a node on your Drupal-based site, you can do this manually or via SQL-request. In this article, I will tell about the SQL-request. I suggest that you …

Drupal: How To Renew Site Nodes
February 22, 2012 – 8:35 am | No Comment
Drupal: How To Renew Site Nodes

You may need to resave nodes on your site in the following cases:

You need to re-create a teaser which is generated automatically  when saving a node after a number of symbols in that teaser has …

Drupal: Using Of Patch
February 15, 2012 – 10:09 am | No Comment
Drupal: Using Of Patch

You can find this article helpful if you need to use a patch with various modifications. Here, I will tell you about two ways of using a patch.

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

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.

Drupal: How To Show Book Hierarchy
January 10, 2012 – 6:41 am | One Comment
Drupal: How To Show Book Hierarchy

Here, I will tell you how to show full content of all books in hierarchy on your Drupal-based site. The method below has 4 steps with code examples for different Drupal versions.

Drupal: How To Remove Navigation From Book
January 3, 2012 – 9:41 am | No Comment
Drupal: How To Remove Navigation From Book

When you view a node of ‘book’ type, you see a book navigation at the bottom: child nodes, previous and next nodes, and one level up node.  We need to get rid of this navigation.