Configure the layout and format of content and data presented to site visitors.

qTip Library

Simple module which provides a Libraries (2.x) interface for the qTip2 library.

Setup

Automatically (using drush+composer):

drush dl composer
drush dl libraries qtip_library
drush en qtip_library

Manually:

  • Download libraries and qtip_library; place them into your modules folder, e.g. sites/all/modules.
  • Download the qTip2 Javascript library, place it into your libraries folder, e.g. sites/all/libraries. Make sure the directory name of the extracted library is qtip.
  • Enable qTip Library.

Verify that the library has been installed correctly:

drush libraries-list
 Name  Status        Version  Variants                     Dependencies
 qtip  OK            2.0.0    source, basic, basic-source  -

Usage Example

// MYTHEME/template.php
function MYTHEME_preprocess_page() {
  $qtip = libraries_load('qtip');
  if ($qtip['loaded'] !== FALSE) {
    drupal_add_js(
      drupal_get_path('theme', 'MYTHEME') . '/javascript/qtips.js',
      array('scope' => 'footer', 'group' => JS_THEME)
    );
  }
}

Mobile Switch Block

Mobile Switch Block on large tablet.

The Mobile Switch Block module extends the
Mobile Switch module with an theme switch block.

node page

Just upgrade the node page module for Drupal7 version

uc_premium_access

Using Ubercart product features, this will allow you to grant premium access to specific nodes for specific users when they purchase a specific product.

Views Distinct

Example settings on a User Name field.

Relationships or other joins in Views often create "duplicate" results. The "DISTINCT" SQL query option in the Views UI does not solve the problem because the result row is technically distinct. This module aims to give a simple GUI method to remove or aggregate these "duplicate" rows.

Pages

Subscribe with RSS Subscribe to RSS - Content display