Because of the nature of downloading and uploading content with AnodyneXtras, it is not available on mobile devices. If you want to browse, search, and upload, please use a laptop or desktop computer.
You can also check out some of our other sites and services using the links below.
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
.
NOTE: Because of formatting issues on the Xtras site, this README may be better viewed at: https://github.com/mtwilliams5/nova-ext-IndexCards
This extension requires:
jquery
Copy the entire directory into applications/extensions/IndexCards
.
Add the following to application/config/extensions.php
:
$config['extensions']['enabled'][] = 'IndexCards';
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.