This project is under active development.

Ubercart Feed Mappers (D7)

Drupal 7 port of the Ubercart Feed Mappers project. This only exists because I don't have commit access to uc_feeds directly.

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:

Pages

Subscribe with RSS Subscribe to RSS - Under active development