No cache

Component type

module

Maintenance status

Development status

Downloads

2174

Component created

Component changed

Simple input filter that will disable text caching for input formats where it is enabled. Although you won't want to use it most of the time (disabling caching will slow down you site), it can prove useful in some corner cases.

Real world example:

LaTeX filter

Component type

module

Categories

Maintenance status

Development status

Downloads

723

Component created

Component changed

This filter let's you insert LaTeX formulas to site content.

Syntax: $$latex$$. E. g.: $$Large f(x)=int_{-infty}^x e^{-t^2}dt$$

mimeTeX is used for rendering (included). It's run by system() call, so make chmod +x to mimetex.* executable file at mimetex/ directory.

It's more light version of module drutex. Only 2 kb of php-code.

taxonomy_contact

Component type

module

Maintenance status

Development status

Component created

Component changed

Taxonomy Contact module enables to send messages to different group of users based on their taxonomy term tags in profile. Tags could be defined via vocabulary system, such as different location, interest group, gender, age group of user.

Massive emails could be sent out via scheduled cron job within either HTML or Plain text formats. Do not require Mime Mail module for HTML format email since all emails sent via drupal_mail api.