Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

Advanced Taxonomy Blocks (abandoned)

Advanced Taxonomy Blocks makes use of the JQuery menu module to create extremely customizable blocks for browsing through single hierarchy taxonomies. Though the taxonomy menu module does something similar, if you use this module you will see that they are in fact entirely different in their approach.

Unlike taxonomy menu which directly ties the menus into the Drupal menu system, Advanced Taxonomy Blocks doesn't touch the menu system at all and therefore allows much more flexibility. This module ships with two default blocks: A block with all of the enabled vocabularies displayed by default (this can be customized to show only certain vocabularies) and a Forum block (I went ahead and threw this in since forums are built with taxonomy).

Token Filter

A Drupal module that lets you use special placeholders (tokens) as filters.

Comment edited

This module displays a customizable message at the bottom of a comment when it has been edited. The message by default is wrapped into a div, but it can be overridden by implementing the theme function theme_comment_edited() in your theme. Also there is a configuration option which forces the module to print this message into the $comment->comment_edited variable instead of the $comment->comment, so you have more freedom in where to place the message.

If you are looking for general comment enhancements, please take a look at the advanced comment module.

Theming

Themers are now able to place the comment edited message elsewhere. For this select the "Use template" option in the configuration page, then in your preprocess function use the $comment->comment_edited property. It contains the themed messages.

A new theme function is responsible to render both of the messages now: theme_comment_edited_messages($messages)

Features

  • Replace core comment submitted timestamp with the date the comment was created (original behaviour: the timestamp updates with every edit).
  • Append an "Edited by ... at ..." message when a comment gets edited

Similarity Objects

Example View

This module allows the administrator to create a wide ranging set of similarity calculations.

List

Task List

Features

  • Add task / mark task as completed, move up/down in the list
  • Different blocks to display own task list / all the team’s tasks
  • Keep simple per user to do lists, that can be crossed when completed and kept as a log.
  • The lists may be per user / per group, with the option of seeing other people’s list in the same space.
  • Tracker block for what people is working on on your team (It could show latest done tasks or the next task for everyone in the team)
  • Ability to view push tasks on other people’s task lists, they may be colored differently.

UI

  • Simple ajax UI for adding/editing/move tasks on the list. We’ll assume the current task is the one at the top of the list.
  • The team task list just need to be refreshed on page reloads for now. We’ll see later about refreshing it automatically.

Dependencies

TinyMCE Drag and Drop Integration

The 6.x-1.1-dev version of the TinyMCE module doesn't work when used in a CCK text field set to "unlimited" for two reasons.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience