twitter_blackbird

Component type

module

Maintenance status

Development status

Downloads

621

Component created

Component changed

The twitter_blackbird module allows you to create an HTML representation of actual tweets in your posts, just by pasting in a tweet URL.

Twitter API:

http://media.twitter.com/blackbird-pie/

Demo:

http://www.universalpantograph.com/content/test-blackbird-pie-tweet-embe...

In addition, each HTML representation includes web intent links:

Twitter import

Component type

module

Maintenance status

Development status

Downloads

2127

Component created

Component changed

This module makes it possible to import tweets from certain users or / and certain keywords into nodes. When importing keywords you have the possibility to add a list of safe users. The tweets of these users will always be published, others will be imported as not published nodes.

The tweets are imported at each cron run.

Best Answer

Component type

module

Categories

Maintenance status

Development status

Downloads

9699

Component created

Component changed

"Best Answers" extends the Answers module.

Answers provides a question & answer service. Users can post questions and other users can answer them.

Best Answers extends Answers so that:

Personal Notes

Component type

module

Categories

Maintenance status

Development status

Downloads

2271

Component created

Component changed

Overview

Personal notes consist of titles and text rendered into a block. The notes are specific to each authenticated user on the site and can be added and deleted only by the user who created them. They can only be viewed on the website by the user who created them.

Features

Users can create and delete notes. The administrator can assign permissions for both of these to user roles. There is a theme file for the block as well as a CSS file.

Requirements

Drupal 6.

Known problems

None.

Tutorials

None.

Slate2

Component type

module

Maintenance status

Development status

Component created

Component changed

Slate is a nodequeue add-on created to manage daily queues of nodes with fine-grained control over elements of both chronological placement and absolute positioning.

For instance, imagine you have a busy site homepage and want to schedule out a day of stories. With Slate you can map out the day by adding Story A at 08:00, Story B at 09:00, and Story C at 10:00. Additionally, perhaps you want Story A to be the top story for most of day after it is published. You would insert it at 08:00 and Position 1. Thus, at 10:00 you would see the following node order:

anonymous node

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows nodes that are created by an anonymous user to be handled by the authenticated user who logged in from a same machine. The connection is identified and built automatically.

When an anonymous user who has created some nodes logs in, the module will identify the anonymous user with the authenticated user, and automatically created duplicated nodes for the latter. Every change on those nodes made by either the anonymous or authenticated user will be applied to the corresponding nodes.

Comment Anonymizer (take 1)

Component type

module

Maintenance status

Development status

Component created

Component changed

While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually log out first. This is not only inconvenient to users; it also poses a problem on sites that may choose to implement a "paywall" or other means of limiting access to content but wish to allow for anonymous commenting.

CCK Combo

Component type

module

Maintenance status

Development status

Component created

Component changed

The CCK Combo module allows to add combination of a 'Reference' and a 'Description' field to your content types. A reference can be a Node or a User. Below is the case where you can find this module useful:-

1) If you want to display a listing of all the employees along with their designation in your organization.

2) You will create a Content type 'Employees' and will add the fields like, First Name, Last Name and CCK Combo(User Reference + Textfield)