Showing Guestbook form and entries on other pages in DRUPAL 7

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Guestbook module provides a site guestbook and individual user guestbooks. Other users can post comments on the users guestbooks. Now there is
only one drawback in this module that we can't show this guestbook on our desired regions or pages and there is no guestbook block which helps
in achieving this.

Making Contact form using other modules and showing it on the desired page or region in Drupal 7

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Contact form serves as a drop-in replacement for the contact module. Other users can fill the fields in the contact form and send it to the user.

Here we'll show you how to make a form using Private Message module. Follow the below steps and you'll be able to show your conatct form on the desired
pages or regions. But we need user id or profile id of a user in the url to achieve this, as without having one of these two ids we can't be able to
filter the form according to the user.

Scald: Video (sandbox)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This sandbox has been merged into 2.x version of scald_video

If you installed it, prefer scald_video 2.x branch.

Please don't open issue in this sandbox project but in full project.

Facet API Taxonomy Links

Component type

module

Categories

Maintenance status

Development status

Downloads

641

Component created

Component changed

Provides a simple Facet API widget called "Taxonomy Links" which extends the default "Links" widget.

It adds a CSS class to each facet link that includes the taxonomy term name (ie: "term-Blue"). This is useful if you want to use CSS to theme each facet link according to its term. For example, if you have a taxonomy/facet called "Product Colors", and you want to have color swatches displayed next to each link.

Docker

Component type

module

Maintenance status

Development status

Downloads

554

Component created

Component changed

If you haven't already, check out Docker! (http://docker.io).

From the site:

Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers which are independent of hardware, language, framework, packaging system and hosting provider.

The initial effort is for a Drupal based Docker control.

This is being built in 8.x.

vnstat

Component type

module

Maintenance status

Development status

Component created

Component changed

A small module that displays vnstat data on a server, if available, in a JSON format. Exposes the json output of the PHP vnstat Frontend by Bjorge Dijkstra in a Drupal way. This might be more convenient than trying to write your own custom module to scrape the data from control panel pages or an API (if you're lucky) but want to be able to bill customers for usage in an automated fashion.

After configuring your API key, you just make requests to vnstat/monthly to get the monthly bandwidth recorded by vnstat so far.