This project is under active development.

Inner poll

Provides a poll attached to nodes similar pollfield but without ajax requests at creation time

todo: better description

SEO Tab

This module provides the ability to add SEO INFO on absolutely any web page on you site.
The initial problem was - adding titles and SEO TEXT on the page of search queries.

For example:

Catalog page:

  • catalog/34 - catalog of Laptops
  • catalog/87 - flash card

Search query:

  • catalog/34/brand/Acer - Notebook Acer
  • catalog/87/volume/4 - Flash cards for 4 GB
  • filter?field_area [] = Nevsky - Real Estate in the Nevsky district

It was also necessary to place the titles and text on the hand made pages and in the pages of views.

After installing the module, in page.tpl.php add new variables

$meta_description - Description page. Add to the <head>

<?php
if ($ meta_description) {
     print '<meta name="description" content="'.$meta_description.'">';
}
?>

$seotext- Text for the promotion. One of the requirements were SEO's - the ability to post in the text of collapse, therefore, collapse_text required module.In any arbitrary place to add site

<?php
print $seotext;
?>

i18n_field_group

Implements i18n_string API for field_group module.

Cloud Customer Portal

The Cloud Customer Portal (CCP) is a Cloud Service Portal.

Features:

MongoDB Install Profile

This is a test profile for MongoDB that I have created because I had the need to do some test on environment on different servers, and also show some clients how Mongodb works.

Some modules are downloaded when you run the make file, this are the modules that I needed to run my own tests. You could easily add your own modules you want to test with MongoDB in the make file.

Also a couple of patches is done in the make file. These are patches that I needed to get my setup to work - so if you have different things you would like to test, it could be a good thing to check these.

Installation

Requirements: You need drush and drush make and mongodb running on the server with the php extension.

You need to update your settings.php to include the mongodb stuff (Example set up below). Note that if you add mongodb on a existing site, you need to import you nodes into mongodb if you would like to use field storage.


include_once('./includes/cache.inc');
//path to your mongodb_cache_inc
include_once('./profiles/mongodb_test/modules/mongodb/mongodb_cache/mongodb_cache.inc');
# -- Configure Cache
$conf['cache_class_cache'] = 'DrupalMongoDBCache';
$conf['cache_class_cache_bootstrap'] = 'DrupalMongoDBCache';
$conf['cache_default_class'] = 'DrupalMongoDBCache';
# -- Don't touch SQL if in Cache

Moderna

Moderna is clean and slick theme for drupal 7.x good for presentation and others site

Features

  • fixed width (960px)
  • 3 column
  • Support 1 / 2 / 3 column
  • Image style
  • Font embeded
  • Support custom logo and favicon

the theme are currently in development process. it will be available after test

Pages

Subscribe with RSS Subscribe to RSS - Under active development