The current maintainers are looking for new people to take ownership.

Feedback & Suggestion Tab

Screenshot of the Feedback & Suggestion Tab module in action on Drupal.geek.nz

Feeback & Suggestion Tab adds a tab to the viewport, next to the scrollbar, which solicits feedback and suggestions from website visitors. GetSatisfaction.com, UserVoice.com and other similar services use a tab like this, and are the source of inspiration for this module. The webpage in the modal dialog that appears after clicking the tab is configurable, but only pages in an <iframe> are supported for now. Contributions for AHAH content are encouraged.

To set the URI for the iframe, add a line like the following to your settings.php file.

$conf['feedbacktab_iframe_uri'] = 'http://example.com/';

The animation settings are also not yet configurable or over-ridable. A UI for these settings is needed. Contributions welcome.

Animation is slightly different in each of Safari, IE7 and Firefox, due to browser bugs with the position: fixed layout and jQuery UI Bounce effect library. This needs to be better debugged and patched, possibly to jQuery UI. Contributions welcome.

There is some support for placing the tab on the left or at the bottom, but this needs to be completed. Need I say that contributions are welcome? :)

File Newest Revision

This module allows for the use of "stable" links to the newest revision of a file.

Textarea Expander

This module makes resizable textarea fields expand and contract dynamically using JavaScript as you enter or delete text. Inspired by the comment fields in BaseCamp.

Ubercart pictured cart block

Bootstrap example

Our pictured cart block provides some advantages in contrast with standard Ubercart block.

  • Show product image (or default icon).
  • Vertical or horizontal ("large icons") orientation.
  • Sort by name, quantity or price.
  • User can decrease or increase quantity of product right in block (and remove in vertical orientation).
  • Optional show item's description in vertical orientation (e.g. selected attributes, content of product kit, etc).
  • Optional scrolling.
  • Items count in summary is number of icons, not sum of products quantity (optional).

Exportables

Looking for a new maintainer -- http://drupal.org/user/47566/contact

Exportables 1.x

Exportables module provides easy exportables for objects that normally can't be exported. Currently, taxonomy vocabularies are supported. It does this by the following:

  • The most important thing is the fact that it keeps track of machine-readable names for things that normally don't have machine names. It has API functions to create machine names and associate them with a type, ID pair.
  • On top of that, it provides a function to sync exportables in code to the DB - using hook_exportables, which defines the hook name, save functions, and other pieces of data about the type of item being saved.
  • Lastly, it provides a function to export an item given type and ID or type and machine name.

Exportables 2.x

I, dagmar, am the new co-maintainer of Exportables module, here are some news:

Some modules like, Wysiwyg or Better Formats, storages their settings based in a numeric id provided by drupal core (like input formats). Due we cannot hack the drupal core, I was thinking in use Exportables to solve this issues.

Auriga e-Payment for Ubercart

This module provides a Auriga e-Payment (Posten Betalväxel) payment method for Ubercart.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer