Software Listing of Author : "Larry Garfield"
- Core searches Flashy
- License: Freeware
- Price: 0.00


This module provides a wrapper for the Flashy video player: http://code.google.com/p/flashy/ The base module depends on SWFEmbed, and provides an object-oriented API for embedding flash videos in your site. If you have the getID3() module, it will also try to auto-detect the size of the video if you do not specify an explicit size for the player. The included flashy_filefield and flashy_link modules provide CCK formatters for the filefield and link CCK fields, respectively. That allows you to upload a .flv or other supported file format into a CCK-based node, configure a formatter, and have it "just work" to display the video. Referencing linked 3rd party videos using the link field is also supported. Additional configuration options will be added if there is demand (and if people submit patches!) Some background and a demo can be...
- Publisher: Larry Garfield
- Date Released: 03-01-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Entablificate
- License: Freeware
- Price: 0.00


Turn Panels panes into tabs. This module provides a lightweight javascript tab system for Panels. Provide it with a CSS selector, and it will transform all of the panes beneath that selector into tabs using the jQuery UI tabs plugin. This is different from other panel tabs modules in that it is very minimalist. It simply uses javascript to do 99% of the work -- and the javascript is lightweight. Consequently, this tab system is much faster than other more complicated panel tabs modules. (Though perhaps it does not have all of the features.) This module is similar in structure to Automodal. It requires the jQueryUI module, and really won't do much good unless you are also using Panels.
- Publisher: Larry Garfield
- Date Released: 09-01-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Feeds Atom
- License: Freeware
- Price: 0.00


This module provides a new Processor for the Feeds module. It allows for the consumption of Atom/NodeRDF feeds generated by the Views Atom module. That's right, this pair of modules allows for full node replication between Drupal sites over Atom! There is no mapping table for received fields. Rather, CCK fields and taxonomy terms present in nodes represented in the incoming feed will be mapped to identically named CCK fields and taxonomy terms on the receiving side. Fields that are not present will be ignored. That is, if you are receiving a node with a field named "field_bob", and the node type you've selected to save to in the Feeds configuration has a "field_bob" on it, it will be populated identically to the remote node. If not, that incoming field will be ignored. File transfer is also supported! The Feeds Atom module will...
- Publisher: Larry Garfield
- Date Released: 11-06-2013
- Download Size: 20 KB
- Download
- Platform: PHP, Scripts
- Views attach
- License: Freeware
- Price: 0.00


This module provides two additional Views display plugins, "Profile" and "Node content". These displays do not display on a page but get "attached" to either a user page or nodes of specified types. These views are not stored with the user or node, the way viewreference.module would, so they can be globally-reconfigured. The node content display can be reordered on the "Manage fields" tab if CCK is enabled. If not, it will have a weight of 10 so it floats to the bottom of the node. Usage tips Many people have asked how to use this module to show content related to the node or user to which a view is attached. The answer is to use Arguments. Even though attached views have no path, they still get to make use of arguments. 1. Create a nodereference field on some node type. Create several nodes of that type that nodereference to some...
- Publisher: Larry Garfield
- Date Released: 25-05-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts