Manage Files & Documents

Administering your Vivvo website will probably result in collecting a lot of different files – video and audio files, zip archives, puff and power points 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:

  • /banners - when using Banner Manager plug-in all image and flash banners you create will be stored in this folder.
  • /logs - this folder keeps textual files that store your staff activities like adding/editing articles, creating categories, log-ins, changing preferences etc. Separate .txt file is created each month. The file can also be downloaded from Vivvo Administration Area.
  • /temp - cooperates with Extend Vivvo plug-in and acts like a temporal container for files that you download and install - chosen asset is stored in /temp folder while download progresses and then it is being copied/installed to destination folder. After successful installation add-on gets deleted automatically from /temp folder.

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

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:

1. direct access to files:

view sourceprint?
1 files.php?file=vivvo.gif

2. thumbnail access to files:

view sourceprint?
1 thumbnail.php?file=vivvo.gif&size=summary_lar

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, the 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.

The 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.

GD graphics library must be installed by server administrator, so unless you maintain your own server, your hosting company has to do this for you.

There are six predefined sizes of the same file. All sizes are in pixels.

Image sizes (default values):

  1. Article large image - 600×600
  2. Article medium image - 360×360
  3. Article small image - 200×200
  4. Article summary large image - 150×150
  5. Article summary medium image - 100×100
  6. Article summary small image - 50×50

You can edit these predefined values of image sizes in the Image Size tab of the Modules section in the Preferences page in the top right corner of your Administration Panel. You can define maximum image width and height, and the uploaded image will be automatically resized proportionally to these sizes. There are two types of article images - full article image and article summary image, and you can set up to three different sizes of these images (large, medium and small).

Log in
Featured author