Nicer Contact List

Component type

module

Maintenance status

Development status

Component created

Component changed

This module reformats the recipient list of the contact forms (/admin/build/contact) adding a line break after each email, so that categories with many recipients get rendered properly.

I built this module to use on my Drupal 6.x sites. I have not tested it with Drupal 7 yet.

Wrapper

Component type

module

Maintenance status

Development status

Downloads

625

Component created

Component changed

Serves flat HTML files, Working PHP files, or even remote website mirrors (realtime or cached) in a Drupal context.

Originally designed to just serve a subsection of legacy, malformed HTML pages under a Drupal theme, this module has been extended to enable wrapping a Drupal shell around legacy applications, (PHP, ASP, Perl) allowing most of the old functionality to keep working, without much code review needed.

Say you have a set of old pages that just can't, won't, or shouldn't be migrated into Drupal nodes.
- A Discussion board archive,
- Exported Presentation Slides,
- Files that are updated from an external tool (eg statistics dumps)
Custom, Crappy HTML, or an external PHP script
- any Web application that's too much work to rewrite.
- Even an old CGI script in another language can be 'wrapped' in Drupal
by entering the URL as a source.

Wrapper attempts to automatically take most of the hard work away from getting this done.

(By putting past mistakes on a life-support system)

pm_viewmode

Component type

module

Categories

Component created

Component changed

This module create a task-handler plugin for ctools page_manager that allows you to render one of the arguments of the given page using a view mode (currently works only for user + node).

Added context- and argument-plugins to allow for dynamic "view mode" selection by means of path arguments (i.e. /path/%node/%view-mode - still todo: access plugin, so that you can limit/validate %view-mode)

Comment QA

Component type

module

Maintenance status

Development status

Component created

Component changed

Comment QA stands by Comments, Questions and Answers.

Comment QA extends the default Drupal commenting system by adding questions and answers (Q&A) capabilities to the Drupal commenting system.

Drupal comments, by default, will produce a sequence (or thread) of comments entered by users. This works for most sites featuring blogs, forums, etc. But it is not enough for sites where users need to ask questions and get answers from other users or from the owner of a node; a situation very common on B2B sites and communities of practice.