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.
NOTE: Because of formatting issues on the Xtras site, this README may be better viewed at: https://github.com/jonmatterson/nova-ext-dynamic_policies
This extension replaces the standard Nova policy page with one that will list both the default policies as well as any additional policies a sim defines within its Site Messages
.
This extension requires:
Copy the entire directory into applications/extensions/dynamic_policies
.
Add the following to application/config/extensions.php
:
$config['extensions']['enabled'][] = 'dynamic_policies';
To define a policy in addition to the default policies, go to Site Management > Messages and Titles
and then Add New Message
. For the new message, give it a message key of policy-whatever
, where whatever
is a unique name for the policy you're adding. Then, when you go to Site Policies
(aka. main/policies
), it will now show up in the list of policies.
To define a message that shows up introducing your policies, you can also add a message with a message key of policies
. This will show up before the list of policies on this dynamic policies page.