Taxonomy Nodes

Component type

module

Categories

Maintenance status

Development status

Downloads

642

Component created

Component changed

What does this module do?

Imagine this. You got a site with a list of products, and new ones often get added. You also have services and news posts related to one or more products. Those news posts can relate to services, too, and there's often a new service added as well.

Due to the way your site's set, a node reference won't do. The products and services got to be in a vocabulary in your taxonomy.

This is where Taxonomy Nodes becomes useful. Instead of having people add, edit or delete a term to a vocabulary each time a node changes, this module will do that for them.

iTweak Links

Component type

module

Maintenance status

Development status

Downloads

1410

Component created

Component changed

Many Drupal modules add their links to the so called "link" area that follows each node and each comment. Link area usually contains such items as "reply", "subscribe", "bookmark", etc. With many modules the links become crowded, cluttered and disorganized.

With iTweak Links you can beautify the links area. iTweak Links module can:

  • remove some links
  • reorder links
  • group selected links into drop-down submenus
  • change selected links text, title, class (optionally using tokens)
  • turn links into buttons (customized by user theme or using included iTweak Links CSS)

The module is currently in development stage. There is no configuration GUI yet. All settings are hard-coded in the module's code, though it is one PHP data structure that defines all transformations. Brave ones are encouraged to customize that structure to their needs. Others - see Roadmap for what are the ideas for the future and have patience, or sponsor further development.

User Files

Component type

module

Maintenance status

Development status

Downloads

2378

Component created

Component changed

Overview

The user files module allows your users to upload files to the site without creating nodes.
Files uploaded are associated with the uploading user and private, even whilst the site is in public file mode.
The files themself reside in a folder that is not publicly readable (via .htaccess directives) whilst the module permits the owning user to view/download the files by rerouting urls via the private path (system/files) and then performing the appropriate permissions checks.