Freeware Downloads for "Content Sync Module"
- Teaser by Content Type
- License: Freeware

This module will not be developed for Drupal 7, as the functionality is now in Drupal core. The teaser by content type module allows an admin to set a different teaser length for each content type. Note that as with the site-wide setting, this only affects new posts or new edits of posts. Teaser length is set on the individual content type settings pages. Choose 'Default' to use the original site-wide setting for teaser length. To regenerate all teasers for your site, install the retease module.
- Platform: PHP, Scripts
- Publisher: Joachim Noreiko
- Date: 10-05-2013
- Size: 10 KB
- CCK premium fields
- License: Freeware

This module builds on the Content Permissions module to allow you to create premium fields: fields that only certain users can have on their nodes. Example Users with the 'premium' role may have images in their blog posts. Use Content Permissions module to give the premium role the 'edit blog image' permission and all users the 'view blog image' permission, and then use this module to give the premium role the 'display blog image' permission. This means that when a user loses the premium role, their images will no longer be shown.
- Platform: PHP, Scripts
- Publisher: joachim
- Date: 11-05-2013
- Size: 10 KB
- Taxonomy Autotagger
- License: Freeware

Taxonomy Autotagger is capable of automatically tagging content already present on a site (when cron.php is run), or primarily any newly created/edited content The module uses an Drag'n'drop jQuery interface. Installation Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules..
- Platform: PHP, Scripts
- Publisher: Simon Rycroft
- Date: 09-02-2013
- Size: 20 KB
- Active Taxonomy Links
- License: Freeware

This module allows to process nodes of selected content type and replace the words in the nodes with a links to taxonomy terms if it exists. Installation Installation is as simple as installing the module. How it works 1. After standart installation Users will be able to do configurations via admin/settings/activetl/settings 2. Add links -> here Users will be able to select content type, content type's fields and vocabularies they want to use. 3. This module is not a copy of http://drupal.org/project/alinks, it is totally different.
- Platform: PHP, Scripts
- Publisher: adciserver.com
- Date: 25-02-2013
- Size: 10 KB
- Node Option Premium
- License: Freeware

This module adds a new node option Premium content along with core publishing options (Published, Promoted to front page, Sticky at top of lists). When a node is published as premium content, only users with proper privileges may view the full content of the node. Non-premium users can still access premium nodes but only get the content rendered in teaser context, even when trying to view the full content. An additional message informs them that the content is available to premium users only. This module is an alternative to the Premium module.
- Platform: PHP, Scripts
- Publisher: Henri MEDOT
- Date: 21-01-2013
- Size: 10 KB
- Content Profile Form Parts
- License: Freeware

Allows displaying parts of the Content Profile form in blocks. The purpose of this module is break the profile form into small chunks the user can edit in context, instead of being faced with a huge, off-putting, wall of form elements. Who should use this module? Site admins who've noticed their users are becoming overwhelmed by the size/complexity of profile forms; any site where users might benefit from the improved usability of editing their profile without having to go to a different page. Dependencies Content Profile is required; CCK is recommended but not required.
- Platform: PHP, Scripts
- Publisher: Liam McDermott
- Date: 07-06-2013
- Size: 20 KB
- node privacy byrole
- License: Freeware

Manage which roles can view, edit, and/or delete nodes by content type (default) or on a per-node basis (overriding defaults on each node). Also supports changing permissions using Actions. This module is similar in function to Content Access with ACL. Node privacy by role is reported to conflict with the access settings set by Taxonomy Access Control in Drupal 6 and older..
- Platform: PHP, Scripts
- Publisher: David K Norman
- Date: 14-04-2013
- Size: 10 KB
- Simple CCK
- License: Freeware

Simple CCK is a module that was developed to make it possible for end-users to work with CCK. * Basically it's a UI module on top of CCK built to improve it's usability. * A tool you can give your customers to build their own content types - without previous Drupal knowledge - in minutes. * A way to build new content types with custom fields in an easy, drag and drop way..
- Platform: PHP, Scripts
- Publisher: zserno
- Date: 27-05-2013
- Size: 20 KB
- Public Name
- License: Freeware

This module allows users to have a public name, shown as attribution and identity but not used for login. There are some significant limitations you must know about if you choose to use this module. See also http://drupal.org/project/realname for a more sophisticated module that accomplished something very similar. This module is different in approach than Realname (http://drupal.org/project/realname). With this module, the existing user name remains the value for the displayed name. This means that no additional code is needed for tokens, views, themes (for comment and post links, user picture, user page title, etc.
- Platform: PHP, Scripts
- Publisher: bob-hinrichs
- Date: 26-03-2013
- Size: 10 KB
- Input Formats Updater
- License: Freeware

The purpose of this module is to give site administrators the ability to change the input format of nodes en-masse. In particular it helps to solve the issue of users not being able to edit content they have created because the administrator has inadvertently removed their permission to use the input filter or has changed the input filter to something the author does not have permission to use. It can also help prevent the commonly asked question, "Where has my edit tab gone?" How it works This modules directly updates the format column of the node_revisions table.
- Platform: PHP, Scripts
- Publisher: Chris Maiden
- Date: 05-01-2013
- Size: 10 KB
- Access Private
- License: Freeware

