This project is under active development.

Fast Permissions Administration

Drupal 8

This module is here to alleviate frustration when trying to manage permissions in Drupal. By providing a better permissions interface hopefully a few innocent keyboards and mice can be saved.

Domain XML sitemap

Placeholder project for the contrib module to integrate the XML sitemap and Domain Access modules together.

This will only work with the XML sitemap 2.0 module.

Minimalist

Minimalist

This minimalist Drupal theme is intended for people who think that the contents are everything and not the appearance. Minimalist theme is clean and very minimalist; with two columns and fixed width layout.

Minimalist theme running perfectly in every browser; very suitable for blog site, although not close the possibility for use other than the blogging purposes.

Features:

  • Two column layout
  • Tableless design for SEO
  • Fixed width layout
  • Four regions (Content top, Sidebar, Content bottom and Footer)
  • CSS 2.1 and XHTML 1.0 validated
  • Supports custom logo and favicon (logo could be a banner that extends the length of about 930px)
  • User picture in profile, comments and post
  • Fast loading theme
  • Very customizable
  • Heading H1 optimization for SEO

What's new:

  • We rewrite the CSS so it is easy to modify, adding custom front page, and now the theme is more cleaner.

Forena Reports

Forena is database report writing software built on the Drupal platform. Forena is built of the idea that if you can write the SQL necessary to get the data out of a database, it should take very little work to get that data out on the web. It is designed to leverage knowledge of HTML, CSS, SQL and Java Script to help you create rich interactive web reports.

Note: Before trying out forena make sure you have private file systems properly configured. It doesn't need to be set as the default delivery method, but it does need to be configured.

Drupal 8 Version

Work on the Drupal 8 Version is in progress! I will release an early alpha once the base reporting engine is functional with unit test coverage before beginning work on the WYSIWYG reporting interface.

Features

The current version allows you to create reports using SQL from Drupal, or using data stored in XML files.

It comes bundled with a couple of sample reports reports that will both demonstrate how reports are created, and provide useful information on your existing Drupal site.

Some key features include:

  • Create custom reports from your Drupal database.
  • Create reports against PDO supported database (SQLite, MySQL, MS SQL, etc).
  • Create reports against any Oracle database.
  • Create charts in SVG format.
  • Export data to CSV, EXCEL or XML versions of reports.
  • Create and edit HTML reports using a simple web UI (includes WYSIWYG editor support).

Game Utilities: Quest

INTRODUCTION AND INITIAL DESIGN GOALS
=====================================

The Game Utilities: Quest module provides a structure and API for Game Quest
nodes on your site. You can set one or more node types to be Game Quest types
from the Game quests administration page, at admin/settings/game_quest. At that
point, any nodes of that type will be set as game quests.

By itself, this API currently does little more. However, it may be used in
conjunction with other modules. See the project page for other modules
currently using the Game Quest API.

INSTALLATION
============

1. Copy the files to your sites/SITENAME/modules directory.
Or, alternatively, to your sites/all/modules directory.

2. Enable the Game Utilities: Quest module at admin/build/modules.

3. You can configure Game Quests at admin/settings/game_quest.
Make sure to enable at least one game quest node type from this page.

4. Set any required permissions at admin/user/permissions.

5. To create a quest, head to node/add/[node-type].

DEVELOPER'S API
===============

Game quests are associated to characters by using objects of the game_quest
class. This class takes care of automatically reading and writing from the
database using the constructor and destructor. Note that this module will
automatically interface with the Game Utilities: Character module, so that if

CCK Select Other

Conditional Select Field Example

CCK Select Other introduces an alternative select list widget that provides a user with either a select list or text input.

Pages

Subscribe with RSS Subscribe to RSS - Under active development