Dimensions

Component type

module

Categories

Maintenance status

Development status

Downloads

557

Component created

Component changed

Adding width and height attributes to <img> tags is important in order to help the browser more quickly and properly render a page; however, it can also be a little annoying, especially if you have many images. This input filter will find <img> tags in content which lack width and height attributes and attempt to add them automatically, if the image is stored on the same server.

Views Infinite Scroll

Component type

module

Maintenance status

Development status

Downloads

651578

Component created

Component changed

Views infinite scroll allows you to load and display pages of any view inline, using AJAX (this has been called infinite scrolling, load more, autopaging, endless pages and more). The pager can be triggered with the press of a button or automatically as the user scrolls to the bottom of the view's content.

The Drupal 8 version of Views Infinite Scroll is a lightweight solution which:

Block More Link

Component type

module

Maintenance status

Development status

Downloads

4435

Component created

Component changed

This module add a 'more' link property for each block,it can be used in block.tpl.php as a property.
put this code in your block.tpl.php:

 <?php if ($block->more): ?>
    <?php print $block->more ?>
  <?php endif;?>

Changes

From alpha1 to beta1, "$block->more_link" have been changed to "$block->more",
Please change your block.tpl.php if you update from alpha1

Usage

:

Question/Answer

Component type

module

Maintenance status

Development status

Downloads

11515

Component created

Component changed

This project add a question/answer section for website. Different from other modules, it uses only one node type for question, and the core comment.module for answer. This allow reutilisation of CCK, Views...

Version 6 of this module is dependant on CCK and CTools. Both are in D7-core, thus version 7 has not any dependency.

SPARQL Views

Component type

module

Maintenance status

Development status

Downloads

6955

Component created

Component changed

Description

SPARQL Views allows you to use Views to access remote and local SPARQL endpoints. In the near future, it will also work for RDFa on Web pages and hopefully microdata. Once the data is in Views, you can use Views style and display plugins to format your data.

Viewport Classes

Component type

module

Categories

Maintenance status

Development status

Downloads

1429

Component created

Component changed

This module provides an easy way for module/theme developers to assign class attribute values to the body element of all pages on a site based on the available user agent (web browser) viewport width.

The typical use for this is for using these class names in CSS selectors that determinine the number of columns in a flexible-width layout (eg. three columns on large viewports, two columns on smaller ones, a single column on low-resolution mobile devices); what's now known as responsive Web design. You might also want to adjust other properties such as margins, font size, etc.

Node feedback

Component type

module

Maintenance status

Development status

Downloads

3004

Component created

Component changed

This module offers a check box on the node form asking the author to allow the visitors of the node to send feedback/request for the node using the personal/site wide contact form. Author can choose which category will be selected when user request the node information or wish to give her/his feedback. Admin can select between the individual contact form and site wide contact form. This is ideal for social networking sites as well as sites maintained by a single user.

This module is sponsored by

Portal Plus Authentication

Component type

module

Maintenance status

Development status

Downloads

1639

Component created

Component changed

The Drupal Portal Plus Authentication module provides authentication integration with the Portal Plus SOAP web service.

The module allows the user to login to Drupal via the normal Drupal user account or via the Portal Plus SOAP web service. If it's the first login using Portal Plus credentials then the user is created within Drupal in order to skip the SOAP request for future logins. Portal Plus is a service provided by www.TSG.com.

Drupal 7 version

The Drupal 7 version has additional features. These are:

Calendar Tooltips

Component type

module

Maintenance status

Development status

Downloads

24205

Component created

Component changed

Summary

The purpose of this module is displaying a tooltip / popup / balloon when you hover over a day on a calendar block. This tooltip would contain a list of events occurring on that day.