Posted
6 days
ago
by
bec
This is a Views style plugin to display Views results as cells in a table, grouping by row and column. For example, you might generate a conference schedule by grouping rows by a time slot field and columns by a room or track field.
Posted
6 days
ago
by
boombatower
Provides an API for defining rules for rewriting the menu paths. An interface may be added later.
For example:
<?php
/**
* Implement hook_menu_rewrite_rule().
*/
function development_menu_menu_rewrite_rule()
... [More]
{
return array(
'admin/config/modules' => 'admin/structure/modules',
'admin/config/development' => 'admin/development',
'admin/appearance' => 'admin/config/appearance',
);
}
?> [Less]
Posted
6 days
ago
by
mikeker
The Better Exposed Filters module replaces the Views' default single- or multi-select boxes with radio buttons or checkboxes, respectively.
Views Filters are a powerful tool to limit the results of a given view. When you expose a filter
... [More]
, you allow the user to interact with the view making it easy to build a customized advanced search. For example, exposing the node type field as a filter lets your site visitor limit their search queries to just blog entries. Better Exposed Filters gives you greater control over the rendering of exposed filters.
Why use this module? Because it provides a better user experience than the default option. Try telling a client that they should click on an option, then scroll to the next option and ctrl+click on it. Don't just click 'cause you'll lose your first selection. Oh, and ctrl+click again to unselect an option... Yeah, not user friendly.
People understand checkboxes and radio buttons.
This is a very young module and I'll be adding better instructions and screenshots in the coming days. Please add any suggestions or bugs to the issue queue. [Less]
Posted
6 days
ago
by
nick_robillard
MediaMap is a Google mapping tool that is focused on displaying and managing location based events. Events can have several kinds of media (photos, videos, etc.) attached to them.
Features:
Point and click admin tool for
... [More]
adding/editing/deleting event locations
Slider UI for limiting timeframe
Standard Gmap configurations (zoom, default lat/lng, etc.)
Event perma-links
Note: I'm not satisfied with the current state of the code, so the module will not be posted yet. However, this project can be seen in action at http://iranmap.whyweprotest.net. [Less]
Posted
6 days
ago
by
compujohnny
This module is basically a Site Funds Management System, it allows users of a site to have funds allocated to their accounts and provides the operations required to manage such Funds
This project will enable site administrators to run a
... [More]
Paypal like site, where users can:
Add Funds to their account using any method that is supported by Ubercart
Buy products, purchase subscriptions, make donations using Funds in his account
Transfer money to another user on the site, using his email or username
Withdraw funds from user account
This module will provide an API for other modules to add functionalities using UberFunds, Some of the proposed functionalities include:
Escrow payments between users
Making Donations using site funds
Making Recurring Donations using site funds
Configurable store fees to deduct when transfers, escrows or donations occur
There is no files in CVS yet, but I thought I'd share my ideas with the community and get feedback that can guide my work
This module is sponsored by JesoX
If you like to support the development of this module and get it out faster please Donate [Less]
Posted
6 days
ago
by
cweagans
Group to hold all issues for the Drupal.org redesign.
Posted
6 days
ago
by
maureen
The Style Override module allows administrators to define CSS selectors whose properties can be manipulated based on admin defined rules. The style manipulation is done though a form on the pages to which the rules apply. JavaScript allows the user
... [More]
to see the changes made (for example to font size or font family) before saving them.
read more [Less]
Posted
6 days
ago
by
ndeschildre
This module is part of the newspaper module set maintained by France24.
Embedded Edit allows you to create a node in a kind of lightbox within a node edit page. It is also used by others modules like Uberimage, Nodeselect to add
... [More]
create/view/edit buttons in the nodereference.
Nodereference "create new" link: You can easily create a new node from within a node edit page, and the result node is directly referenced in the nodereference. No time to loose searching your new node!
Easy API: You can easily reuse this module functionalities, like Uberimage and NodeSelect.
Dependencies: Utilities, Ajax. [Less]
Posted
6 days
ago
by
KiamLaLuno
This project is the version for Drupal 7 and higher of Nodewords.
The project is still under construction, and it will be started when the branch 6.x-3 of Nodewords will have its first official release.
Posted
7 days
ago
by
develCuy
If you ever wanted to run your Drupal site in "any" MS Windows box from a CD/DVD, this may help you.
Technology
In order to run a Drupal site you basically need:
- Web Server
- Database Server
CD Deploy does a "pack" of
... [More]
all the stuff needed, copying it into a folder called "app" which you can then burn to a CD/DVD. How does such pack is build? Well, it uses two technologies:
- make
- Nullsoft Scriptable Install System (NSIS)
"make" is a powerful command which executes instructions from a Makefile, and NSIS is powerful scripting system to create installer executables able to run in MS Windows 9x, ME, XP and Vista.
3rd-party Software
Part of the Magic is done thanks to:
- The Uniform Server
- Info Zip
The Makefile in folder "lib" contains commands to download and prepare 3rd-party software below.
Operating System
The recommended Operating System for using CD Deploy is Linux. Just notice that your site will run in MS Windows only.
Not a module
CD Deploy is NOT a module, but a couple of helper scripts for helping you to deploy your Drupal site in a single CD/DVD.
Sponsored by
CONDESAN [Less]