Views unformatted list with row ids

Component type

module

Categories

Maintenance status

Development status

Downloads

207

Component created

Component changed

Custom views style plugin, based on the default "Unformatted list" style plugin, but with a minor improvement. You can define a pattern which is used for generating unique CSS ids for displayed rows.

If you ever needed to override the views-view-unformatted.tpl.php template just to be able to add custom ids to rendered rows then this is what you have looked for as a better alternative.

Ideal for generating content for in-page navigations.

Count round thousands

Component type

module

Maintenance status

Development status

Downloads

168

Component created

Component changed

Count round thousand to a K style count like facebook Share, Twitter Button. Like

3000 --> 3k
35500 --> 35.5k
905000 --> 905k
5500000 --> 5.5m
88800000 --> 88.8m
745000000 --> 745m
2000000000 --> 2b
22200000000 --> 22.2b
1000000000000 --> 1t (1 trillion)

This works with Views integer fields.

Views Select Sort

Component type

module

Categories

Maintenance status

Development status

Downloads

227

Component created

Component changed

When Using a select list in an entity, sometimes it becomes difficult (if not impossible) to order in a particular way based on the values of the select list. This module provides the ability to change the "weight" of each select list option and sort within the view. The order is customized per view so the output of the contents can be different for each view.

Example:
In a node I have the select field with options:
Autumn|Autumn
Winter|Winter
Sprint|Spring
Summer|Summer