Wikify

Component type

module

Categories

Downloads

1215

Component created

Component changed

Allows users to mark individual pieces of content as publicly editable: useful when the "Edit all..." permission for a given content type is too broad.

Bloggers

Component type

module

Maintenance status

Development status

Downloads

4208

Component created

Component changed

Note: As of 2015-05-04, this project appears to no longer be supported. If you are interested in taking this project over, or you as the project maintainer feel this message has been posted in error, please reply to #2472893: Bloggers appears to be unsupported.

Read description in russian below.

English version

Module display a list af all bloggers with their avatars, real names (if module RealName is enabled) and X titles of last blog's posts.
Module is using paging for bloggers list. Pager also can be disabled.

Bloggers list is sorting by total count of posts in blog.
Optionaly (at module settings page) you can enable showing date of blogger's registration at site and a total number of posts in blog for each blogger.

Page is displayed at URL: example.com/blogs

At module settings page you can set:

  • how many titles of last blog's post should be displayed
  • how many bloggers should be displayed at one page (pager is using)
  • how many posts should be in a blog to be listed in this list of bloggers.

Content moderation

Component type

module

Maintenance status

Development status

Downloads

14460

Component created

Component changed

User reviews can be found here

Iam looking for Co-Maintainers helping to deal with the bugs and features. Just contact me - thank you in advance

In Short

This module does what a lot of people know under staging. While you have a live version for all visitors, you can work on a new revision (or revisions). To set a newer revision live, you have to approve it in a workflow.

Multi Node Add

Component type

module

Categories

Maintenance status

Development status

Downloads

13599

Component created

Component changed

This module provides a new interface for creating nodes where the users are able to select the fields what they want to use for creating the nodes.
It is designed to create multiple nodes in one round, it's possible to add more node input rows on-the-fly.

Heavily depends on Javascript.

Known issues for 7.x:

Node Reminder

Component type

module

Categories

Maintenance status

Development status

Downloads

7522

Component created

Component changed

The node reminder allow for you to recieve an email at a desinated time period of time. This module is based upon the code from Post Reminder.

Features

  • Allow Reminders per content type.
  • Template for email Subject and Body with Tokens integration.
  • Views integration.
  • Actions Integration.

You can make an administration page using Views Bulk Operations.

Comment commander

Component type

module

Downloads

1213

Component created

Component changed

This module is related to the Comment Closer and Live Discussions modules. My needs changed a bit since I wrote them, and I had a couple of other custom modules I always activated, so I combined them into this utility module.

Nodeselect

Component type

module

Downloads

2377

Component created

Component changed

Nodeselect allows editors to search for content, in a simple exposed View integrated with Embedded Edit, and results can be drag and dropped into nodereferences.

External Sources

Component type

module

Categories

Downloads

1090

Component created

Component changed

External Sources allows you to manage a collection of remote Drupal instances, storing the necessary credentials to access them. This module does nothing in itself, it is used by others modules like Externodes.

A main dependency is Services 6.x-0.15 (late 2009), and no later. Unfortunately Services has changed its definitions hooks quite a lot since then, so newer versions of Services are not supported.

Externodes

Component type

module

Categories

Downloads

1110

Component created

Component changed

Basic example of use: A big image collection you want to share between drupals.

Basically, this module allows you to map the nid and fid address space to another Drupal instance. A simple example: Given you have two drupals, if you type in your browser front.drupal.com/node/1000000001, it will in fact display the node 1 of back.drupal.com using front.drupal.com theme. back.drupal.com is nowhere visible to the end user.
The trick is an override of node_load|save|delete, either with live patching with runkit, or static patching with the given patch.

CCK Attributes

Component type

module

Downloads

2753

Component created

Component changed

Defines an Attribute Field as a Textfield Pair.

For example:
If you have a product that has multiple attributes, but dont wish to create a separate field for each of these, you can use Attributes. In the field, it has an Attribute (Size, Colour, Distance, anything) and a Value (8, Red, 21km, etc).

As it uses CCK Text Fields, its Views Integrated and has two filters: Attributes & Values.