Liveblog

Component type

module

Maintenance status

Development status

Downloads

8970

Component created

Component changed

Currently, the Certified Thunder Integrator galaniprojects from Berlin, the Austrian publisher Telekurier Online Medien with its news site kurier.at, Burda with its magazine bunte.de, and Google are working on a Drupal 8 module for the live coverage of events.

You can check out the prototype/mockup here: https://liveblog-f77c8.firebaseapp.com/
The code and issues while developing will be here: https://github.com/galaniprojects/liveblog

User Details

Component type

module

Maintenance status

Development status

Downloads

7736

Component created

Component changed

I have started to port User Details to Drupal 8.Keep an eye on D8 port issue for more info.


If you are reporting a issue please make sure to give as much information as possible so I can re-produce the issue.

The "User Details" module comes with two blocks, "User Detils: logged-in user" and "User Details: authored user".

Textarea Inject

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to inject content into textarea's of nodes.

Options

  • Select any textarea, either a cck textarea or the default body
  • Optionally filter by content type
  • Optionally choose a character count to aim for, this is beneficial if you want to want to inject multiple things into one textarea and you don't want them to be by each other
  • Optionally choose to insert text in between X number of html paragraphs

The main reason I decided to develop this module is to randomly inject adsense into blog posts.

Context fields

Component type

module

Maintenance status

Development status

Component created

Component changed

In Drupal 7 this module adds context 3.x conditions for the values of fields on the main entity being viewed / edited. Currently only works with nodes, but in principle could be made to work with any entity.

It attempts to use entity module's entity property metadata api for grabbing the values of fields.

There is some naive special-case handling of reference fields, allowing the bundle of the referenced entity to be used as the condition, rather than the value of the field.

Print PDF Proxy

Component type

module

Maintenance status

Development status

Downloads

1671

Component created

Component changed

Print PDF Proxy is an add-on for the Printer, e-mail and PDF versions module.

Motivation

Printer, e-mail and PDF versions supports different libraries to create PDF. Unfortunately the error handling of libraries like TCPDF is very poor. TCPDF prints a technical error message to the page and quits. It's impossible to get drupal like error handling like an entry to the watchdog and a styled error message for the user.