Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Taxonomy Content Type

Vocabularies for content types: each content type is associated with one or more taxonomy terms. Each node is automatically associated with the same terms.

Views path

This module provides a taxonomy term path field for use in Views. Particularly useful if using a jump menu style.

Password edit

This is a Drupal 7 module, it provides a password field, then anonymous users can create/edit the node with the field.

For login users, the password filed would automatically disappear.

Views related nodes

This module provides a views argument plugin which allows you to configure a view to display related nodes by that nodes taxonomy terms and descendent taxonomy terms.

For example:

Countries vocabulary has the following terms:
USA
-> New York
Canada
Australia

NodeOne is tagged with Canada, and USA
NodeTwo is tagged with Australia, and New York

When viewing NodeOne, this module allows you to create a view which would also display NodeTwo (as it is tagged with children of one of the terms that NodeOne is tagged with).

Usage

To set up a related content block, create a view and add two arguments.

  1. Taxonomy: Term ID
    1. Select "Provide default argument"
    2. "Taxonomy Term ID (and children) from URL"
    3. "Load default argument from node page, thats good for related taxonomy blocks"
    4. "Allow multiple terms per argument."
  2. "Node: Nid"
    1. Select "Provide default argument"
    2. "Node ID from URL"
    3. "Exclude the argument"

Then just assign your block to a node page, and you're done!

Credits

Term Status

Provide a status field for taxonomy terms analogous to the status field on nodes.

Field Group Block

Expose field_group that collected fields to be a block as to display in region.

Dependencies:

Pages

Subscribe with RSS Subscribe to RSS - Site structure