Syslog JSON

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple module to log all the available information to syslog as a JSON object. In my use case, this is helpful as I run Drupal inside a Docker container, and then log all process logs to stdout, which is then picked up by a logging agent (e.g., Logentries) for storage offsite.

Statistics: Next Generation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A Statistics modules aimed to mimic the one from Core with better features.

Installation

The module uses the same approchs as the one from Core to collect stats. that means it uses a standalone .php file called with an AJAX request.
The default ".htaccess" file from Core prevent this file to be hit.
So you need to adjust the default .htaccess file

Look for this block

Drupal Dashboard

Component type

module

Categories

Maintenance status

Development status

Downloads

615

Component created

Component changed

It's basically about site information i.e how many nodes are present in system either published or unpublished and available themes etc on a single page.

Enable the module and go to admin/drupal-dashboard and can see the stats of site.

Install the module and go to 'admin/drupal-dashboard'. Here you can check all basic information about the site.

For More :- https://www.youtube.com/watch?v=tIgDV4hNBqw

OpenLucius Timetracking, Budgets and Reports

Component type

module

Maintenance status

Development status

Downloads

1725

Component created

Component changed

This module will enhance the Teamwork distribution OpenLucius with a full throttle timetracker.

You can track time on Todo's, realtime or manual. You can also set budgets for Todo's and Todo-lists. To top it of, you can monitor those budgets in nifty reports.

Video Comment FranklyMe

Component type

module

Maintenance status

Development status

Component created

Component changed

Use this plugin to spice up your posts with video comments instead of boring text comments. Simply start by creating a new post, the video comment feature is added automatically at the end of the post.

This plugin places two-set widget. First, a sleek 'record video' button, and a video carousel at the end of all of your posts. Official plugin from FranklyMe.

It'll be shown to your audience once your post goes live, where they can take a video selfie (velfie) that'll be viewable by everybody on your site.

FranklyMe Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

The Frankly.me plugin for Drupal adds Frankly.me social plugins to your Drupal site and optimizes the experience of your audience through easy ask buttons and social widgets. Associate your Drupal site with side pane widgets and embed shortcodes for frankly.me ask button and social widgets. All features are deeply integrated with Drupal APIs to make building your webpages and administrative features as easy as possible with the extensibility you expect from Drupal.

CRUD log

Component type

module

Maintenance status

Development status

Downloads

754

Component created

Component changed

This module Captures and logs all CRUD operations for nodes and taxonomy terms, "create", "read", "update" and "delete". It was inspired by the Event Log module. The one problem I had with that module is that it captures all operations without the ability to ignore certain operations, specifically Read operations. Logging every node read operation would really fill up the database quickly and can pose a performance problem.

Reset node statistics counter (reset_node_counter)

Component type

module

Categories

Maintenance status

Development status

Downloads

1020

Component created

Component changed

Introduction

This set of modules and drush integration allows you to reset the node_counter which increments a counter each time content is viewed.
This counter is part of Drupal cores statistic module .

This might be useful, if you refine your unpublished content online and you want to start with 0 views on a published node.

So Reset node counter provides you