This page is still a beta!

1.5. Configuration

To add the default stylesheet, add the static extension template. Go to the template module, edit the complete template record and under “Include static (from extension)” select “Neo FileShare: Upload/Download”.

By default items are saved in the page (ListView) where the upload form is inserted. You can define storage folder by TypoScript.

Reference

- Possible subsections: reference (TypoScript)

Property:

Data type:

Description:

Default:

results_at_a_time

Integer

Maximum results on a page

Example:

plugin.tx_neofileshare_pi2.listView.results_at_a_time = 5

5

maxFileTitle

Integer

Maximum characters for a title before it will be cropped.

Example:

plugin.tx_neofileshare_pi2.maxFileTitle = 15

15

defaultOrder

string

Default order of the filelist

Example:

plugin.tx_neofileshare_pi2.defaultOrder = crdate:1

Available Rows:

uid, pid, tstamp, crdate, cruser_id, hidden, fe_group,title, description, file, fe_owner

crdate:1

storage_pid

integer

Storage folder to save the dataitems form fileIf empty, the current Page with the Upload Plugin will be used.

Example:

plugin.tx_neofileshare_pi1.storage_pid = 23

maxPages

integer

Maximum page numbers

Example:

plugin.tx_neofileshare_pi2.listView.maxPages = 999

999

allowedExt

String (csv)

Allowed file types a frontend user can upload

Example:

plugin.tx_neofileshare_pi1.allowedExt = pdf,jpg,gif

feHiddenDelete

Boolean

Just hide the File if a user deletes it. If this option is set to 0 the file and data will be deleted

0