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 provides a summary text box for long mission posts. A TL;DR Extension.
This extension provides a summary text field for long mission posts. A TL;DR Extension.
This extension requires:
jquery
parser_events
applications/extensions/nova_ext_mission_post_summary
.application/config/extensions.php
: - Be sure the jquery
line appears before nova_ext_mission_post_summary
$config['extensions']['enabled'][] = 'nova_ext_mission_post_summary';
Installation is now complete!
ALTER TABLE nova_posts ADD COLUMN nova_ext_mission_post_summary TEXT NULL DEFAULT NULL;
ALTER TABLE nova_missions ADD COLUMN mission_ext_mission_post_summary_enable int(11) DEFAULT 0;
Installation is now complete!
The admin control panel for this extension allows the admin to change:
If you encounter a bug or have a feature request, please report it on GitHub in the issue tracker here: https://github.com/reecesavage/nova-ext-mission-post-summary/issues
Copyright (c) 2021 Reece Savage.
This module is open-source software licensed under the MIT License. The full text of the license may be found in the LICENSE
file.