cancel
Showing results for 
Search instead for 
Did you mean: 

How to change 'View' within Folders

kcrum
Champ in-the-making
Champ in-the-making
2 things:

1 - want to change my "default" view of folders from "icon view" to "details view" permanently - on a user by user basis (Basically remember what I chose so that when I log back in its remembered)

2 - we added additional properties for content - I want to add those items as columns in "details view" for content - this will help better manage the content by our end users

Any ideas or suggestions or pointers to where I could find information to solve these problems would be greatly appreciated.
5 REPLIES 5

signal
Champ in-the-making
Champ in-the-making
would be very interested in both of these items myself

riogrande
Champ in-the-making
Champ in-the-making
For the first question I have the answer. You have to change your web-client-config-custom.xml file and add :


   <config evaluator="string-compare" condition="Views">
      <!– the views available in the client –>
      <views>
      <!– default values for the views available in the client –>
      <view-defaults>
         <browse>
            <!– allowable values: list|details|icons –>
            <view>details</view>
            <page-size>
               <list>10</list>
               <details>20</details>
               <icons>9</icons>
            </page-size>
         </browse>
      </view-defaults>
      </views>
   </config>
change <view>icons</view> to <view>details</view>.

For the second it's what I'm looking for Smiley Indifferent

riogrande
Champ in-the-making
Champ in-the-making
So nobody has an idea how to change this ?

[img]http://www.digitalmindstudio.ch/~magicrio/alfresco/content_items.png[/img]

At least, say if it easy to do, or if not, why.

david_labbe
Champ in-the-making
Champ in-the-making
Hi there,

I know this post is dating a little bit but I would also be interested in finding out how to change the "content items" listing to include other fields.

Has anybody got answers on that.

thanks in advance

David

nardokogan
Champ in-the-making
Champ in-the-making
I wouldlike to do the same.
No one Knows what is the xml file that has this config??
I would like to play around and see if I could change it.  :wink:
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.