Views RSS Simple

Component type

module

Categories

Maintenance status

Development status

Downloads

233

Component created

Component changed

The standard RSS plugin for Views creates an RSS icon which attaches to other displays. The icon links to the URL of an RSS feed defined by the plugin. That URL also includes arguments from the display to which it is attached, as well as query strings from any exposed filters in the display to which it is attached.

Search API Date

Component type

module

Maintenance status

Development status

Downloads

6343

Component created

Component changed

Are you stuck with date fields when you just want to search for date part only? As a developer, do you think about the complexity of searching on date time value when you need only date part?

This module provides a processor that will remove all the time part in the indexed value, therefore you can search and filter data easier as you want.

That's it, very simple. If you have any ideas to improve or to extend my module, I'm willing to hear that. Patches are always welcome.

Webform Viewfield

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A very crude module for inclusion of a view as a webform item
requires: views,webform
installation: place in modules folder and enable

options
themed: simply execute the view and display the rendered output as a markup field
select: output list of nodes as radios with nid as key and title as label

notes:
the view must be of type:node and have at minimum nid and node title as fields for the 'select' option
this module is extremely crude, any input on such would be greatly appreciated.

Views Ajax Table Scroll

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views Ajax allow views table tbody scoll with ajax page load and support to generate ajax element inside td.

This module uses an extended jquery library named as "tbodyscroll".

Please find "README.txt" for special instructions for the project.