Views AZ Filter

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a block per view that has glossary enabled. The block contains an A till Z list with the link set the the URL of the view.

There is also code to support a selection of all the numbers. As an example, the URL /node-list/0-9 will select all the nodes where the title starts with a number. To make this work, the option to supply multiple values have to enabled.

Remote content user interface

Component type

module

Maintenance status

Development status

Downloads

1269

Component created

Component changed

This project extends the Drupal user interface from a "local" site to allow for the visual design and edit of content stored in one or more "remote" databases. This project defines a remote database as a database:
- other than the primary (or a slave) database for the "local" site
- associated with another site, often as its primary database

OpenFed views multi-column display

Component type

module

Maintenance status

Development status

Downloads

1995

Component created

Component changed

Allows the user to define the number of columns used to display the content of a view without having an access to the views interface.

Limitations

Only tested in the "OpenFed / Fast2web D7" distribution. But should work as a standalone.

Credits

Developed by Blue4You sponsored by Fedict.

Views exposed autohide

Component type

module

Categories

Maintenance status

Development status

Downloads

938

Component created

Component changed

This module provides views exposed form plugin which allows to hide exposed filter form if the view result count is less than the preconfigured value.

BEF Admin Views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Once I get BEF ported to Drupal 8 and all the admin pages in Drupal are ported to Views, we can leverage BEF and Views to build a customized admin UX.

For example, on the admin/people page, it is difficult to find all users without a given permission to perform some sort of bulk operation. Rather than add an "invert this filter" option, which does not always give you the control you need, we can use BEF to build the view using checkboxes with select all/none links and put all that in a collapsible fieldset to keep the exposed form from getting out of hand.

See Also block

Component type

module

Maintenance status

Development status

Component created

Component changed

Description
This module adds a pop-up block with more information when you scroll the page below the middle

Below will be described a functional module end.
If the functionality is not made it will be flagged as such at the end of the line.
Functional
a pop-up unit
Special template block
the possibility of setting up an animation (not yet done)
The ability to output different information depending on the page (not yet done)
Setting the scope unit under (not yet done)

Views persistent click sort

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views extention for Drupal 7

This module extends the table style plugin provided by Views to include
persistent click sorting on columns. The chosen sort column and directions
are stored in the users session on a view-display basis.
Sorting is restored if no other sort direction is chosen.

This option can be switched on in the style settings for table styled displays.

Tested with Ajax on and off.