Often, you may have resources you wish to use within Pages, page templates, or theme templates, such as images, fonts, and more. While these could be uploaded via FTP to your server or hosted elsewhere, Invision Community provides a way to upload and manage these directly from your Admin CP.
Media Manager
The Media Manager can be found in the following location within your Admin CP:
Pages → Page Management → Media
Media Manager Screen

From here, you can upload new items using the provided button. These can be files of any type that you wish to use within your templates or pages. You can also create folders from the top left to organise your files as needed.
Using Media Tags
Once your media is uploaded, clicking on any resource will open an info panel on the left. This displays the media tag for that item, which you can use to reference it within your templates or pages.
Media Tag Location

You can use these resources wherever needed. For example, you could add an image to the top of the Category Index within the default database templates using the following:
<img src="{media="3"}" />Example Added Tag

Recommended Comments