|
|
Question : change duration of new flag in sharepoint 2.0
|
|
Hi, I'm working on a Sharepoint 2.0 site on our SBS 2003 box. I've been asked to define the period that new items are highlighted (ie 'green flagged) at 3 days. I can't find any ways to access this preference through the site administration panel. Any ideas appreciated.
|
Answer : change duration of new flag in sharepoint 2.0
|
|
stsadm -o setproperty -pn days-to-show-new-icon -pv Number_Of_Days -url http://Server_Address
I just realized I wasn't very clear with the example... Try this one :)
stsadm -o setproperty -pn days-to-show-new-icon -pv [Number_Of_Days] -url http://Server_Address
Where [Number_Of_Days] is the actual # (ie 4 or 12 or something like that) of days that the "new!" will show. 0 makes it never show...
|
|
|
|