Administering your Vivvo website will probably result in collecting a lot of different files – video and audio files, zip archives, pdf and powerpoints and mostly pictures. Upload and keep all those files on the server organized for all your staff members to access and use them when they need to.
The best way to keep your files organized and always accessible is to keep them in /files folder and its subfolders that already exist or that you’ll create. Whenever you want to use any uploaded file across your website it will be just a couple of clicks away, while uploading is also available through admin interface and simplified. Once uploaded, you can browse all your files quickly and easily.
By default, /files folder contains of subfolders:
When you upload any file through Vivvo Admin interface, it will automatically be given a suffix.
Example:
my_image.jpg will be stored on server as my_image_987654321.jpg
This function that auto generates filename by adding a random number between 100000000 and 999999999 to original filename prevents files with the same name to be overwritten accidentally.
Images in Vivvo can be accessed directly trough files.php (without any modification) or via thumbnail.php. thumbnail.php performs on fly re-size of images using GD library and stores the result in cache for further usage.
Examples:
files.php?file=vivvo.gif
thumbnail.php?file=vivvo.gif&size=summary_large
Store your images once and use them resized in different sections of your website (articles, summaries, galleries etc) while they are scaled using thumbnailer. Thumbnailer image resizing feature saves site administrators from having to manipulate images offline in order to fit them into different pages and sections as the image resizing engine dynamically resizes images to a necessary size format. Further, thumbnailer will automatically resize an image if it is to be used across multiple spots within a web site and manages the various size formats that are required. Images are re-sized to fit dimensions but maintain aspect ratio.
Thumbnailer generates several different size versions of your images when you upload them but this feature requires that your server have GD graphics library. Only if it’s installed correctly thumbnailer will resize your uploaded images automatically.
There are six predefined sizes of the same file. All sizes are in pixels.
Image sizes (default values):
Image sizes are configurable trough Vivvo administration → Preferences → Modules → Image size (http://wiki.vivvo.net/user_manual/preferences_modules#image-size-settings)
File Picker is upload and select tool with preview option that you'll deal with across entire system in various sections where file manipulation is in use. This tool is included in each Vivvo installation and acts as a file selector/uploader for uploading and choosing appropriate documents and assets when necessary (such as images and video files for including into articles or galleries).
For DAM (Digital Asset Management), Vivvo uses Asset Manager plug-in, which is shipped with every installation and can be installed with single click.