CHANGELOG.txt |
CHANGELOG.txt |
|
6.x-1.6
[#1717544] by Kristen Pol: Fix filter by vocabulary terms of current node.
[#1875372] by Kristen Pol: Get rid of miscellaneous notices.
[#1383960] by Kristen Pol: Show RSS icon if enabled and there is empty text
[#1375382] by Kristen Pol: add… |
featured_content-block.tpl.php |
featured_content-block.tpl.php |
|
Default theme implementation to wrap featured_content blocks. |
featured_content-empty.tpl.php |
featured_content-empty.tpl.php |
|
Default theme implementation to wrap featured_content blocks with no content. |
featured_content-more.tpl.php |
featured_content-more.tpl.php |
|
Default theme implementation to wrap featured_content read more pages. |
featured_content.admin.inc |
featured_content.admin.inc |
|
Provides infrequently used functions for featured content module. |
featured_content.css |
featured_content.css |
|
.fc-scrollable-checkboxes{
height: 100px;
width: 400px;
padding: 5px;
overflow: auto;
border: 1px solid #ccc;
}
.fc-scrollable-checkboxes input{
float:left;
} |
featured_content.info |
featured_content.info |
|
name = "Featured Content"
description = "Provides configurable Featured Content blocks."
core = 6.x
package = Other
dependencies[] = taxonomy |
featured_content.install |
featured_content.install |
|
Provides install, upgrade and un-install functions for featured_content. |
featured_content.module |
featured_content.module |
|
Featured Content module for created related & featured content blocks. |
featured_content.pages.inc |
featured_content.pages.inc |
|
Provides infrequently used pages for Featured Content. |
README.txt |
README.txt |
|
ADDING FEATURED CONTENT BLOCKS
To add new Featured Content Blocks, use the "Add Featured Content Block" tab
(or button) on the administer blocks page, admin/build/block. You will
then be able to configure your featured content… |