1
votes

Plone version: 4.1.4 I have one folder containing 50 files. Author info can be shown through View--Display tab. Now I hope to show author column in Plone's folder_contents page(Contents tab under the folder). How could I get that?

Best regards.

Hugo

2

2 Answers

2
votes

The folder_contents view is not designed to be modifiable through the web (TTW). However, you can modify it on the filesystem (the easiest way is probably to override it with z3c.jbot).

Alternatively, you can simply create a Collection, which can show different fields, and use that as the default view of your folder.

0
votes

You can use the plugin collective.listingviews which lets you make a new folder_listing view TTW.