SocialScore

Component type

module

Categories

Maintenance status

Development status

Downloads

714

Component created

Component changed

The Social Score module is designed to raise & aggregate the popularity of a node within social networks.
The quest for popularity is based on the node's url, either with alias, without alias or with both.

For each social network, there is a different sub module. For the time being, these are the available submodules :

  • Facebook
  • Twitter
  • Digg
  • Delicious

This module was presented at Athens DrupalCamp in December 2010.

Orchid : Vanilla forums integration

Component type

module

Maintenance status

Development status

Downloads

6774

Component created

Component changed

This module allows Drupal integration with a Vanilla forum instance.
Vanilla forum is a modern and lightweight forum. See the Vanilla website for details.

This new version of the module use the new JSConnect plugin for sso.

Features list:

Ning Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Abstract

Ning is a social networking platform that allows anyone to create its own social network. At the end of 2010, Ning has published APIs permitting network owners to use, from a third party application, the functionalities of its network. Ning Integration project is a solution to exploit these features from a Drupal site.

The Project

This project currently includes the following modules:

Access unpublished

Component type

module

Maintenance status

Development status

Downloads

15329

Component created

Component changed

Description:

Easy to use module grants access to view unpublished content to anyone who has a unique URL and appropriate permissions. Visitor can be anonymous or authenticated user with the user role.

When administrator or users with enabled privileges visit (or save) unpublished node, can see link for direct view that unpublished content. Unique URL link is displayed as Drupal message or in node content.

nodepal

Component type

module

Maintenance status

Development status

Component created

Component changed

A Drupal integration layer for Node.js developers

This is a module that allows the integration of a Drupal installation with a custom Node.js app. It provides an API so
that Node.js developers can directly read and write in Drupal's repository, using constructs like node, user,
permission, etc., without having to worry about the underlying implementation and setup of the Drupal installation.

Body Default Text (BDT)

Component type

module

Categories

Maintenance status

Development status

Downloads

782

Component created

Component changed

I had a need to set a default value for the body field per content type. As I couldn't find a solution that is inbuild into drupal and also had a talk with some devs on IRC I decided to write my own little module to realize this functionality. The module can be used to give a content contributor a predefined suggested structure how a new piece of content could look like (but the user can always delete the predefined suggestions).

Body wrap filter

Component type

module

Maintenance status

Development status

Downloads

1091

Component created

Component changed

Introduction

Body wrap filter is a small theme-helper module which provides an input filter to wrap the contents of the node's body field in a div.

Sometimes, when I'm working with custom content types that may have many additional fields besides the title and body content, it can be tricky to style the content that was added to the body field. It can be done using a theme template (.tpl.php) and writing each field separately, but this can be tedious when a simple div wrapper around the body field would suffice.

An input filter seems like a neat way to do this.

Largemenus

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal module for handling large menus when editing nodes. This module wil split up the menu selection dropdown in two seperate dropdowns. One for the menu choice and one for the menu parent item selection.