Tags
Index Cards
Reviews
This extension adds cards to the main index page, beneath the welcome message and above the tabs, with the number and content of cards controllable via Site Messages
.
Compatibility
- Nova 2.7
- This add-on may work with Nova 2.7, but members of the community haven’t confirmed
- Nova 2.6
- This add-on may work with Nova 2.6, but members of the community haven’t confirmed
Version Info
1.0.1
Last updated
Install instructions
NOTE: Because of formatting issues on the Xtras site, this README may be better viewed at: https://github.com/mtwilliams5/nova-ext-IndexCards
Requirements
This extension requires:
- Nova 2.6+
- Nova Extension
jquery
Installation
Copy the entire directory into applications/extensions/IndexCards
.
Add the following to application/config/extensions.php
:
$config['extensions']['enabled'][] = 'IndexCards';
Usage
To define a card, go to Site Management > Messages and Titles
and then Add New Message
. For the new message, give it a message key of index-card-whatever
, where whatever
is a unique name for the card you're adding. Then, when you go to your site's main index, it will show a new card beneath the welcome message.
If you wish to give the card a footer, create a new message with the key of footer-index-card-whatever
, where whatever
matches the name of the card you wish to apply the footer to.
Cards will be ordered on the page in alphabetical order of the unique name you give the card.
Release notes
- v1.0.1 - Fixes the extension to be able to place the cards below the welcome message regardless of whether or not news items/posts/logs are present in a tab view.
- v1.0.0 - Initial release