Ubercart Shortcodes

Component type

module

Maintenance status

Development status

Downloads

329

Component created

Component changed

This add-on to the shortcode module provides provides additional shortcodes for use with Ubercart.

Usage

Places the sell price of the specified product into the page:

[sellprice nid=X (class="additional class") /]
[sellprice sku="X" (class="additional class") /]

Places the list price of the specified product into the page:

YoutubeChannel

Component type

module

Maintenance status

Development status

Downloads

9460

Component created

Component changed

YoutubeChannel is a module with a purpose to give you list of videos from a given youtube channel in your site. You have to configure the youtube username from which you want to see the video list. You can also set the youtube channel height and width along with the desired video limit that you want to be displayed for your youtube channel by configuring it from settings page.

What module displays :-

  • Youtube channel videos with first video in iFrame.
  • Youtube video thumbnails.
  • A vertical scrollbar to scroll videos till the end.

Auto archiver

Component type

module

Maintenance status

Development status

Downloads

4490

Component created

Component changed

This module adds auto archiving functionality to selected content types. Archive status based on a new date field, not the "publishing date" and "time".

Requirements:

  1. DatePopup
  2. Views 3

After enabling the functionality at admin interface, when a user submit a node, there will be a new block, in which she/he can select the archiving options.

There are two options available:

Commerce Offer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a store entity, a store reference field, and an offer entity.
Offers provide a way for each store to have different prices for a product. One store can have multiple offers (prices) for the same product.
The original price field on the product is hidden.
A rule is provided that replaces the product price with the lowest offer price from the selected store.
Right now the only way to set a current store is by calling commerce_offer_set_current_store(), which drastically reduces the module's usefulness.

Embargo

Component type

module

Maintenance status

Development status

Component created

Component changed

In some cases you want to publish a certain piece of content on a specific date. You can use the Scheduler project for this but this means the content will not be available until the specified date. This will result in people not being able to find content that will be published in the future.

Panels views prerender

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module makes it possible to pre-render the views panes/views displays for panes which has no dependencies on which context they are disaplayed on. This meens no user-specific content, no dynamic content based on the term on taxonomy term pages and no forms (because of the path set in "action").
BUT views lists like latest, newest, nodequeues (which is by default always ressource-demanding because it uses node_view) etc. can be pre-rendered.

It will greatly improve the performance (speed and memory usage), and often updated complex content will almost come for free.

Permissions subset

Component type

module

Maintenance status

Development status

Downloads

5032

Component created

Component changed

Provides a copy of the standard Permissions form for users that don't have the permission "administer permissions", but do have the permission "access subpermission form". The form looks identical to the standard Permissions form, but with only a subset of the standard Permissions. Permissions marked as "restricted" are always removed from the form.

An administrator (with the permission "administer subpermissions") must specify which permissions should be displayed on the subpermission form.

Apachesolr Context

Component type

module

Maintenance status

Development status

Component created

Component changed

Provide Apache Solr Context integration. Currently offers a single context reaction for creating an Solr query, caching it, and loading it again from cache on the next request. Plans for this module include supporting conditions as well, for altering cached queries based on context.

Devel Extra

Component type

module

Maintenance status

Development status

Component created

Component changed

Devel Extra. This sandbox-only project provides dpw() to output Krumo to watchdog.

Probably a bad idea anyway.

* #989858: Function to pretty-print variables to watchdog / dblog (instead of screen)

AFAICT "Devel Extra" is not a used module name, but I'm happy to rename it if Moshe wishes, or for such functionality to appear in Devel (based on the above issue being WONTFIX, I'm guessing not).