Thursday, March 18, 2010

Remove Sharepoint NEW tag in Lists

http://sharepointsolutions.blogspot.com/2008/05/does-new-tag-annoy-you.html

Nice link... Important command from this link.

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 0 –url http://(your server name)

I haven't tested but I believe you can scope this stsadm command to Site level also. Not sure about list level.

Thanks.

No comments:

Post a Comment