Drupal Database Cache That Respects HTTPS

Component type

module

Maintenance status

Development status

Component created

Component changed

The caching layer nor the database caching implementation respect https through the system. This is important because parts of Drupal (core included) generate absolute URLs. These URLs can be cached with a protocol of http:// and then embedded in a page (through nested caching) where the protocol should be https://.

Vocabulary Image

Component type

module

Categories

Maintenance status

Development status

Downloads

847

Component created

Component changed

This is a light weight module. This is developed in consideration with adding vocabulary images. In some cases your project( E-commerce site) needs to display list of vocabularies with their images.
The vocabulary_image module allows site administrators to associate images with vocabularies. With the association created, an admin can then make a call to 'vocabulary_image_get_vocab_image_path($vid)' from their theme or other PHP code to get image path & display the appropriate image in their desired image format.

topxcontributors

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to expose the top node type posters/contributors as blocks in a list format.
It comes with settings at admin/settings/topxcontributors - set what content/node types will have blocks exposed
and the numbers of contributors to show for all content types. The module is depened on blog module.

session_caching_client

Component type

module

Maintenance status

Development status

Component created

Component changed

This project contains functionality to maintain a persistent, logged in connection to a remote Drupal REST service. The remote Drupal system is assumed to be running the Services module (REST server).

Everything is done transparently. So you don't need to worry about session expiration, re-logins etc.

All functionality is implemented through the SessionCachingClient class. See README.txt for a usage example.

Youtube link

Component type

module

Maintenance status

Development status

Component created

Component changed

Miserably simple module which creates a new text field formatter called Youtube link to create embed video from Youtube.
All you need to do is to create a simple text field and set "Youtube link" formatter for it and you will have embed video. The only setting you can change is video size.

There is a lot of space for further development such as thumbnail preview or multiple settings for video or field validator or even uploading video directly to Youtube from drupal (using Youtube API), but it wasn`t necessary for me. Maybe I will make something on request.

SimpleTopics

Component type

module

Maintenance status

Development status

Downloads

573

Component created

Component changed

Overview

This module allows nodes to be mirrored into an existing instance of SMF Forum. You can map content types with SMF boards, so that each time nodes (of the choosen types) are inserted, a new topic in the selected boards will be created.

Features

  • Map every single content type to one or more SMF Boards
  • Themable node title, so that you can customize the way it's rendered inside SMF
  • Themable node body

Controller

Component type

module

Maintenance status

Development status

Downloads

3368

Component created

Component changed

Description

The 'Controller' module is "C" in the Model-View-Controller (MVC) architectural pattern.

It can be useful if you want to use MVC in Drupal like it can be done in MVC frameworks (like ZF, Yii and so on).

The 'controller' module allows to use a Page Controllers (Action Controllers) for your pages. The Controller is just class that has set of actions. Each action is a separate method that will be called for specified path (page).

Server variables

Component type

module

Maintenance status

Development status

Component created

Component changed

The server variables module exposes server-side variables (such as username) to client-side JavaScript. This is useful for integration with third-party analytics systems, especially in situations where client-side analytics integration is preferred for performance reasons.