contributed modules

Posted by: 
Dominique De Cooman

The jquery scrollto is now available to drupal by using this project:

http://drupal.org/project/jquery_scrollto

For more on the jquery scroll to plugin http://plugins.jquery.com/project/ScrollTo

Posted by: 
Dominique De Cooman

This post provides a little bit of documentation about the feedapi.
There is no setting to choose how long your feed items are cached. The default cache time is 3600 sec. Which mean when you re testing the feedapi your feed isnt updated immediatly.

Posted by: 
Dominique De Cooman

Corresponding node references is a module I contributed to drupal.

What does it do:
It syncs the node reference between two node types which have a nodereference to each other, so double editing nodes is no more needed. If one node has a reference the other node receives also a reference to the saved node if it is referenced in that node.

Posted by: 
Dominique De Cooman

I created a new drupal module called trees.

What does it do?
The trees module is based on the book module. Like the book module the trees module allows users to structure nodes in a hierarchy or outline. The main difference is that the trees module supports adding one node to multiple trees which the the book module does not. The output is also different. The book module provides a navigation, the tree module does not. Instead it produces for each tree a set of blocks, being the parents of a node, the siblings and the children.

Posted by: 
Dominique De Cooman

Download the image pub module
Install and enable.
Go to admin/settings/image_pub download the file for xp
Edit the file and change

Windows Registry Editor Version 5.00

Posted by: 
Dominique De Cooman

Are you using a content type with revisions enabled?
This is incompatible with faceted search which builds it's query on the nid and not on the vid. For example if you edit a node with nid 10 and vid 20 and a term tid 1. A new entry in the term_node table is inserted: nid 10 vid 21 tid 2. The faceted search module will build a query using the nid and tid only. When you filter in your search for the term with tid 1 the module will query on tid 1 and will still find the node with nid 10 but it's the wrong revision of that node.

Subscribe to contributed modules