Adds a nodeapi hook that adds the variable $GLOBALS['globalnode'] containing attributes for a given node. Which attributes are displayed is determined in the GlobalNode settings.
Sometimes it's useful to have information about a node in a scope that doesn't have access to the node by default. For example, in the block administration, you can write logic to determine when to display a given block. If you want a node to show up on all...
A simple module that remembers the last input filter used by each user for editing nodes.
It operates completely in the background, using nodeapi hooks -- just create the database table, enable the module, and you're done.
The module creates rules which indicate menu location of nodes. Rules are stored in database and contains such parts (fields): content type, term ID 1, term ID 2, PHP condition, menu item ID, weight. Rules are applied on review of nodes at full...
With this module comments can be full nodes. This opens the door for CCK types to be comments, for comments to have uploaded files, taxonomy, revisions, and anything else that comes from the goodness of nodeapi.
Read why Michelle uses...
This module provides drupal sites with a fuzzy search engine to allow for broader keyword matches.
Fuzzy matching is implemented by using ngrams. Each word in a node is split into 3 (default) letter lengths, so 'apple' gets indexed with...
This project is looking for a new maintainer There have been frequent requests for the module to be updated in D6 / fully debug, which tends to prove there is an actual need behind this module. If anyone is willing to take this module ahead,...
Trims options out of CCK select boxes.
The 2.0 version for D6 works with the following field types (all select widgets): Text Number (integer, float, decimal) Nodereference Userreference Rolereference
Developer Module that assists with re-building the node teasers.
This is useful when the node filters are changed:
* teaser length is changed * updating node filters, such as adding htmlcorrector module
This...
#D7CX: I pledge that Block Cache Alter will have a full Drupal 7 release on the day that Drupal 7 is released.
Alter cache settings per block. Cache settings per block are now set in code, but if you don't like the default - usually... |