Did you ever got into situation where you have multiple content editors and thousands of content pages and very pages being edited and pieces of content being accidentally removed, because editor f
This module changes Drupal form validation error messages to a better readable format with a stylable field name.
Drupal core or contributed modules such as Webform may print error messages on server-side form validation for certain fields. For example, if a form containing a required field called REQUIRED FIELD is submitted without a value for that field, server-side validation will lead to the following HTML error message:
REQUIRED FIELD field is required.
The field name may not be easily distinguished from the rest of the message. This module changes the HTML code of the message to:
The field <span class="message-field" lang="en">REQUIRED FIELD</span> is required.
Since the field name is spanned within a class ("message-field"), it can be styled to be easily distinguished from the rest of the message. The module comes with a style sheet that styles the field name in italic font. Of course, you can change the style to what you like in your own style sheet.
The Content Inventory and Audit Tools distribution provides information architects, content managers, knowledge managers, and others to inventory and audit content across multiple platforms (primary website, intranet, print media, social media, video assets, etc) in order to assist with site migrations, redevelopment efforts, and content lifecycle maintenance.
The goal of this project is to provide an easy way to share information across multiple Drupal instances through the use of "remote views". This module does not replace the Views module but it extends it beyond local-only views. Remote Viewer does exactly what the name implies, it gives the site owners the ability to share data through remote views across multiple Drupal installs. Create once share everywhere.