Sharepoint List View Settings

We created a new list presentation style that displays thumbnails from the image library, we added a HyperLink column and made the HyperLink url style style map an anchor tag.

It’s assumed that when Content Managers want to create a list of image-based hyperlinks, they just need to create an image library and then add a web part view and set the style for our new definition.

It works fine - we have disabled many toolbars, headers, borders, etc. - BUT there is still "Sort" at the bottom, which allows the user to reorder the list. We want to disable this, but we cannot find a parameter that disables it.

Somebody knows?

alt text http://img513.imageshack.us/img513/3674/sortbarrb4.png

+3
source share
1 answer

UPDATE

It seems like I'm wrong and you will need to use CSS to hide the stylesheet. This is very similar to a hack, but it turned out that we used it out of a desire for some practicality in development costs.

Let's go!

ORIGINAL

You can edit the vwstyles.xml file in 12 bushes (C: \ Program Files \ Common Files \ Microsoft Shared \ Web Server Extensions \ 12 \ TEMPLATE \ GLOBAL \ XML). This determines exactly what the looks look like. Unfortunately, this is a very ugly xml for html rendering.

I recommend that you create your own vwstyle in xml and set the presentation style to use the newly created.

0
source

All Articles