Junk module adds the ability to move any node to junk (trash) before deleting permanently. Junk can filter out trashed nodes from node listings and Views and has automatic "garbage collector". It is the best and all-in-one solution for this purpose.
Uniqueness module provides a way to avoid duplicate content on your site by informing a user about similar or related content during creation of a new post. A UI widget is added to the node/add form that does asynchronous searches on inputted fields (like the node title or vocabularies) and returns the titles of similar content.
The Featured Content module lets you very easily create related/featured content blocks on your Drupal site. This module is useful if you have non-technical users who need to add blocks on the site that contain lists of node titles, node teasers, and/or full node content. This module can also be useful if you need to get up some featured/related content blocks quickly and are not familiar enough with views to do it, or simply prefer not to use views for this purpose. A related/featured content block can be created in just a few minutes.
Language support was added in version 1.5 for both D6 & D7. If you have a multilingual website, please use 1.5 or above.
Do not use the 6.x-2.x-dev and 7.x-2.x-dev branches as they are for experimenting with performance enhancements. If you want to grab a *dev* version (which we try to keep stable), then grab the 1.x version in the downloads section.
NOTE: If you have a large site (lots of nodes and/or users), this module will likely NOT be a good fit as there is currently NO caching (views is recommended in that case). If someone is interested in becoming a co-maintainer and working on the caching code (in the 2.x branch), please add an issue to the queue. Thanks!
This module is an extension to the CKEditor module.
It also supports CKEditor installed through the Wysiwyg module.
It seriously enhances CKEditor's outdated Flash plugin:
with CKEditor SWF, inserting a SWF animation, a FLV video or a MP3 audio file becomes as easy as inserting an image file: just pick up a SWF, FLV or MP3 file from IMCE (or CKFinder) and that's it!
It is composed of 2 parts:
A client-side CKEditor plugin that adds many features and fixes to CKEditor's default Flash plugin:
Allows SWF animation, FLV video and MP3 audio files easy embedding
Retrieves width and height from the SWF or the FLV file
Adds a lock/unlock button to maintain aspect ratio while changing width or height
Adds a button to reset width/height to the SWF file's default dimensions
Allows width/height percentage values
Adds a textfield in Properties tab to edit the base parameter
Adds a Flashvars tab to edit the flashvars parameter
Displays a real preview
Fixes various bugs of the default plugin
New (experimental, in dev)! Allows to directly paste a YouTube video URL into CKEditor SWF to embed it!
A server-side input format filter that converts the Flash embedding markup generated by CKEditor into a standards compliant one:
By default, CKEditor generates a <object><embed></embed></object> markup, which is not standards compliant. CKEditor SWF Filter converts it into the correct <object><object></object></object> markup.
If you prefer, CKEditor SWF Filter can also use the SWFObject JavaScript library to embed the Flash content.