Light
Back
  1. Manifest Char Images

Tags

Extension
Nova 2

Manifest Char Images

Version 1.0

Reviews

0.0 out of 5 stars

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.

JonM

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';

Links

No reviews