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

Compare nodes

Module which helps to compare nodes between themselves.

Macros

Module allowed use macros in content text. Use [macros macrosname] for change in content by value.

First Comment

Keeps track of first comment attached to content. Also adds support for referencing to the first comment in views.

Opengraph Filter

Filter that adds a summary of a webpage, from the urls found in the text.

When you post a link on facebook, you get a little summary of that site under your comment or post (with or without thumbnail). This works with OpenGraph metatags. Basicly Facebook scrapes the content of the url and makes a nice little summary.

Now you can too show summaries based on OpenGraph metatags! This filter scrapes the urls found in the text and adds the summary to the bottom of the text.

Installation and usage.
1. Install the module as usual.
2. Go to admin/config/content/formats
Select the Text Format you want to add this functionality to and select 'Add a preview of URLs found in the text, based on the URL's (OpenGraph) metatags.'
3. Enjoy!

Background
Your host needs to allow that PHP makes calls to external sources (allow-url-fopen). This filter uses drupal_http_request for external requests. See: http://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_h... and http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen

For more information about OpenGraph see: http://opengraphprotocol.org/

Status
This module is under development and ready for testing. All output is themeable and all queries are cached.

Applications and Postings

Applications and Postings allows users to submit postings to the site; these could be job postings, requests for proposals, calls for submissions, and so forth. Each posting has its own fieldable application form (much in the same way each content type has its own set of fields), allowing administrators to create separate application forms for each posting. Other users may then submit applications against these postings, up until a predetermined (and automatically enforced) deadline. These applications may be reviewed later on, potentially integrating with other modules for more advanced workflows.

Features

  • Create postings for users to apply to, visible at /postings
  • Submit and edit applications against postings until automatically enforced deadlines
  • Postings act as fieldable "application types," allowing custom application forms for each separate posting
  • Limit how many applications may be submitted by each user to any given posting
  • "My Applications" tab added to each user's profile page
  • Import, export and clone existing postings (requires CTools)
  • Postings and Applications are first-class entities with their own CRUD API, along with Views and EntityFieldQuery support

Requirements

BUEditor Media Integration

This simple module adds code to allow a Media button to be added to the BUEditor.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience