Kaltura

Component type

module

Maintenance status

Development status

Downloads

53024

Component created

Component changed

Kaltura’s Open Source All-in-One Video Module for Drupal

Kaltura is the leading video technology provider and creator of the world’s only Video-Platform-as-a-Service. Kaltura VPaaS is a highly reliable, scalable, and flexible open video platform, powering hundreds of thousands of video experiences and workflows across industries in over 100 countries worldwide. A recognized leader in the OTT TV (Over the Top TV), OVP (Online Video Platform), EdVP (Education Video Platform) and EVP (Enterprise Video Platform) markets, Kaltura is used by thousands of global enterprises, media companies, service providers, educational institutions, start-ups, technology platforms and cloud providers and engages hundreds of millions of viewers at home, in work, and at school. The company is also the initiator and backer of the leading open source video management project, home to more than 100,000 community members. For more information visit corp.kaltura.com, Join the community discussion board and explore Kaltura on GitHub.

Download the User Manual and Install/Config Guide (PDF)

What is Kaltura’s Video Module for Drupal?

A standard Drupal Module that integrates the Kaltura video platform capabilities into Drupal, allowing you to instantly enrich your Drupal site with video, audio, and images. Kaltura’s video platform and video module for Drupal is an enterprise grade solution that offers comprehensive powerful functionality and full control over content ownership, without the need to run your own video operation. The module handles every aspect of rich-media, including uploading and importing content, transcoding, content management, syndication, monetization, distribution, and more.

Indic Script

Component type

module

Maintenance status

Development status

Downloads

10244

Component created

Component changed

This Module enables IME (Transliteration Input Method) for Indian Languages in Drupal Text Fields and Text Area Fields So that users can create their content in their own Language within Drupal without installing any additional software.

This module provides integration with Kanni IME Transliteration Javascript Library

Messaging Send To

Component type

module

Categories

Maintenance status

Development status

Downloads

2834

Component created

Component changed

Messaging Send To allows users to forward content to other users, making use of the Messaging framework to do so. It provides optional block and node forms that are configurable on a per-content-type basis. Messages can be sent to site usernames or external email addresses and phone numbers. The email addresses use Messaging's mail method, while the phone numbers use SMS if available, and there are additional configurable permissions for both.

Required modules: Messaging.

Tweet

Component type

module

Maintenance status

Development status

Downloads

34950

Component created

Component changed

This module provides links to post pages to Twitter in a new window or tab. The tweet will be in focus and will contain customizable text that can hold the relevant URL, title and anything else you need it to (like hashtags). The URL can be automatically abbreviated at the administrator's choice of service by integration with the Shorten URLs module by the same author.

Form Panel

Component type

module

Maintenance status

Development status

Downloads

10212

Component created

Component changed

This module provides two theme functions which, in turn, provide an easy way to put multiple input form elements on the same line. No longer do you have to create large, unwieldy templates to make your input forms prettier and more compact.

The module can generate either an HTML table or

tags. In both cases, it includes various CSS classes to help with styling.

It is important to note, however, that this module does nothing on its own. You must refer to one of the included themes from PHP code in order for there to be any effect.

Menu attributes

Component type

module

Maintenance status

Development status

Downloads

684882

Component created

Component changed

This simple module allows you to specify some additional attributes for menu items such as id, name, class, style, and rel.

You should use this module when

  • You want to "nofollow" certain menu items to sculpt the flow of PageRank through your site
  • You want to give a menu item an ID so you can easily select it using jQuery
  • You want to add additional classes or styles to a menu item

The module currently allows you to set the following attributes for each menu item:

404 Blocks

Component type

module

Maintenance status

Development status

Downloads

39186

Component created

Component changed

On 404 Not Found error pages, Drupal will skip rendering of several pieces of your website for performance reasons. Some of these include:

  1. The "Left" and "Right" regions of your theme.
  2. The "Primary links" block and any other menu links block.*
  3. The Primary links and Secondary links of your theme.*

* Unless you have configured a "Default 404 (not found) page" on admin/settings/error-reporting.

But many websites find those items invaluable. Especially on 404 pages, when they want to show lost users how to get to real pages.

So this module simply revives those features on 404 pages. Simply install and enable the module. No configuration needed.

Menu token

Component type

module

Maintenance status

Development status

Downloads

178500

Component created

Component changed

Menu Token module provides tokens, that could be used in title or in path of menu items (links). For example, if you create a menu item with path: "user/[current-user:uid]", the url will be changed "on fly" to: "user/1" (assuming you are user 1).

Tokens are provided by Token module. Menu Token allows to use both global tokens and entity ones: node, user, term, etc. Entity tokens have several methods of substitution: from context, random and user defined.