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-manifest_char_images
This extension adds manifest character images above the rank logo on the manifest page.
This extension requires:
Copy the entire directory into applications/extensions/manifest_char_images
.
Add the following to application/config/extensions.php
:
$config['extensions']['enabled'][] = 'manifest_char_images';
This extension can be used directly out of the box. However, if so desired, this extension does support adding a blend for the character images into your background.
To blend the image into a white background, add to application/config/extensions.php
:
$config['extensions']['manifest_char_images'] = [
'blend' => 'white'
];
To blend the image into a black background, add to application/config/extensions.php
:
$config['extensions']['manifest_char_images'] = [
'blend' => 'black'
];
If you would like to add your own blend options using CSS, you can modify config.php
with additional array entries for custom blends, and then set the blend in application/config/extensions.php
to use your custom blend.