Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

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

Ace Code Editor

The Editor

Ace is a code editor written in JavaScript, allowing you to edit HTML, PHP and JavaScript (and more) in a very natural way.

Danger Rose Field

This module provides a field to generate an avalanche danger rose.

Auto User

Auto User module allows on-the-fly creation of new Drupal user upon submitting content by anonymous user.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience