Skip to content

Instantly share code, notes, and snippets.

View mooeypoo's full-sized avatar

Moriel Schottlender mooeypoo

View GitHub Profile
@mooeypoo
mooeypoo / Nova word count
Last active January 9, 2019 22:28
Anodyne Nova Mod - Add a wordcount to mission posts
<?php
/**
* Add word count to Nova mission posts.
* @author Moriel Schottlender mooeypoo@gmail.com
*
* This content should go in the write_missionpost_js.php page in your
* `application/views/_base_override/admin/js/` folder. If the file does not yet exist in
* that folder, you can create it by copy/pasting the entire content of this page
* and saving it as the `write_missionpost_js.php` file.
* If the file already exists, copy over everything between the <script ...> </script>