Software Listing of Author : "John C. Fiala"
- BackReference
- License: Freeware
- Price: 0.00


This means that given a field instance of field_reference1, if a reference to NodeBeta is added to NodeAlpha's field_reference1 and NodeBeta has an instance of field_reference1, then NodeAlpha will be added to NodeBeta's instance of field_reference1. Most modules that provide similar functionality as this one, use views to query for nodes pointing to module B. Backreference writes to a CCK Nodereference field. Installation Unpack in your modules folder (usually '/sites/all/modules/') Enable under Administer > Site Building > Modules Here are some key features of "BackReference": * Where other modules allow linking A->B and then displaying the nodes linking to B on B's node page, this module writes A->B and B->A. This means that if another module needs to know about B->A it will see the data there, where others would need to know...
- Publisher: John C. Fiala
- Date Released: 06-06-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Simplelist
- License: Freeware
- Price: 0.00


Simplelist is a simple method of getting lists of content to display in pages or blocks on your site. It doesn't try to do everything, instead it relies on node_load to pull in node data and node_view or a theme function to display it. As such, it doesn't require any special coding to use a custom module with Simplelist - it just works. For example, you could create a block to display 10 images in order of highest ranking or most recent comment, or create a private page containing all nodes submitted by a user in a particular role. With future expansion, content other than nodes will be presented in simplelist - there's nothing inherently limiting a simplelist to dealing with just nodes. Some folks have requested what makes this different from views, specifically: * Smaller code footprint than views. * Since it depends on...
- Publisher: John C. Fiala
- Date Released: 21-05-2013
- Download Size: 51 KB
- Download
- Platform: PHP, Scripts

