Text & Text Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Update: Not tested but it looks like Double Field does what Text & Text does and more.

Two text fields together, useful for displaying a list of related items, such as "Job Title" and "Organizational Affiliation".

Includes display-setting configurability for how the two text values for each item in the field should be joined and formatted.

Drupal 7 port of Advanced Book Blocks

Component type

module

Maintenance status

Development status

Component created

Component changed

Advanced Book Blocks integrates with the API provided by theJQuery Menu module to provide click and expand book menus with the ability to customize each block individually.

Not only can you set blocks to hold particular sets of books, but you can also set each block to enable new books on a per block level based on taxonomy terms which are assigned.

This sandbox project seeks to port this module to Drupal 7.

Node View Permissions

Component type

module

Maintenance status

Development status

Downloads

43895

Component created

Component changed

Node view permissions module enables permissions "View own content" and "View any content" for each content type on permissions page as it was on Drupal 6.
It's as simple as that.

It's implemented in a non-conflict way, so you can use it with any other permissions related module.

Created by ADCI solutions team

Quiz Marking

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal quiz project is awesome. While using it I confronted an interesting problem : How to perform marks calculations for a quiz based exam. I also needed a simple admin page in administer panel where it is possible to check out current rankings and marks.

So quiz_marking module is the answer to all those questions. It adds an extra field set to multi choice and true/false questions' node to add marks. It provides a 'quiz results' link in quiz's administer panel.

Comment Statistics

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a back-port of this Drupal 7 patch: http://drupal.org/node/292984 which adds a cid field to the node_comment_statistics table which points to the latest published comment in a node. I've also included the views patch (http://drupal.org/node/196439) so that a relationship can be made between a node and its latest comment.

Author latest content (ALC)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Often one wants to display latest content of given content type for each user/author. And it needs to be only the latest node.
It is not possible to achieve using only Views module, well at least I didn't find an easy solution.

This module keeps record of the latest content for each content type and for each user/author. It easily integrates with Views 3.

To use it

- create View listing content of given content type
- add relationship to ALC table and you are good to go.