Tags
Manifest Char Images
Reviews
This extension adds manifest character images above the rank logo on the manifest page.
Requirements
This extension requires:
- Nova 2.6+
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.
Compatibility
- Nova 2.7
- This add-on may work with Nova 2.7, but members of the community haven’t confirmed
- Nova 2.6
- This add-on may work with Nova 2.6, but members of the community haven’t confirmed
Version Info
1.0
Last updated
Install instructions
Unzip the archive.
Copy the contents of the zip archive into a directory called manifest_char_images
in the application/extensions
folder.
Add the following to application/config/extensions.php
:
$config['extensions']['enabled'][] = 'manifest_char_images';