CHANGELOG.txt |
CHANGELOG.txt |
|
/*
* Change Log for ddblock module
* Copyright (c) 2008-2011, ppblaauw. All rights reserved.
*/
2011-jul-14
Use easing plugin when exist in path, no need to uncomment line in module anymore
Implementation of hook_form_alter(). pass $form_state as… |
ddblock-cycle-block-content.tpl.php |
ddblock-cycle-block-content.tpl.php |
|
Default theme implementation to display a dynamic display blocks from a dynamic display block instance. |
ddblock-cycle-pager-content.tpl.php |
ddblock-cycle-pager-content.tpl.php |
|
|
ddblock.admin.inc |
ddblock.admin.inc |
|
admin blocks of the ddblock module. |
ddblock.css |
ddblock.css |
|
/* default dynamic display block */
.ddblock-container {
position: relative;
}
/* default dynamic display block number pager */
.ddblock-number-pager a.activeSlide {
background: #88f;
}
.ddblock-number-pager a:focus {
outline: none;… |
ddblock.info |
ddblock.info |
|
name = Dynamic display block
description = Displays dynamic content in a block.
core = 6.x
dependencies[] = "jquery_update" |
ddblock.install |
ddblock.install |
|
Installation file to implement the dynamic display block schema |
ddblock.module |
ddblock.module |
|
Enables your site to display dynamic content in a block. |
INSTALL.txt |
INSTALL.txt |
|
REQUIREMENTS
------------
* Javascript-enabled web browser
* jQuery update module, <http://drupal.org/project/jquery update>
* jQuery easing plug-in (optional) <http://plugins.jquery.com/files/jquery.easing.1.1.1.js>
This jQuery… |
README.txt |
README.txt |
|
Note: This is a development version after RC6 of the module for testing purpose only.
Don't use it to replace RC6. Please test and review the module and post your issues
in the issue queue of the module http://drupal.org/project/issues/ddblock… |