In this article I am describing about how to change the time period that a new Icon is displayed while you upload or add new item in SharePoint list.You may be also thought "How long an item does really stays new?". Usually many people ask these questions because they have uploaded/migrated a bunch of documents from their file share which are not really "new", but they get the !New tag assigned to them anyway.
This feature applies to not only Document Libraries, but also to other Lists such as Tasks, Issues, Contacts, and Links etc. In the default installation of SharePoint, the "New" tag gets appended to every new item in SharePoint lists and remains there for one calendar day. We have two options here, but make sure we have access to the SharePoint Server.
Increase the number of days that icon should appear
Eliminate the appearance of the icon altogether
We can use stsadm tool to accomplish this taskGo to C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
The "setproperty" command will be used for this task as
stsadm -o setproperty -pn days-to-show-new-icon -pv 2
-pn = Property name
-pv = Property value
enjoy blogging....:)
No comments:
Post a Comment