This project is under active development.

Views book chapter

Description

This small and smart module allow you to select book chapters in the filter views. When you try only select chapters of books this way is more easy and smart way to do it.

Ubercart 3: Enter product sell price inclusive of VAT

Ubercart 3: Enter product sell price inclusive of VAT

This small module provides support for entering product sell price inclusive of VAT in Ubercart 3.x.

SN Bazaarvoice

Overview

This module will integrate bazaarvoice for rating and reviews. Primary level of focus would be to submit and fetch review for a particular node.

Features

  • Reviews & Rating submission to Bazaarvoice
  • Offline rating for nodes listing page
  • Can be switched on/off for different node types.

Requirements

To use this module you should have a Bazaarvoice account to get Bazaarvoice API key.
Visit the link https://developer.bazaarvoice.com/ to get API key and other required information.

Tutorial

  • Extract the module files and put into sites/all/modules or your projects contributed modules directory.
  • Enable this module.
  • Go to module configuration and provide Bazaarvoice Related inputs.
  • Select the content types from module configutation page to active Rating & Reviews.
  • Once activated you will see the offline rating widget below the node snippets on activated node types.
  • On Node detail page you would see a Bazaarvoice Rating & Review Submission Form

Known Issues

Bazaarvoice reviews list on node details page may take a while to appear after submission which is a kind of propagation delay from Bazaarvoice end.

ftp connect

A drupal 7 module for connecting mulitple remote locations simultaneously from drupal back end by providing the remote location ,username,password

Transclusion (Remote content)

A way of managing "Remote content" and displaying it in your Drupal site.

Do not use yet, nothing works - I'm getting to grips with Entity API for this

We've often created "Remote teasers" on our sites, where the content managers want to present external content in a similar way to their normal pages, for instance when a large company provides subsites or remote services on external URLs. Currently we patch this together with link and cck redirect.

Extending this, I also want to be able to pull back content from remote sites, as quotations, excerpts, references or sometimes full pages. But although we have a local copy, the *content* is sourced from elsewhere. And I want to *maintain* that link, not just copy & paste. And, potentially, refresh periodically.

Some initiatives in this area also include :

oEmbed (seen in the tweet embed feature around the web)
oembed.module

Google Gadgets (those those embeds are usually primarily functional)

oembed_entity.module
embed_widgets.module
opengraph_filter.module that can turn offsite links into inline summaries.

Term menus

This module is removed to Taxonomy field menu , as name "Taxonomy field menu" is more semantic for purpose of this module. For sites running term_menus, simply uninstall this module and install Taxonomy field menu. There's not much difference between the two modules. The only difference at this moment is Taxonomy field menu has auto test covered.

Summary:
This module is to build menus based on connections between terms and nodes.

The idea comes from the common request of terms -- nodes menus in Drupal community, like menu:

-- term1
   -- node/1
   -- node/23
-- term2
  -- node/5
  -- term3
     -- node/15
     -- node/20
-- term8

In simple words, it builds term menus, i.e., menus based on connection between terms and nodes. After installation, admin goes to taxonomy field's editing page, like "admin/structure/types/manage/article/fields/field_test_term", there will be "TERM MENUS SETTING", enable it and you will get a term menu based on this taxonomy field. There're options that you can synchronize nodes and terms to this field's term menu.

Features:

  • Menus based on taxonomy field, automatically connecting term hierarchy and nodes when terms and nodes are created/updated/deleted.

Pages

Subscribe with RSS Subscribe to RSS - Under active development