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

Publish button

A screenshot of the Save, Preview and Publish button

Adds a publish and unpublish button for a simpler editorial workflow.

Usage

Install module.

After installation, on each content type there are a new setting at publishing options and to activate publish/unpublish button for the content type you are editing, you need to check 'Use publish/unpublish button for this content type' and save.

After that you need to add permissions for which roles that could publish content.

Now, when you edit/creates a new node, there are a publish or unpublish button for all the content types that have the button settings if the role have the right permission.

Views

Views 3.x is supported. In the field section a publish button is added.

Permissions

Normally permissions for publish nodes is not used with this module, instead it has it owns permissions.

Documentation

For documentation, see the handbook page. Also, see Module Monday: Publish Button.

Similar

Publish content adds similar functionality, but uses tabs instead. Save as draft also adds some similar functionality.

Sponsor

Autocompleteinator

Have you ever wanted to add autocomplete functionality to a text field, wanted autocomplete but didn't want to write a module to make that happen? Autocomopleteinator utilizes the power of views to allow you to output any content (users, taxonomy, search results etc) as an auto complete for any Drupal generated text field.

tl;dr: Create a field, create a view, turn that field into an autocomplete without having to write any code.

This module requires views_arguments_in_filters until http://drupal.org/node/357082 is in Views 3.

Directions
---

  1. Enable the autocompleteinator module (make sure you install views_arguments_in_filters too)
  2. Enable the autocompeteinator_helper module
  3. Create a feed view display and set it to Autocompleteinator (the RSS one is selected by default)
  4. Add whatever fields you want to the view
  5. Change the settings for the feed and select the fields you wish to be shown
  6. Add in a Global: Null argument (and only this)
  7. Add in a filter for the field(s) you want to search. For the value put in %1 (this is what views_arguments_in_filters actually does)
  8. Save your view and make note of the feed path

ckeditor_geshi

Result of saving form in CKEditor using CKGeshi plugin

A javascript-plugin for CKEditor, enhancing it to incorporate support for the GeSHi Filter module.

This module provides the included "ckgeshi" javascript-plugin the current settings from GeSHi Filter, so that CKEditor can create code-regions that will be highlighted by GeSHi Filter module. It supports both WYSiWYG mode and Source mode of CKEditor.

Sure you can switch to Plain-Text mode (exit CKEditor) or use your own Input Format without using CKEditor.
However this module enables CKEditor's WYSIWYG and Source modes to interact with GeSHi code-regions properly.

See the attached images for a quick overlook.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience