Install
Works with Drupal: 7.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
15.12 KB
MD5: d4ac534c845ce696f2cb296e9e1b193d
SHA-1: 9fe91eb6a6f487d04aadedaf9fa63348ed3ba818
SHA-256: 7795f8de8c6819e57a9ca728427cb5ae33e95e540a0133ca92ae2d138d3175ed
Download zip
20.79 KB
MD5: 3968eab185c8ffefc4c8edd163553f88
SHA-1: 69176c3cdeacee1d99d4a64bdbdbbd1bed2850e4
SHA-256: dde78fabbdfdd451eca5b6f3b4f37e91e0c0e465398edddbe1556265848809e9
Release notes
This is the first version for D7.
The module was largely rewritten. The changes more important are:
- were added templates (tpl) for nodes and the "content glider. "
content_glider.tpl.php for the container.
content_glider_node.tpl.php for nodes.
There are themables and also can be changed in each themes. - Nodes are rendering by means of drupal_render function in content_glider_node.tpl.php
- A "view mode" called "content_glider" was added to select the visible fields.
- The js and css are now loaded as a library.
- The Content_Glider's settings are now located in the Form Setting of each block and it will have to be configure as separate from the other blocks.
- I'm sorry for my poor English!