Learn about how you can tell Nova to use a different version of a file instead of what’s in the Nova core
application/views/{current_skin}/{section}/ajax
application/views/_base_override/{section}/ajax
nova/modules/core/views/_base/{section}/ajax
application/assets
application/views/{current_skin}/{section}/images
application/assets/common/{genre}/images
nova/modules/core/views/_base/{section}/images
application/views/_base_override/emails/{type}
nova/modules/core/views/_base/emails/{type}
html
and text
form. If you are modifying an email, you will need to make any changes in both the HTML and text files. Check out the email documentation for more information about Nova’s emails.application/views/{current_skin}/{section}/images
application/views/_base_override/{section}/images
nova/modules/core/views/_base/{section}/images
application/views/{current_skin}/{section}/js
application/views/_base_override/{section}/js
nova/modules/core/views/_base/{section}/js
application/assets/common/{genre}/ranks/{set}
application/views/{current_skin}/{section}/pages
application/views/_base_override/{section}/pages
nova/modules/core/views/_base/{section}/pages
clock.png
image at the following location:
application/views/_base_override/admin/images
When you refresh a page with that image, you’ll see your new image instead of what Nova uses in the core.
_base_override
directory should be used if you want to replace a file across the entire system, regardless of skin. This is the simplest and quickest way to replace an image or file with your own version.
If you’re a skin developer and want only your skin to have a different version of an image or file, you can add the necessary file structure to your skin and put the file(s) there. Whenever your skin is in use, Nova will use the version of the file(s) found in your skin instead of what’s in the Nova core.