Table of Contents

Customising Document List View

There are 2 ways of customising document list view.

1. User defined

Individual user can create their own view by clicking “Edit View” And create a customised view of the document

2. Global View

Global document list view can be customised through Config File entry

Find these entry in the config file and customise it. If you can’t find this entry simply follow standard procedure customising config file by copying it from config_default.php into config.php

 
// Documents List default array
$cfg_docview_default = array(
        "refcode",
        "size",
        "owner",
        "date_last_modified",
        "[m]description",
);

Possible value:

You can add document metadata value by adding prefix [m]