1,685 articles and 12,533 comments as of Thursday, September 2nd, 2010

Friday, October 10, 2008

EndUserSharePoint.com: How can I deal with that #$%^ NEW! icon?

This question came in on Stump the Panel and the answer is something a lot of people are looking for:

When new items are added in Sharepoint a “New!” indicator appears. By default how long does Sharepoint consider this recently added item “New!” and can the timeframe by adjusted. In addition is this a control that can be removed? — Jennifer

Response from Pradeep Narsimhula

By default, the “!New” tag gets appended to every new item in SharePoint lists and remains for ONE CALENDAR day.

As an administrator, we have two options to change the behavior of this feature:

1) Increase the period or number of days for the icon to appear beside a new item in the list
2) Eliminate it from appearing altogether

The stsadm.exe utility can be used to accomplish this task.

First of all, we would need to navigate to stsadm’s location using a command prompt:

1) Start -> Run -> type cmd
2) Navigate to the location: ..\program files\common files\microsoft shared\web server extensions\60\bin

The “setproperty” command will be used for this task as follows:

stsadm.exe –o setproperty –pn days-to-show-new-icon –pv (number of days) –url (Virtual server address)

For example, use the following syntax to prevent the new tag from appearing:

stsadm.exe –o setproperty –pn days-to-show-new-icon –pv 2 –url http://inhywsps1

Note: We can scope this to a web application level if you have more than one web applications in your SharePoint environment.

Pradeep Narsimhula, Hyderabad, India
Certifications: MCT, MCTS, ITIL (Foundation), CAPM
http://sharepoint-one-stop.blogspot.com

From Mark Miller

We usually don’t “do” command line stuff here, but this is such a common request, I thought it would be worth exposing it. Talk with the system admin if you want to implement Pradeep’s solution.

 

Please Join the Discussion

2 Responses to “EndUserSharePoint.com: How can I deal with that #$%^ NEW! icon?”

Trackbacks

Check out what others are saying about this post...
  1. SharePoint Daily for October 14, 2008…

    Top News Stories Can Someone Please Clone Me (SOAWorld) I keep finding myself standing in front of the…




Notify me of comments to this article:


Speak and you will be heard.

We check comments hourly.
If you want a pic to show with your comment, go get a gravatar!