Content
Extractor
Simple term extraction API.
Extract terms from any body of text and use them as taxonomy on nodes or otherwise. This technique is sometimes referred to as auto tagging. Extractor relies on a predifined list of terms defined in a vocabulary that it looks up in a given body of text.
See extractor in action in Managing News
Usage
With Feeds module:
- Install all Feeds modules and Extractor
- Edit a feeds configuration, pick either "Common syndication parser with term extraction" or "SimplePie parser with term extraction".
- Go to "Mapping" settings of the processor and pick "Extracted term names" or "Extracted term tids" from the source drop down and map it to any target that handles arrays (e. g. taxonomy).
As API
<?php
$terms = extractor_extract($text);
?>Similar Modules
- Synonym support.
- Node based.
- Fixed list of terms lookup like Extractor.
- Node based.
- Leverages third party services.
- Node based.
Tagging
Features yet implemented
- You get tag suggestions based on your current content!*
- Adding a suggestion using one-click
- Tagging using a 'nicer' and easier visual interface.
- No comma-seperated lists anymore!
- Using mouse to one-click-remove assigned tags.
- Supports several tagging-vocabularies on one node-edit form
- Use the simple suggestion-API or the alter methods to add new suggestions
- Theme the whole output
- Reuse the form-element 'tagging_widget'
You can see how the plugin works - just look into this video-podcast
Compatibility / Dependencies
Server Dependencies
none (optional extractor)
Client Browser Dependencies
- Javascript
- This plugin works in: IE6, IE7, IE8, FF(3.0.x - 3.5.x), Safari, Opera(9.63)
Installation
You need JQuery and taxonomy, which are both in the Drupal-Core.
- Just activate the module and then create or edit a tag-Vocabulary.
- Now check the checkbox "Tagggin Widget" in the vocabulary settings
iContent
Please see the parent project: Instant Operating System.
The iContent service provides the following features: Create content types with associated fields. Handle form display and validation.
Features extra
It gives the ability to export various content/settings to be features with Features module and CTools Module.
It's more like an example shows how to do it, and I hope one day it can be merged into some other modules (like http://drupal.org/project/exportables), though they have actually different purposes.
Currently support: vocabularies; nodequeues (definitions); block settings; custom blocks (boxes).
Writing descriptions.
Comments in phpBB
This project is a clone of Comments in vBulletin (com2vb)
Com2phpBB integrates commenting system of Drupal with powerful forum phpBB ver 3.x. Com2phpbb store comments in phpBB’s database. So it’s available to comment materials of site in both places – in Drupal and phpBB. With creating of first comment module create a “start post” in forum with link to material. All of comments are readable in Drupal and phpBB.
Com2phpBB provide limited integration of users – authors of comments are linked with cross table.
For correct displaying of comments you must add Bbcode module.
