This project is under active development.

Berry

Berry Drupal Theme

Berry theme is designed and developed by Drupar.com

Berry is very light weight but very powerful Drupal theme with modern look and feel. This theme is perfect for Business websites, Corporate websites, Personal / Blog websites.

Dependencies

  • No Core theme

Theme is not dependent on any core theme.

You can install and use any drupal supported module with this theme.

Main Features

  • Fixed width
  • Support one / two / three column page layout
  • Facebook, Twitter, Google+, Linkedin integration.
  • jQuery Drop Down menu.
  • jQuery Slider
  • Use of Google Font.
  • 11+ collapsible blocks region.
  • Tableless
  • Compatible on IE7, IE8, IE9, IE10, Opera, Firefox, Chrome browsers.
  • Support custom logo and favicon.
  • Custom Homepage

Live Demo

Live Demo of Berry Theme

Theme Documentation

A complete documentation with screenshots on how to install and use this theme is available.
Berry theme documentation

Theme Support

TraceKit

Provides an reporting endpoint stack traces created by TraceKit (https://github.com/occ/TraceKit).

Antispammer Bot

My main motivation to write this module was having thousands of comments and nodes published after a week off.

Enhanced Page Cache

Features

Attention: This module needs a core patch to work!
The core patch required for this module allows you to alter the page cache id and the page cache object.
The module uses this new functionality to provide the ability to:

  • Exclude paths from page caching
  • Use the same cache entry for http / https pages - url's are automatically rewritten to be protocol relative
  • Use custom cache expiration times
  • Use relative cache expiration times - e.g. tomorrow

Installation

  • Install as usual, see http://drupal.org/node/70151 for further information.
  • Apply core patch shipped with the module or manually change the core code
    according to the documentation of the changes in "Core Changes"
  • Enable page caching: admin/config/development/performance
    • Enable "Cache pages for anonymous users"
    • Configure the default cache lifetimes.

Core Changes

drupal_page_get_cache() in includes/bootstrap.inc

Original Code:

  $cache = cache_get($base_root . request_uri(), 'cache_page');

New Code:
<?php
$cid = $base_root . request_uri();
// Allow modules to alter the cid.
drupal_alter('page_cache_cid', $cid);

Pack & Upload

This module uploads a zip file of images, pdf or documents to a pre-configured directory and extracts it there. Location of directory can be changed through admin configurations.

Pages

Subscribe with RSS Subscribe to RSS - Under active development