Recommended releases

Download Released

This module makes it possible to alter (change values of) fields on a node when leaving a comment.

This can be used to create a tracker similar to Case Tracker or other support or project management modules.

However, unlike those modules which have the available fields hard-coded, this module allows you to edit any field on a content type and check "Enable altering this field from comments"!

By using only standard Backdrop components like Fields and Views, you can construct any variety of full-featured bug trackers, customer support, sales or project management tools.

This is most similar to Comment Driven for Drupal 6, except it's design is much simpler! Rather than inventing lots of new code and APIs, Comment Alter strives to integrate with other modules (like core's Node module to store the changes as new revisions and Diff module for displaying the changes made in a particular comment).

Requirements

Besides core modules like Node and Comment, the only dependency is Diff module.

Installation

  • Install this module using the official Backdrop CMS instructions at
    https://backdropcms.org/guide/modules.

  • Visit the configuration page under Structure > Content types > content_type >
    Configure
    (admin/structure/types/manage/content_type/configure) > Comment settings and configure settings under the Comment alter settings as you like.

  • Then click on the Manage fields tabs and configure any field (admin/structure/types/manage/content_type/fields/field_name) and check on the Enable altering this field from comments checkbox.

FAQ

Q: I want to implement a custom feature for the module/extend the module's functionality.
A: Please contact AltaGrade for customizations of
this module as well as Backdrop consulting, installation, development, and customizations.

Issues

Bugs and Feature requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/comment_alter/issues.

Current Maintainers

Credits

License

This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.