Maintainers monitor issues, but fast responses are not guaranteed.

ExtraStark

Concept:

This theme is not a fully fledged Drupal theme, but more of a proof of concept. Quite so many designers new to Drupal complain about system CSS and how it makes styling much harder. My experience actually proved absolutely opposite: many of core styles are just helpers, so you don't have to start from scratch but rather reuse many existing styles.

The ExtraStark theme is created for those purists to demonstrate how easy it is to reset any core Drupal CSS style to zero. It resets margins, paddings, font properties etc., and it does the job much more radical way then original Stark theme.

The theme is not intended to be used on production sites (it's too bare for that), though you can use it as basis for more graphical theme.

Features:

The main attraction is reset.css, which by popular demand would include slightly remixed HTML5Boilerplate CSS reset as well. But there is more:

  • form elements reset (so you'll miss nice enough default D7 buttons), it supplies only borders to make them visible.
  • original Stark layout (layout.css) has no margins.
  • responsive layout (template.php now adds <meta name="viewport" content="width=device-width, initial-scale=1.0"> for CSS to work properly on mobile devices).
  • the theme does reset front end styles, but not the backend.

UC Down Payment

uc_downpayments-screenshot.jpg

Functionality

This module allows Ubercart store administrators to add partial payment functionality as a product feature. They can assign down payment amount and the due date to any product, and manage down payments and partially paid orders in the admin section.

Buyers can select if they wish to pay the full amount or only the down payment. If they select down payment, they will receive an email notification before due date. They can see the information about their partial payments under a new tab in My Account and they can add the remaining balance to the cart and finalize the payment.

taxonomy_feed

Taxonomy Feed Views Integration

Short Story

This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.

Long Story

This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.

The RSS output items points to his own term URL feed.

Example:

<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://yoursite.com/rss/vocabulary/list">
 <channel>
   <title>RSS Vocabulary List</title>
   <link>http://yoursite.com/rss/vocabulary/list</link>
   <description>Your Site Description.</description>
   <language>en</language>
  <item>
    <title>1-800-Flowers.com</title>
    <link>http://yoursite.com/taxonomy/term/681/0/feed</link>
    <description></description>
  </item>
  <item>

Site Info Blocks

This module provides the content of the site information variables in blocks, so users are not limited by their theme in their placement, but can display them in any block region.

Samara

Features (8.x version)

  • Responsive.
  • Extensive stylings for all core modules: blocks, nodes, comments etc.
  • Drop-down menu with unlimited number of submenus.
  • 1-, 2- or 3-column layout with flexible width.
  • Configurable layout width.
  • Configurable font family and size.
  • Usable and accessible.
  • Print stylesheet.
  • Clean, well organized and easy to modify code.
  • Strictly follows Drupal coding standards.

See README.txt file to find out how to enable dropdown menu for main navigation.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained