Entityreference hierarchy

Component type

module

Categories

Maintenance status

Development status

Downloads

728

Component created

Component changed

This is a module which adds a field formatter for every entity reference field in an entity. The new field formatter shows the title of the entity with two AJAX crosses on either side. One cross links to the entity referenced by the current entity and the other links to the entities referencing the current entity. If you are using entity reference fields to refer to parents then this will build a dynamic hierarchical view.
The formatter features two settings:

BarTable

Component type

module

Maintenance status

Development status

Component created

Component changed

BarTable utilizes jQuery to re-write tables for mobile devices. CSS IDs and Classes are configurable and any <table> tag with a configured id or class will be re-written on a mobile device.

On mobile tables are re-written so that columns become rows. If the table includes a <thead> with <th> tags it will be used as the header for each row. Otherwise, the first row is used as the row header.

Future plans include integration with the FooTable module.

Blocklink

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module which allows you to link an entire block (title + content) to an internal or external URL.

Semantically it would be better to wrap the entire block in an <a> tag. Unfortunately, that causes problems with contextual links and other links that may be part of the block content. This module uses css place the link on top of the block.

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.