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.
An extension that adds a word and character count under mission posts. Optionally, it can display a note suggesting splitting posts when the count is above a set value.
Copy the entire directory into applications/extensions/WordCount
.
enable this extension through your user interface ("Manage extensions" -> enable WordCount)
Add the following to application/config/extensions.php
:
$config['extensions']['enabled'][] = 'WordCount';
The extension will work as-is in displaying word and character count under the missionpost edit screen.
If you want to set a limit to your mission posts to encourage your players to split posts after a specific set limit, you can set that in your settings.
Go to "Settings" and choose "User-generated Settings" tab. Look for the two keys that relate to this extension, and choose the values you want for them:
WordCount extension: Word count
limit Set the word count limit, after which the message will display alongside the counts.WordCount extension: Message appearing when the word count is over the limit.
The text of the message that appears when the word count is above the limit.