This module allow accessing private nodes with a direct link. Example You have selected a node to be private (by using module Private) but want selected users to access this node. With Private Access you have a direct link (based on the UUID of the node) to the node that lets you share it with other users. Using this link will allow everyone to view the node. Installation Install the modules Private and Universally Unique IDentifier and (of course) Private Access. Go to admin/settings/uuid and select the content types you'd like to automatically create UUIDs.
- Platform: PHP, Scripts
- Publisher: Stefan Borchert
- Date: 24-05-2013
- Size: 10 KB
- Promos
- License: Freeware

Overview Misnomer The Promos module should probably be renamed to something that fits it's current usage/feature set. I would like to call it "Node Blocks" because essentially it is a tool that allows you to very quickly add and remove nodes to the blocks it provides. The term "promo" is really only used for historical reasons, feel free to replace the word "promo" with "node" in your mind. Promos for me has long surpassed it's simple intention of offering clients a way to hot-swap various promo content on their sites without having to dig into Drupal's sometimes ugly and cluttered editing screens.
- Platform: PHP, Scripts
- Publisher: Justin Dodge
- Date: 21-05-2013
- Size: 102 KB
- ImageField Avatar
- License: Freeware

Select an imagefield/filefield from a content type to serve as user picture (avatar). On selected content type node update, such as when a user saves his content profile, user picture is being pointed to the first file in the filefield. The module integrates into user picture settings form and hides irrelevant settings. All user picture properties such as file size and dimensions requirements, default image are managed by imagefield/filefield. Inspired by #470004: User avatar via CCK imagefield. General usecase With Content Profile module and an imagefield/filefield attached to the content profile type first image in the field becomes the user avatar.
- Platform: PHP, Scripts
- Publisher: ndrey Tretyakov
- Date: 17-03-2013
- Size: 10 KB
- Node permissions grid
- License: Freeware

This gives an alternative way of administering node-related permissions which may be easier on sites with many content types and roles. For each role, a grid of permissions is shown, where each row is a content type (grouped by module) and each column is an action ('create', 'edit own', etc)..
- Platform: PHP, Scripts
- Publisher: Joachim Noreiko
- Date: 09-06-2013
- Size: 10 KB
- Taxonews
- License: Freeware

#D7CX: I pledge that Taxonews will have a full Drupal 7 release on the day that Drupal 7 is released. A module to generate blocks containing titles of node matching terms in a taxonomy vocabulary, as links to the nodes themselves, with optional automatic content expiration based on publishing date. Features Module has settings for: * Node lifetime; it defines as many blocks as there are terms in the vocabularies updated within that lifetime. * The vocabularies used for automatic block creation.
- Platform: PHP, Scripts
- Publisher: Frederic G. Marand
- Date: 21-02-2013
- Size: 20 KB
- Search Lucene DidYouMean
- License: Freeware

#D7CX: I pledge that Search Lucene DidYouMean will have a full Drupal 7 release on the day that Drupal 7 is released. Overview Besides being a lot of fun to say, Search Lucene DidYouMean detects and corrects spelling errors in search queries by comparing the passed keys against the terms in the Search Lucene Content index. Since the dictionary is constructed from actual content on your site, suggestions are more than just spelling corrections. Installing Search Lucene DidYouMean will help users find the content they are looking for by guiding them towards queries that will display results.
- Platform: PHP, Scripts
- Publisher: Chris Pliakas
- Date: 17-06-2013
- Size: 10 KB
- Advertisement
- License: Freeware

The ad module is a powerful advertising system for Drupal-powered websites. It supports the random display and tracking of graphical (banner) and text ads. Ads can easily be displayed in themes, blocks, or embedded in site content. The module records comprehensive statistics about when and how often ads are viewed and clicked, including a plug-in module for generating graphical time-based reports. Ads can be assigned to multiple owners, each of which can be assigned their own set of permissions. Installation is simple by design.
- Platform: PHP, Scripts
- Publisher: Jeremy Andrews
- Date: 16-02-2013
- Size: 164 KB
- Storylink
- License: Freeware

Storylink allows the creation of articles (nodes) that "link" to other content (like articles, images, documents, etc.). The storylink node is composed of a url link, a title for that link, and a short description. This is similar to the format used by many social news and social bookmarking sites for user submitted links to content. This module also includes advanced features like a javascript bookmarklet for quick submission of storylinks, and integration with the Vote Up/Down module. The Storylink module was actually originally part of the Vote Up/Down module, but was recently spun off into a separate module for greater flexibility and focus.
- Platform: PHP, Scripts
- Publisher: George
- Date: 05-05-2013
- Size: 10 KB
- Views Tabs
- License: Freeware

Enables the presentation of views through tabs. Requires Views and the Tabs module, which in Drupal 5 is part of javascript Tools and a separate project for Drupal 6+. Adds three new View Type options to page and block views. All three display each node (piece of content) on a separate tab. * Tabs - Fields. You need to define at least one field to use this option as it displays field information. * Tabs - Teaser List * Tabs - Full Nodes By default the titles are drawn from full content (node) titles.
- Platform: PHP, Scripts
- Publisher: Nedjo Rogers
- Date: 25-01-2013
- Size: 10 KB
- Premium Views Filter
- License: Freeware

This (small) module provides a views filter, with sortable field options, for the premium module. It's handy if you want to have pages or blocks to list premium specific (or not) content. The module was sponsored by http://www.themonthly.com.au..
- Platform: Python, Scripts
- Publisher: Alex Bergin
- Date: 17-05-2013
- Size: 10 KB
Content Sync Module: Freeware | All
