Nodequeue Taxonomy Add

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides the ability to add nodes into nodequeues automatically when the node has a certain taxonomy term in one of its taxonomy reference field.

The configuration is very easy.

1. Go to the nodequeue.
2. Under the NODEQUEUE TAXONOMY field set, select the vocabulary and then taxonomy term.

http://snag.gy/brfsv.jpg

Once this configuration is set, any new content with that term will be added to the nodequeue

Views Field Join Node Revision

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a condition on the node-id as well as the revision-id when joining the node_revision table with the field_* tables. This can make MySQL utilize the compound primary key better.

It might be better to actually make a patch for the Views module instead, but at this point I'm not sure about all the implications that adding the join handler will cause.

Hook Refresh

Component type

module

Maintenance status

Development status

Component created

Component changed

Hook JS is a opensource option for adding scroll up to refresh on many web applications and mobile web applications. This project has been updated to be stand alone with a dependency on jquery 1.7+.

Description

This module provides direct access to Hook JS on every page where the code will be used in. Hook JS is used to quickly refresh pages.
This can be used to integrate quickly with jquery on many smaller sections very useful for mobile application development.