Views PHP Filter

Component type

module

Maintenance status

Development status

Downloads

22615

Component created

Component changed

NOTE: This module hasn't been developed past the patch for D7 in the issue queue; I think it is a subset of the functionality available in the Views PHP module. If I'm wrong about this, somebody let me know and I'll update. Other than that, I think it's safe to consider this module effectively discontinued for now.

Based on Views issue #115947. The module adds a filter to your Views which can dynamically select a set of nodes to include or exclude from your filter chain by way of PHP snippets. Now your views can be customized in whatever way you want, without being limited to the existing filters and without having to write a new filter for functionality you may only have to use once.

Some basic documentation is in the README file; some illustrative examples can be found in the Views PHP Filter section in the handbook.

User Comment

Component type

module

Maintenance status

Development status

Downloads

12149

Component created

Component changed

Overview

User Comment gives you more control over comment permissions. With this module your users can administer, approve, and delete comments on nodes they create without giving them full comment administration access. Permissions are on a per node type basis, so it's a great way to, e.g., allow users to manage comments on their own blogs.

Related Content

Component type

module

Maintenance status

Development status

Component created

Component changed

~ In living, loving memory: http://melanconent.com/john-melancon-life ~

Related Content will make it so easy to relate two pieces of content on a site that people who have never participated on a website before will make connections between information, ideas, or actions that make a positive difference for everyone in the community (and maybe even change the way we think or act).

Planned features:

Annotate

Component type

module

Maintenance status

Development status

Downloads

13468

Component created

Component changed

Needs new maintainer

I decided to stop with this module. I did all work as a volunteer and my other modules need attention too.

A lot of users seems to have found new ways to do annotation. (They are abandoning this module).

With this module you can create annotations on nodes. This sounds like comments but they are handled differently.

Todolist

Component type

module

Categories

Maintenance status

Development status

Downloads

3863

Component created

Component changed

A Ta-da Listâ„¢ clone for Drupal; not in any way affiliated with 37 Signals. Similar to the to-do list you see in Basecamp, except uses:

instead of Prototype and Script.aculo.us.

Create, edit, check/complete, uncheck/uncomplete, reorder, delete tasks with all the power and simplicity of AJAX!

Short Form

Component type

module

Maintenance status

Development status

Downloads

905

Component created

Component changed

Create short form's from any form, mostly to place in a block.

It does this mostly through jquery:

  • removing the field title, and if the field has no value, and when the field does not have the focus, displays the field's title as it's value.
  • removing fieldsets
  • removing non-required textarea's

Short Form can be used by module developer's:

  • $form['#theme'] = 'shortform';
  • shortform_alter($form, $textarea = FALSE);

Short Form can be used by site builder's:

Embedded Media Field

Component type

module

Maintenance status

Development status

Downloads

437287

Component created

Component changed

Maintainers: aaron (Aaron Winborn) and Alex UA (Alex Urevick-Ackelsberg)

This extensible module will create fields for content types that can be used to display video, image, and audio files from various third party providers. When entering the content, the user will simply paste the URL or embed code from the third party, and the module will automatically determine which content provider is being used. When displaying the content, the proper embedding format will be used.