Node Spotbox

Component type

module

Categories

Maintenance status

Development status

Downloads

6674

Component created

Component changed

This module creates blocks for nodes (selected by user or always per content type) and styles them by using views. This means that you can select, which fields and how a node should be shown in a give block for any content type with node spotbox enabled.

Node spotbox supports node translation and will automatically detect the correct translation based the current language. This means that only one block for each spotbox will be available on the block page and it's content will automatically be select from the translated node.

Page Preview

Component type

module

Maintenance status

Development status

Downloads

29293

Component created

Component changed

Page Preview is a low-impact alternative to Drupal's core node preview functionality.

Why would I need this?

Drupal's regular node add/edit form provides a "Preview" button that allows you to see what your node content will look like after all of the input filters are applied, without having to first save the node. However, it doesn't allow you to see what the entire node will look like within the context of a fully rendered page.

Media: Facebook

Component type

module

Maintenance status

Development status

Downloads

3593

Component created

Component changed

This module allows you to embed imaged from your facebook profile into an Emfield. It relies on the FBConnect module (as this provides the API and OAuth aspects). Each user has their own link to their profile so can only embed their own photo's (depending on the Facebook privacy settings).

This module is still in development - however I would be VERY happy to get more maintainers on board with this!

Node Class

Component type

module

Maintenance status

Development status

Downloads

28744

Component created

Component changed

Node Class is a simple module that allows users to add custom CSS classes to any node through the node/add interface.




For Drupal 6 only

Add the following PHP snippet to your node.tpl.php

<?php print node_class($node) ?>

So your new node.tpl.php

Google Presentations

Component type

module

Maintenance status

Development status

Component created

Component changed

The module adds Google Presentations support to Embedded Media Field exposing a third party provider to emvideo module. To embed a Google Presentations presentation into your nodes simply register with Google for an API key then paste its URL into the Embedded Media Video input field.

This module is sponsored by 63reasons and is developed for the DrupalTalks community project.

Internal Links

Component type

module

Maintenance status

Development status

Downloads

17306

Component created

Component changed

The Internal Links module, Intlinks, is a simple set (currently two) of input filters which modify the output of internal, root-relative links in any text input format for which they are enabled. The title filter allows you to have the node titles of linked content automatically inserted into the link as the HTML "title" attribute, with "node/123" -type href paths converted to URL aliases, too. It is especially useful for streamlining the editorial workflow and improving SEO.

Unique Node Phonem

Component type

module

Maintenance status

Development status

Downloads

3171

Component created

Component changed

This module provides a function to check new content which may be similar or equal to other nodes. This does integrate with cck and uses phonem to make sound check on strings to detect "drupal" and "trupal" as equal field content. You can set the fields that are used too check if the node is unique or if it already exists in admin setting area. The module lets you choose which compare method you would like
to use, equality or phonemic sound check (with phonem 'drupal' is equal to 'trupal' because it sounds similar).