MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

icon disappears when month rolls over

  Date: Oct 13, 2011      Category: MOSS      Views: 54
 

I have a MOSS 2007 Enterprise small farm setup with some custom lists.
We've set the "New" item duration to seven days using stsadm. Normally this
works just fine, but we've noticed that when a new month begins, nothing
from the previous month is marked new. For example, on June 1, items
created on May 31 have no "New" icon anymore.

Has anyone encountered this before? It seems like there should be some
chatter about this on old forums or something, but my Googling reveals
nothing.

Tagged:            

 

3 Answers Found

 
Answer #1       Answered On: Oct 13, 2011       

Interesting, if the stsadm Days-to-show-new-icon
(technet.microsoft.com/en-us/library/cc287681(office.12).aspx)
property doesn't work, you can expose a modified column in the list view and
then use jquery to show your own New column.

 
Answer #2       Answered On: Oct 13, 2011       

Interesting approach. That seems like a lot of work to get around an
obvious bug in something that should work right out of the box.

 
Answer #3       Answered On: Oct 13, 2011       

Or you can add a data view webpart with a 'New Icon' column with Conditional
formatting (created > [today-7]).... so you can avoid using J-query...

 
Didn't find what you were looking for? Find more on icon disappears when month rolls over Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].