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.

Webform Options Markup

Screenshot of rendered field

Adds a new "Options with Markup" component to Webforms which allow you to create Radio Button/Checkbox lists which contain both a label and a description for each radio button/checkbox. Additionally the label and description can contain HTML formatting.

Version Requirements

  • The 1.x branch works with Webform 3.x
  • The 2.x branch works with Webform 4.x

Misc Notes

  • This module runs the entered HTML through the Filtered HTML text format by default. You can select a different text format to filter the HTML with from the Webform Settings page.
  • The allowed HTML in the label title is limited to the tags defined in filter_xss_admin unless you override theme_form_element_label

Jquery Quiz

This feature when enabled creates a simple quiz on your site. The quiz manages the score of a user using jquery. It does not save user scores etc.

Social Stats

This is a statistics module. It provides data from various social media sites. The data which is saved per node. It includes data from:

  1. Facebook : likes count, shares count, comments count & total count.
  2. Twitter : tweets count.
  3. LinkedIn : share count.
  4. Google Plus : plus one count, share count & total count.
  5. Total Share Count : total across all available social networks

MODULE STRUCTURE

  1. social_stats : This module is responsible to collect data from the social sites and store it in the database.
  2. social_stats_views : Views integration of the data collected by social_stats module.
  3. social_stats_panels : Panels integration of social_stats module.

INSTALLATION

  1. Download the module and place it with other contributed modules (e.g. sites/all/modules/).
  2. Enable the Social Stats module on the Modules list page. The database tables will be created automatically for you at this point.
  3. Modify permissions on the People >> Permissions page.
  4. Go to admin/config/social-stats/settings, set the date after which you want your data to be fetched. Select the social sites to be tracked per content type.
  5. Run cron. This will fetch the statistics per node and store it in database.

Field Importance

Allows site administers to arbitrarily score/ rank fields on a per entity instance basis.

Webform Transformer

This module adds a new webform component that transforms user input based on a self defined pattern.

Pages

Subscribe with RSS Subscribe to RSS - User engagement