Community Support for OpenDocMan (Deprecated)

Full Version: Add/remove columns in file list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What would be the easiest way to add/remove columns in the file list?

I want to remove some default columns and add some UDF columns.

Thanks a lot!
Hi,

Imm looking to to do this exact thing. Ive been investigating the files to see where I get.

out.php

-------------------------
functions.php -
function list_files($fileid_array, $userperms_obj, $dataDir, $showCheckBox = 'false', $rejectpage = 'false')
...
$file_obj = new FileData($fileid, $GLOBALS['connection'], DB_NAME);

-------------------------
FileData_class.php -
class FileData extends databaseData{
....

Im wondering if editing the FileData definition is at least a good starting point.

Has anyone else tried to add / remove columns to the list view.

Kate
I got mine to stop displaying the database information that corresponds with the columns I want to remove, but can't get it to remove the actual column itself. I can't even find where in the files to affect this kind of change and I've been bashing my head over it for about 5 days now. Any hints?