Voting API services
Expose voting API methods as a service resource.
Development starts from initial code posted in http://drupal.org/node/241453 by arithmetric and RasputinJones.
Poll Extras
Poll Extras provides additional flexibility to the core poll module. Here's the specifics:
- Adds permission for "view poll results"
- Adds permission for "view finished poll results"
- Adds a configurable default message to display after someone takes a poll and doesn't have permission to view the poll
- Adds the ability to configure the message per poll
After turning this module on make sure that you set the permissions as by default no one will be able to view poll results anymore. This module also will work with or without the AJAX Poll module.
Development sponsored by Ikonic Media.
Recommend
This module enables user to Recommend nodes or comments.
The best part about this module is that it uses AJAX for recommend counts and actual recommend process. As a result of this, we can use this module with external caching enabled (like varnish) and it will still work fine.
Special thanks to Robert Ristroph (from fourkitchens) for guiding me into the right direction.
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;
?>Webform Repeat
Webform Repeat extends the functionality of the Webform module by allowing users to load their most recent submission for enabled webforms.
Fivestar Smiley
This module provides a set of smileys that can be used with fivestar. It has two sizes of smileys: 16x16 and 32x32.
To use the module, simply enable it and go to "manage display" on your content type and choose the smileys in "star display options" on your Fivestar Rating field.
The smiley images are cerated by Jørgen Bo Wind.
In the image folders you can find 5 smileys:
1.png: very happy
2.png: medium happy
3.png: indifferent
4.png: medium angry
5.png: very mad
The Danish union PROSA has developed this module and the artwork.