Enhance the site so that visitors can directly interact with it or among each other, enabling things like user-generated content, comments, voting, chat, or forms for data collection and interaction.

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

Fivestar Smiley

Smile!

This module provides a set of smileys that can be used with Fivestar. It has two sizes of smileys: 16x16 and 32x32.

NuPoll

Placeholder for NuPoll.

This project is named NuPoll, because it is, well, a new Polling module. And NuPoll rhymes with Drupal hehe ;)

Language Tests

This module allows language teachers to create tests and offer them to their students. In turn, the students can join the teacher's group and take tests.

RightMove integration

This module provides import/export option to RightMove.co.uk with Fields API and Views 3.

EPGP

This module allows to store and edit EPGP of individual users. The following features exist:

  • Overall EPGP List (/epgp)
  • Mass editing (via EPGP list)
  • Compatible with Advanced Forums, Author Pane and User Stats (requires edits of the authorpane for your module).
  • Log of edits to EPGP
  • Customizable permissions to allow EPGP storing for only certain users, some users can only see EPGP, and who can give/take EP/GP.
  • Decay

Things that you should know:

  • BY DESIGN: The first decay a user experiences will cause 0 Decay if they have not had any increase/decrease in their EP or GP. This is to save anyone who would get promoted to EPGP status without gaining/losing anything. Its called a "temporary grace period." If enough people complain about the grace period issue, I will have a togglable option added to the module. However, it is very low priority.
  • PLANNED: Reasons to increase/decrease should be in list format for some users (such as if you have a certain item that you give to a player).
  • PLANNED: I'm working with the Date modules, testing which one will work the best, but I will be adding in auto-decay. For right now, you MUST click 'Decay now' to start the decay process on the next cron run.

Pages

Subscribe with RSS Subscribe to RSS - User engagement