Force hook exit

Component type

module

Categories

Maintenance status

Development status

Downloads

775

Component created

Component changed

This is a simple module for Drupal 6 that does its best to guarantee that hook_exit() gets called, even if a module exits early with exit().

The reasoning behind this module is that lots of modules in Drupal 6 print output and then call exit(). This is commonly used to output JSON, for example. Usually that's fine, but calling exit() stops the regular request process. Depending what you're doing in your hook_exit() it may be important to ensure its execution, thus this module was created.

Token Data Hash

Component type

module

Categories

Maintenance status

Development status

Downloads

667

Component created

Component changed

Overview

This adds a new token to under the current page header which will take a value from the URL parameter hash and treats it like a comma separated list of values encoded in a specified manner. Each value will be able to be accessed as a member of an array.

Relation view formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

1345

Component created

Component changed

This module provides a formatter for the relation module and the relation add module to render a relation in a configurable view mode. By rendering the relation in a view mode, you can determine which fields should be shown if the relation is viewed. You can also exclude the current viewed entity from display in the endpoints.

advanced statistics

Component type

module

Maintenance status

Development status

Downloads

772

Component created

Component changed

This module provide statistic for node:
per year,
per month,
per week,
per day

It is usefull if you want to know the statistic of 2014, 2013, or 2012.

It is different from statistics_granularity/ statistics_counter which provide statistic for node:
this week,
this month,
this year,