This project is under active development.

addgalleryclass_filter

Configure fancyBox

Overview

You have fancyBox, but can see only single picture in an elegant and aesthetic lightbox alternative? How make image gallery using all pictures in node body? Without new content type, views etc.
Yes. I'll try to help you.

Night Pharmacy

This is a module that will show the list of night pharmacies in any city and county in Turkey.

Bu Türkiye'deki herhangi bir il ve ilçedeki nöbetçi eczaneleri gösteren bir modüldür.

Debug Bar

Debugging in Drupal has never been easier

Debug Bar displays a debug bar in the browser with information from PHP using PHP Debug Bar.
No more var_dump() in your code!

Requirements

  • Composer (in order to locally install PHP Debug Bar)

Installation

  • Download the module as usual - don't enable it yet
  • cd to the module directory
  • Install PHP Debug Bar: $ php composer.phar install
  • Enable the module

The Debug Bar should now appear in the bottom area of the website.

Notice

Since this is still a sandbox project, download it with Git

$ git clone --branch master http://git.drupal.org/sandbox/jfhovinne/2132181.git debug_bar

Usage

Message log

In order to inspect a variable, log a message, etc, use debug_bar_add_message in your code.

global $user;
debug_bar_add_message($user);

Views Exposed Filter Exclude Fields

This module adds Exclude checkboxes to a Views Exposed Filters form to exclude fields from display in a view.

DrupalKanban

This is a Drupal 8 profile to create a task management system based on the kanban methodology. More info coming soon.

Pages

Subscribe with RSS Subscribe to RSS - Under active development