Using Plugins with Liquid Layout

Plugins are effectively the means by which layout and styling happen - in this manner, OALiquid serves as the bridge between the Views Module styling mechanism and the Plugins. 4 different Plugins are included with OALiquid, but more can be built and dropped in the OALiquid Plugins Directory. (For Example, we use a Lightbox AJAX plugin extensively for handling media files.)

1) Freeform: This is the most 'bare-bones' Plugin allowing the creation of custom layout and styling as well as javascript injection. OAInjection module is essential to make full use of this Plugin.
2) Liquid: A pre-set liquid layout with customizable options.
3) Grid: A pre-set table layout with customizable options.
4) Json: The grandaddy of all plugins. Using this your view will output Json, which is what we like to call the 'awesomeness'. Ajaxians unite!