Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Domain View Modes

This module creates additional view modes for all entities. There is one view mode created per domain per existing view mode.

Domain Fields

This module adds additional domain based settings to control a number of field settings, including field display and editing access, required flag, label and help overrides.

DrupalGap

DrupalGap Application Development Kit Logo

DrupalGap is an open source application development kit for Drupal websites. It can be used to easily build custom mobile apps, and web apps for Drupal websites.

Home page: drupalgap.org
Dev kit: github.com/signalpoint/DrupalGap

PURL Static

Provides a simple UI for manually creating static Persistent URLs which activate a

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.

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;
?>

Pages

Subscribe with RSS Subscribe to RSS - Developer tools